Opened 12 years ago
Last modified 12 years ago
#9001 confirmed Bug
Format cannot be applied if first line of selection is already in target format
Reported by: | Ralf Pöhlmann | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.5.1 |
Keywords: | Cc: |
Description
- Start an empty page
- Select "normal" format and write some words
- In new line select "heading 1" format and write some words
- Select all and try to apply "normal" format
-> nothing changes Expected: Heading format is changed to "normal"
If the first line is a heading the format can be changed.
Ticket reproducible from CKEditor 3.5.1 rev [6344]
When you select whole text with CRTL+A and open dropdown you see that there is more than one format selected. Clicking on any format option selected will not result in format change what was not a problem till CKEditor 3.5. Clicking on unselected format option will on the other hand change the format.