Opened 17 years ago
Last modified 16 years ago
#2768 closed Bug
plug-in:basicstyle all basic styles unable to apply reversely — at Version 3
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
- Open an editor instance and select some unformatted text;
- Apply any basic style;
- Cancel any basic style;
- Expected: Style applied has been canceled
- Actual: Style applied still there
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Priority: | Normal → High |
comment:2 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Priority: | High → Normal |
I think the problem here is related to the selection position after applying the style. If the start boundary of the selection is placed right before the applied tag, the editor will understand that the style is to be applied again, instead of being removed.
I'm just guessing though.