This is a migrated thread and some comments may be shown as answers.

Firefox and MinimizeZones

5 Answers 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
Matt Travis
Top achievements
Rank 1
Matt Travis asked on 19 Nov 2008, 05:07 PM
If I set a MinimizeZoneID for a RadWindow, it reloads the window on minimization and restoring in Firefox.  In IE, it works correctly.  If I do not use a MinimizeZoneID, the minimize function works as expected.

I use RadWindowManager to set all of the window properties and use the client RadWindowManager open function to create windows on demand.

This is with the 2008.1.515.20 version of the dll and FF version 3.0.4.

Is there a function I can hook to disable the page load on minimize for firefox since I would prefer to have windows minimize to a specific area of the website?

I can include a sample project that demonstrates this behavior if necessary.

5 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Raykov
Telerik team
answered on 24 Nov 2008, 01:12 PM
Hi Matt,

This is a bug in Firefox only. Unfortunately there is no workaround for this issue yet but we are investgating the possibilities for finding such.

Greetings,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Matt Travis
Top achievements
Rank 1
answered on 24 Nov 2008, 02:57 PM
Thanks for getting back to me so quickly.  For now, I will check the browser on the load and only add the minimize zone to the window manager if the browser is IE.

If you find a solution that allows me to be able to use minimize zones with Firefox as well, can you let me know?

Regards,

Matt
0
Tervel
Telerik team
answered on 26 Nov 2008, 01:39 PM
Hello Matt,

In fact this is a Mozilla problem that has been around for quite some time and we have not been able to find a workaround for it (worse yet, the Mozilla team has not fixed the problem in the newer FF versions).

The problem is essentially as such: when an IFRAME element is moved in the DOM, the browser automatically refreshes its src and there is no way to prevent this from happening.

In the case of RadWindow and minimization zone, the problem is manifested, because the window is a child of the page BODY element, then it is moved inside a minimization zone, then it is restored back. In both of these cases there is DOM movement, and the window's content area (and IFRAME) is refreshed by the browser.

If we discover a workaround we will certainly integrate in in the RadWindow control.

Best regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
answered on 27 Jan 2010, 05:17 PM
Is there ay update on whether the latest Firefox release or Rad Controls release addresses this issue?
0
Georgi Tunev
Telerik team
answered on 29 Jan 2010, 01:57 PM
Hello Albert,

There is still no fix for this issue from Firefox. We are currently considering to make some changes in our code as we have some ideas about how to work around this issue, but they are still in test phase.
We are also planning to add a new demo for the Q1 2010 release that would show how you could use RadWindow in a desktop-like mode (e.g. mimicking MS Window's desktop experience). It will use RadTabStrip instead of MinimizeZone, similar to the First Look demo, but the new example will allow you to have multiple simultaneously opened RadWindows on the page.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Matt Travis
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
Matt Travis
Top achievements
Rank 1
Tervel
Telerik team
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Georgi Tunev
Telerik team
Share this question
or