Opened 16 years ago
Closed 16 years ago
#1206 closed bug (invalid)
Turning on designMode from within $(document).ready() broken
Reported by: | sebwin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | event | Version: | 1.1.3 |
Keywords: | designMode | Cc: | |
Blocked by: | Blocking: |
Description
Applies to Gecko browsers. (at least Safari works fine)
Usage:
$(document).ready(function(){ document.designMode = 'on'; });
When applied to the _top document this causes a mozilla browser to display a blank page.
When applied to an iFrame it has no effect whatsoever.
Change History (1)
comment:1 Changed 16 years ago by
Milestone: | 1.1.3 → 1.1.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 1.1.2 → 1.1.3 |
Note: See
TracTickets for help on using
tickets.
That's correct - you can't turn on the designMode of the document that you're in. There's really nothing that we can do in this case.