Closed Bug 379062 Opened 18 years ago Closed 14 years ago

DesignMode OFF does not work at all

Categories

(Core :: DOM: Editor, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 237964

People

(Reporter: apedralho, Unassigned)

References

Details

(Keywords: testcase)

Attachments

(2 files, 1 obsolete file)

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.
Attached file A simple testcase. (obsolete) —
Attachment #263046 - Attachment is obsolete: true
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
Version: 2.0 Branch → unspecified
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Keywords: testcase
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
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 → ---
Also this bug will fix 287707 and 333869 if "function readonly(source)" will contain designMode="off" call
Attachment #269896 - Flags: review?(daniel)
This should be fixed now that bug 237964 is fixed.
Blocks: 424615
Killing dead bugs. marking as already fixed in 237964
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago14 years ago
Resolution: --- → DUPLICATE
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.

Attachment

General

Creator:
Created:
Updated:
Size: