Ticket #4633 (closed Bug: duplicate)
Inner text of anchor is not visible
| Reported by: | pomu0325 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
<a> element with 'name' attribute is displayed as an anchor icon, so the inner text is not visible. Inner text should be displayed after the icon.
to reproduce
- Open CKEditor demo page
- Change to source mode
- Paste following html source
<a name="foo">test</a>
- Go back to WYSIWYG mode
Change History
Note: See
TracTickets for help on using
tickets.

This happens on version 3.0.1 for me. Makes editing existing content impossible without the source view.