Opened 15 years ago
Closed 14 years ago
#325 closed defect (fixed)
Using Dojo in a XUL page fails to write hidden <iframe>
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo use of the document.write() call to create the hidden iframe for the back button fix causes a problem in Mozilla XUL pages because document.write is not supported.
Given that using the DOM to dynamically create the iframe does NOT fix the back button problem, we'll need to either switch this feature off by default for XUL or find some other solution.
Perhaps a custom XUL/XBL element (containing a hidden iframe element) can be created dynamically, and then expose access to the iframe Dojo runtime via Javascript.
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | 0.3release → 0.3.1 |
---|
comment:3 Changed 15 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:4 Changed 14 years ago by
Milestone: | 0.9 |
---|
punting out of 0.9... perhaps we should close this altogether?
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
we're no longer pulling this in by default. Marking fixed.
the Flock hostenv_chrome.js has not yet been submitted with a CLA. Punting in the hopes that they'll submit it.