Open
Bug 356598
Opened 18 years ago
Updated 4 years ago
HTML format get modified while using textContent
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: nkhanna, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
We are using rich text editor for firefox with standard and HTML mode. In HTML mode when user provides HTML and change mode to go to Standard mode and when come back to HTML, we observe that previously written HTML has changes and infact all the HTML is in one line.
For example:
<table>
<tr>
<td> </td>
</tr>
</table>
will become:
<table><tr><td>........</table>
We observed this happening with all the RTE on internet using Firefox. We don't see this behavior with IE.
Please look inot this.
Thanks,
Neeraj
Reproducible: Always
Updated•18 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general
Version: unspecified → 1.8 Branch
Updated•18 years ago
|
QA Contact: editor
Comment 1•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•