Open Bug 356598 Opened 18 years ago Updated 3 years ago

HTML format get modified while using textContent

Categories

(Core :: DOM: Editor, defect, P5)

1.8 Branch
x86
Windows 2000
defect

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>&nbsp;</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
Component: General → Editor
Product: Firefox → Core
QA Contact: general
Version: unspecified → 1.8 Branch
QA Contact: editor

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.