#1364 closed defect (invalid)
Menu2 occasionally not visible
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | menu2 | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
In rare circumstances, using IE7 RC1 and beta3, I have seen a page with a menu simply not be visible after the page loads. Reloading the page (refresh button) fixes the problem. I am not sure if this happens in other browsers (I have not seen it, but it is rare).
This makes it very hard to put the menu in production on heavily used pages.
I will try to debug and update this ticket, but I wanted to submit it in case anyone finds something similar, or has time to work on it.
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | 0.4 → 0.5 |
---|---|
Version: | 0.4 → 0.3 |
comment:2 Changed 15 years ago by
Component: | General → Widgets |
---|---|
Owner: | changed from anonymous to bill |
comment:3 Changed 14 years ago by
Cc: | [email protected]… added |
---|
I changed all the menu code to use tables rather than divs with javascript sizing. Can you try again to see if the problem is still occurring?
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
no update in >6 months. Please re-open if you can reproduce. Thanks
comment:5 Changed 14 years ago by
I observed similar behavior some time ago, when trying to run dojo 0.4.2 samples directly from the site. The page was loading slow, and several times it did not load correctly at all, but worked OK after I hit the refresh button.
Apparently, that was caused by those pages using non-packed version of dojo, thus loading a lot of small files.
pushing to 0.5, unless there is an obvious cause.