Closed
Bug 379062
Opened 18 years ago
Closed 14 years ago
DesignMode OFF does not work at all
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 237964
People
(Reporter: apedralho, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
861 bytes,
text/html
|
Details | |
789 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3
When the designMode is turned ON and OFF suddenly, some web widgets still locked.
Reproducible: Always
Steps to Reproduce:
1. Open a simple page that turns the DesignMode to ON and then to OFF.
2. Open www.google.com (or any page with a entry text field).
Actual Results:
The text field is in read-only mode and you can't write any text in it.
Expected Results:
The text field is writable.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Attachment #263046 -
Attachment is obsolete: true
Updated•18 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
Version: 2.0 Branch → unspecified
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Keywords: testcase
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
Comment 4•18 years ago
|
||
This bug is not duplicate
This bug about get Out from design mode by designMode="on/off"
But bug 333869 says what <input> should works as normal when designMode="on" readonly="on":
..........
function readonly(source)
{document.getElementById('edit').contentWindow.document.execCommand("readonly", false, !(source));}
................
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 5•18 years ago
|
||
Also this bug will fix 287707 and 333869 if
"function readonly(source)"
will contain designMode="off" call
Attachment #269896 -
Flags: review?(daniel)
Comment 6•18 years ago
|
||
This should be fixed now that bug 237964 is fixed.
Comment 7•14 years ago
|
||
Killing dead bugs.
marking as already fixed in 237964
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 14 years ago
Resolution: --- → DUPLICATE
Comment 8•14 years ago
|
||
Comment on attachment 269896 [details] [diff] [review]
Bugfix for this bug
obsolete
Attachment #269896 -
Flags: review?(daniel)
You need to log in
before you can comment on or make changes to this bug.
Description
•