Opened 9 years ago
Closed 7 years ago
#14430 closed defect (fixed)
dojox.image.LightboxNano is broken in IE8--
Reported by: | Aleksey Rechinskiy | Owned by: | cb1kenobi |
---|---|---|---|
Priority: | high | Milestone: | 1.10 |
Component: | Dojox | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi! I've noticed long time ago, that dojox.image.LightboxNano? produces error in IE8 and lower when clicked. The behaviour can be seen with a standard test file dojox/image/tests/test_LightboxNano.html even in dojo v1.7.
I used to fix the error with a small hack of _createDiv function:
if(dojo.isIE <= 8){ dojox.image.LightboxNano.prototype._createDiv = function(/*String*/cssClass , /*DomNode*/refNode, /*boolean*/display) { // summary: Creates a div for the enlarge icon and loading indicator layers return dojo.create("div", { // DomNode "class": cssClass, style: { position: 'absolute', display: display ? "" : "none" } }, refNode, 'after'); }; }
Change History (4)
comment:1 Changed 9 years ago by
Owner: | changed from Adam Peller to cb1kenobi |
---|
comment:2 Changed 9 years ago by
Milestone: | → tbd |
---|
comment:3 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In cd3aca827f9a0a1572fc8ac5da5db7fccfd1150c/dojox: