Ticket #2342 (closed Bug: worksforme)
Horizontal Rule id get removed on IE7
| Reported by: | milesmowbray | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.6.2 |
| Keywords: | IE | Cc: |
Description
If I switch to source view (IE 7) and type:
<hr id="test" width="50%" />
then switch back to WYSIWYG and then back to source, the code gets changed to:
<hr width="50%" />
on Firefox 3.0 it leaves the id intact.
Change History
Note: See
TracTickets for help on using
tickets.

The innerHTML shows that the id is gone in the editor window (it's not a serialization problem), but the innerHTML of a normal page with such id works fine.