Opened 15 years ago
Closed 15 years ago
#5372 closed Bug (fixed)
Create sublist should not clone styles from parent
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | Confirmed Review+ | Cc: |
Description
- Load the following HTML:
<ul style="margin-left: 40px;"> <li>A</li> <li>B</li> <li>C</li> </ul>
- Put the caret in the "B" item.
- Click the "Increase Indent" button.
Expected Results: the "B" item becomes e sub-list of "A".
Actual Results: the "B" item becomes a sub-list of "A", but it also takes it's margin-left style, which should happen only in a second click.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 5372.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | HasPatch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Confirmed Review? added; HasPatch removed |
---|---|
Milestone: | → CKEditor 3.3 |
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → 3.0 |
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5305].