Opened 15 years ago
Closed 15 years ago
#3300 closed Bug (fixed)
Styles are not being applied correctly
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
- Load a sample.
- Select "some sample".
- Apply the "Strike Through" style.
Result: only "some " get styled.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 3300.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
The problem here is the small fix in range.js introduced with [3333], which is correct, but the style system was counting with that bug to work properly.
Fortunately the fix in the style system is also simple. Patch attached.
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
It looks like this issue has been introduced with [3333]. The style plugin TCs are failing after that.