Ticket #7330 (closed New Feature: fixed)
New list item should not copy the value attribute from previous list item
| Reported by: | wwalc | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.3 |
| Component: | Core : Lists | Version: | |
| Keywords: | Cc: |
Description
Right now there is no way to set the value attribute, but after closing #7131 we will have this problem.
Steps to reproduce
- Start with
<ol> <li value="7"> Foo</li> </ol>
- Press enter.
- Result:
<ol> <li value="7"> Foo</li> <li value="7"> </li> </ol>
- Expected result:
<ol> <li value="7"> Foo</li> <li> </li> </ol>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
