Ticket #3884 (closed Bug: fixed)
Empty href attribute values are created twice
| Reported by: | damo | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IBM Confirmed Review+ | Cc: |
Description
To reproduce:
- Open nightly sample
- Go to source and add a link with one empty href attribute
<a href="" name="myLink">The link</a>
Result:
When going back to RT mode and then back to source, a second href attribute is added. This breaks the XML rule of one attribute name per element.
<a href="" href="" name="myLink">The link</a>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
