Opened 17 years ago
Closed 14 years ago
#2342 closed Bug (worksforme)
Horizontal Rule id get removed on IE7
Reported by: | Nick Miles | 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 (2)
comment:1 Changed 17 years ago by
Keywords: | Confirmed IE added; IE7 HR ID removed |
---|
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
WFM in CKE3.6.2, closing as expired
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.