[Bug 13144] designMode needs to persist when an iframe is navigated

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13144

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-09-23 00:22:37 UTC ---
I can't reproduce this.

The testcase linked above isn't testing it, since setting location is async and
so all it is actually testing is the value of designMode against the same
document a bunch of times in a row.

This test (click the button) shows that it resets as I would expect on
navigation:

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1144

You can also test it by just seeing if the page is editable; it doesn't seem to
be.

Can you confirm if my testing is valid or whether I missed something?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 23 September 2011 00:22:39 UTC