Opened 15 years ago
Closed 15 years ago
#2572 closed defect (fixed)
Tooltip test hangs FF 2.0 (PC and mac)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IE6, IE7, and safari are OK.
Problem also occurs in 0.4.1, but it works in 0.4.0
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 0.4.2 → 0.4.3 |
---|
is there any valid solution for this other than resolving "wontfix"? Moving to 0.4.3 for further discussion.
comment:3 Changed 15 years ago by
There are some alternate approaches that can be done to avoid this particular issue:
- intern-strings. That avoids it, and with 0.4.2, all builds have strings interned, so this should be fixed now:
http://download.dojotoolkit.org/release-0.4.2/dojo-0.4.2-ajax/tests/widget/test_Tooltip.html
- It is not an issue for xdomain builds.
comment:4 Changed 15 years ago by
Milestone: | 0.4.3 → 0.9 |
---|
I'll just change the CSS to reference a smaller background image, and wait for the FF3.0 release to fix the underlying problem.
comment:5 Changed 15 years ago by
Component: | Widgets → Dijit |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Turns out this is the old firefox bug where we can't attacht to DomContentLoaded?. Although we aren't attaching to DomContentLoaded?, the XHR requests are still happening dangerously early. In the test above, looking at firebug, we can see that