Ticket #670 (closed defect: wontfix)
Toggling between html and text modes corrupts the HTML with IE
| Reported by: | euler@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Switch to text mode, then copy paste the following line:
<p><u>a<p></p></u></p>
Switch to htmlmode, then to textmode.
With Firefox, everything is fine. With IE, the resulting HTML is: <p><u>a</u><p></p></p><p></p>
With the GetHTML plugin, the HTML is very similar to the original one (it just adds a <p/> at the end).
The problem appears when you copy/paste Word documents and is within getHTMLWrapper. If we use innerHTML instead of getHTMLWrapper, everything works fine.
It's critical when you want to copy/paste Word documents. (I'm still tracking the problem).
Change History
Note: See
TracTickets for help on using
tickets.
