#430 closed Bug (fixed)
Remove link issue when class attribute is defined
| Reported by: | David Au | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Confirmed Firefox | Cc: | niklas.nilsson@… |
Description
This issue exists on Firefox 2.0.0.3. Doesn't appear to be an issue with IE7.
When a link tag with a defined class attribute is removed using the "Remove link" button, the link tag is converted to a span tag instead of being removed.
- To reproduce this issue, paste the following into FCKeditor's Source view:
<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/" class="myCssClass">FCKeditor</a>.</p>
- Next press the Source button to return to the normal view. Select the link in the editor area and click on the "Remove Link" button.
- Finally, press the Source button again and you will see that the link tag has been converted to a span tag.
Change History (4)
comment:1 Changed 19 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 15 years ago by
| Cc: | niklas.nilsson@… added |
|---|---|
| Version: | FCKeditor 2.4.2 → 3.5.2 |
This issue seems to be back in CKEditor 3.5.2 / Firefox 4, verified with the testcase as well. I have reproduced the same problem with style attributes as well.
comment:4 Changed 15 years ago by
| Version: | 3.5.2 → FCKeditor 2.4.2 |
|---|
Please, open a new ticket.
This one was closed four! years ago in a different code base.

I've created https://bugzilla.mozilla.org/show_bug.cgi?id=378931 about this issue