Opened 13 years ago
Closed 13 years ago
#5484 closed defect (fixed)
iframe visible in IE6
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | iframe | Cc: | alex |
Blocked By: | Blocking: |
Description
win XP Internet explorer 6
Hi I have used a couple of dijits and the xhrGET method plus callback.
The problem only exists in IE6 that I am aware, a white box with borders appears in the top left corner of the page, I added iframe {display:none;} to the internal stylesheet and it disappeared. I assume you are making use of iframes in your asynchronous calls.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Cc: | alex added |
---|
comment:3 Changed 13 years ago by
Just a small correction to Alex's note: dojo.io.iframe uses an iframe (not dojo.io.script), and there was a bug in Dojo 1.0 where the iframe was visible when dojo.io.iframe.send() was invoked, but this was fixed in 1.0.1.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
hrm, the only iframe creation should be with widget backing to prevent windowed control bleed-through on IE6 and for dojo.io.script. In either case, the iframe shouldn't be visible.
What version (exactly) are you seeing this behavior on?