Closed
Bug 302920
Opened 19 years ago
Closed 19 years ago
[Deer Park] contentEditable HTML serialization regression
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mike, Unassigned)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 The Gecko in Deer Park does not work with HTMLArea controls correctly. Style changes are serialized as empty <span> elements. Reproducible: Always Steps to Reproduce: 1. Go to http://tinymce.moxiecode.com and click Examples, Simple Example 2. Select a word, say, "editor" and make it bold. 3. Click submit Actual Results: The word editor was surrounded by a <span> element with no style attribute Expected Results: The word editor was surrounded by a <strong> element.
Updated•19 years ago
|
Keywords: regression
Reproducible with Deer Park a2 and SeaMonkey/20050727, WFM with Mozilla 1.8b1.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•19 years ago
|
||
Works for me, using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051002 Firefox/1.6a1
Also WFM with SeaMonkey 1.0b/20050929 and SeaMonkey 1.1a/20051002 (<strong>). According to the Changelog a new version of TinyMCE was released on 2005-09-26, so I retested Deer Park a2 and the <span> element now has style="font-weight: bold".
| Reporter | ||
Comment 8•19 years ago
|
||
It seems to work now, so I guess the regression was fixed. Closing.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•