Opened 16 years ago
Closed 14 years ago
#3129 closed Bug (worksforme)
Selection sensitive commands state after switch mode is incorrect
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | HasPatch | Cc: |
Description (last modified by )
E.g. RichCombo marked list item state is not reset on mode switch, reproduce by :
- Open the replace by code example page;
- Open a combo and select a item;
- Switch to 'source' mode and then switch back;
- Actual Result: Still marked selection result from previous.
Attachments (2)
Change History (15)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Summary: | RichCombo state after switch mode is incorrect → Selection sensitive commands state after switch mode is incorrect |
Changed 16 years ago by
Attachment: | 3129.patch added |
---|
Changed 16 years ago by
Attachment: | 3129_2.patch added |
---|
comment:3 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:4 Changed 15 years ago by
Version: | SVN (FCKeditor) → CKEditor 3.0 Beta 2 |
---|
comment:5 Changed 15 years ago by
Keywords: | Pending added |
---|
Cannot reproduce this neither on IE 8, FF 3.5 and Chromium. Seems that fix isn't needed now ?
comment:6 Changed 15 years ago by
@Tobias: I suspect we differs from the description that "selection result" is misleading while it means the selected item indicated by the inline combo label.
comment:7 Changed 15 years ago by
Owner: | Garry Yao deleted |
---|---|
Status: | assigned → new |
comment:8 Changed 15 years ago by
Keywords: | HasPatch added; Confirmed Review? removed |
---|---|
Version: | 3.0 Beta 2 → SVN (CKEditor) |
comment:9 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|
comment:10 Changed 15 years ago by
Milestone: | CKEditor 3.2 → CKEditor 3.3 |
---|
comment:11 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.x |
---|
comment:13 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
This is not any more an issue with the current trunk.
This patch force all the selection sensitive commands to be reset with a simple way when switching to 'source' mode and back.