Skip to main content

Bug Tracker

Side navigation

#1206 closed bug (invalid)

Opened May 18, 2007 12:13PM UTC

Closed July 15, 2007 03:19PM UTC

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.

Attachments (0)
Change History (1)

Changed July 15, 2007 03:19PM UTC by john comment:1

milestone: 1.1.31.1.4
resolution: → invalid
status: newclosed
version: 1.1.21.1.3

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.