#6890 closed defect (wontfix)
Dialogs / Menus flash when closing on FF Linux
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
When closing dijit.Menus (in my case off dd buttons) the menu will flash down and to the right. I cannot see this on IE /wintel.
The dijit.dialogs also flash when they load in , (ie and ff) I have tried putting them on top of the page, and low in the page, but you will see the dialogs paint and then flash away on page load.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
you know it seems that firebug is the culprit, if I turn it off this doesn't happen. Maybe in FF3 this will be obsolete. I notice a tremendous speed up of dijit parsing.
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
OK, then I'm going to close as "wontfix" for now, but as I said above if you can try that test on Linux (modifying dijit/_base/popup.js prepare() method so that the dojo.body().appendChild(node); is the last statement rather than the first) and it makes things better, I can change the code to do so.
comment:4 Changed 14 years ago by
Bill I moved it and see no difference. Firebug adds overhead - the new version does have limiting so you can only turn on certain features for speed. Thanks for looking into it case closed.
I don't have linux to test this on, but try modifying dijit/_base/popup.js prepare() method so that the
dojo.body().appendChild(node);
is the last statement rather than the first.