Closed
Bug 546665
Opened 15 years ago
Closed 15 years ago
[HTML5] Contenteditable fails on page reload when HTML5 parser is enabled
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 541078
People
(Reporter: alberthilbert, Unassigned)
References
Details
Attachments
(1 file)
249 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2) Gecko/20100115 Firefox/3.6
When HTML5 parser is enabled, the elements of a page which have "contenteditable" attribute set to true are no longer editable after you pressed the reload button.
Reproducible: Always
Steps to Reproduce:
1. Set html5.enable to true, in about:config page
2. load a page with "contenteditable" elements
3. press the reload button
Actual Results:
elements aren't editable even if they have the "contentelement" attribute set to true
Expected Results:
elements with the "contentelement" attribute set to true, should be editable
Component: General → HTML: Parser
Product: Firefox → Core
QA Contact: general → parser
Summary: Contenteditable issue when HTML5 parser is enabled → Contenteditable fails on page reload when HTML5 parser is enabled
Version: unspecified → Trunk
![]() |
||
Comment 1•15 years ago
|
||
Reporter, can you please attach a page showing the problem to this bug?
Reporter | ||
Comment 2•15 years ago
|
||
![]() |
||
Comment 3•15 years ago
|
||
Indeed.
Comment 4•15 years ago
|
||
Duplicate of bug 541078 most likely.
Priority: -- → P2
Summary: Contenteditable fails on page reload when HTML5 parser is enabled → [HTML5] Contenteditable fails on page reload when HTML5 parser is enabled
Comment 5•15 years ago
|
||
Works for me now that bug 541078 has been fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•