Opened 15 years ago
Closed 15 years ago
#4868 closed defect (fixed)
dojox/image/Lightbox failed on IE
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | IE, Lightbox | Cc: | |
Blocked By: | Blocking: |
Description
The Lightbox-Effect fails on every 2nd try on Internet Explorer.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Tom Trenka to dante |
---|---|
severity: | normal → critical |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [11177]) fixes #4868 - race condition where onload doesn't fire in IE if the image is cached (seen once) and you set the src before you connect your onload. resets src in ie after dojo.connect as workaround, and uses native img.complete check to help determine.