RESOLVED DUPLICATE of bug 22036 58966
contenteditable attribute fails to work when design mode is on and contenteditable set to false
https://bugs.webkit.org/show_bug.cgi?id=58966
Summary contenteditable attribute fails to work when design mode is on and contented...
Rakesh Sadhu
Reported 2011-04-19 23:45:46 PDT
Created attachment 90313 [details] html File Precondition: ---------------- Install the attached sisx Files Steps to Reproduce: Launch the html Page. Expected Result: Element whose contenteditable property is set false should not be editable , even if design mode is on. Actual Result: element's content is editable.
Attachments
html File (1.26 KB, text/html)
2011-04-19 23:45 PDT, Rakesh Sadhu
no flags
QtTestBrowser SisX file (34.23 KB, application/octet-stream)
2011-04-19 23:46 PDT, Rakesh Sadhu
no flags
html File (945 bytes, text/html)
2011-04-20 22:57 PDT, Rakesh Sadhu
no flags
Rakesh Sadhu
Comment 1 2011-04-19 23:46:23 PDT
Created attachment 90314 [details] QtTestBrowser SisX file attaching SisX file
Benjamin Poulain
Comment 2 2011-04-20 06:33:43 PDT
Please attach a reduction or a . The html files you attached has dependencies. Is this Symbian specific?
Rakesh Sadhu
Comment 3 2011-04-20 22:57:35 PDT
Created attachment 90498 [details] html File Sorry about previous attached file. Attaching a new file
Benjamin Poulain
Comment 4 2011-04-21 03:20:44 PDT
Clearing the Qt fields, I doubt this is specific to Qt.
Benjamin Poulain
Comment 5 2011-04-21 03:26:26 PDT
From a quick look at the spec, your assumptions seem bogus. Here is the excerpt I read: "Otherwise, either the HTML element has a contenteditable attribute set to the false state, or its contenteditable attribute is set to the inherit state and its nearest ancestor HTML element with the contenteditable attribute set to a state other than the inherit state has its attribute set to the false state, or all its ancestors have their contenteditable attribute set to the inherit state and the Document itself has designMode disabled; either way, the element is not editable." What part of the spec are you referring to?
Rakesh Sadhu
Comment 6 2011-04-22 10:57:04 PDT
Perhaps you're jumping into quick decisions ... you need to understand my comment of bug again or you need to understand the words in spec.... Anyways , i am attaching a similar bug on windows xp platform https://bugs.webkit.org/show_bug.cgi?id=22036 Hope it might act as an eye opener...
Rakesh Sadhu
Comment 7 2011-04-23 07:13:53 PDT
https://bugs.webkit.org/show_bug.cgi?id=22036 Kindly have a look at the above bug , which is same as this one reported
Benjamin Poulain
Comment 8 2011-04-24 09:46:06 PDT
*** This bug has been marked as a duplicate of bug 22036 ***
Note You need to log in before you can comment on or make changes to this bug.