Closed
Bug 386730
Opened 18 years ago
Closed 18 years ago
After reloading a page with a single contenteditable element, every element on that page is editable
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: albert.brand, Assigned: peterv)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
3.65 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a7pre) Gecko/2007070304 Minefield/3.0a7pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a7pre) Gecko/2007070304 Minefield/3.0a7pre
See the testcase URL (from bug #237964). Open the URL, and press reload. Click on a text outside the contenteditable area. Start typing: the text you just typed is appended. Deleting, pasting is also possible. Notice that the caret doesn't appear outside the contenteditable area.
Reproducible: Always
Expected Results:
Text that isn't set as contenteditable should never be editable, even after a reload.
Reporter | ||
Updated•18 years ago
|
Blocks: contenteditable
Reporter | ||
Comment 1•18 years ago
|
||
Also noted: after a page reload, disabling contenteditable through the testcase button doesn't work, which may be closely tied to this bug.
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Editor
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
QA Contact: general → editor
Version: unspecified → Trunk
Assignee | ||
Comment 2•18 years ago
|
||
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 270886 [details] [diff] [review]
v1
aMakeWholeDocumentEditable should apply to subsequent loads in the same editor.
Attachment #270886 -
Flags: superreview?(jst)
Attachment #270886 -
Flags: review?(jst)
Assignee | ||
Comment 4•18 years ago
|
||
Hmm, aMakeWholeDocumentEditable should apply to subsequent loads in the same editor and we shouldn't touch the editable flag on the document on teardown if we didn't touch it when setting up the editor.
Attachment #270886 -
Attachment is obsolete: true
Attachment #270903 -
Flags: superreview?(jst)
Attachment #270903 -
Flags: review?(jst)
Attachment #270886 -
Flags: superreview?(jst)
Attachment #270886 -
Flags: review?(jst)
Updated•18 years ago
|
Attachment #270903 -
Flags: superreview?(jst)
Attachment #270903 -
Flags: superreview+
Attachment #270903 -
Flags: review?(jst)
Attachment #270903 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•