Opened 15 years ago
Closed 14 years ago
#5846 closed Bug (worksforme)
Undo not working properly with Numbered/Bullet list Styles
Reported by: | Satya Minnekanti | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | Core : Undo & Redo | Version: | 3.3 |
Keywords: | IBM Confirmed Review- | Cc: | Damian, joek |
Description
To reproduce the defect:
- Open Ajax sample.
- Type 2 lines of text and select them and Click on Insert/Remove Numbered List icon to make them a Numbered list
- Right click next to one of the Numbered list item and select Numbered List Properties in the Context menu.
- Select Numbered List Type as Upper Roman in the Numbered List properties dialog and Click OK button.
- See that the Numbered list type changes to Upper Roman
- Right click next to one of the Numbered list item and select Numbered List Properties in the Context menu.
- Select Numbered List Type as Upper Alpha in the Numbered List properties dialog and Click OK button.
- See that the Numbered list type changes to Upper Alpha
- Now press Undo Once
Expected Result:
Numbered list Type should change back to Upper Roman.
Actual Result:
Numbered List Type is changing back to default Type(Decimal).
Same behaviour happens with Bullets
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5846_1.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Component: | General → Core : Undo/Redo |
---|---|
Keywords: | Review- added; Review? removed |
comment:4 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
It has been fixed with #5415.
Dialog command is the one to open dialog but not making changes, actually this's supposed to be fixed by #5415.