Opened 11 years ago
Last modified 11 years ago
#11609 confirmed Bug
[IE] List items annihilated after certain actions with Elements Paths
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 4.3 |
Keywords: | IE | Cc: |
Description
- Use IE11.
- Set data
<ul> <li>x</li> <li>y</li> <li>z</li> </ul>
- Focus any list item.
- Click "ul" in Elements Path.
- Click indent: nothing happens (#11604).
- Put selection
<ul> <li>x^</li> <li>y</li> <li>z</li> </ul>
- Click indent.
Expected (considering that 5. is right):
<ul style="margin-left: 40px;"> <li>x</li> <li>y</li> <li>z</li> </ul>
Actual:
<ul> <li>x</li> </ul>
Two list items are gone. Just like that. This ticket may be related to #11604.
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 4.1.3 → 4.3 |
Reproducible in IE9-11 from CKEditor 4.3