Ticket #5462 (closed Bug: expired)
Color is removed improperly from partial selections
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | Core : Styles | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed Review+ | Cc: |
Description
- Open the replacebyclass sample.
- Hit CTRL+A to select all text.
- Apply a background color (e.g. yellow).
- Select "some sample".
- Apply a different background color (e.g. green).
The yellow background from the " text" bold text will be removed, remaining transparent.
Confirmed with FF 3.6 at least. Works well with the 3.2.
Attachments
Change History
comment:3 Changed 3 years ago by garry.yao
- Status changed from new to assigned
- Owner set to garry.yao
- Keywords Review? added; Firefox Safari removed
Oops, affects IE also.
Regression of [5251].
comment:4 Changed 3 years ago by fredck
- Status changed from assigned to new
- Keywords Review- added; Review? removed
- Owner changed from garry.yao to fredck
The change makes sense, even if it still doesn't fix the partial override issue, which must not be handled by this ticket anyway.
I'll be providing a simplified patch.
comment:5 Changed 3 years ago by fredck
- Status changed from new to assigned
- Keywords Review? added; Review- removed
comment:7 Changed 3 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [5343].
Note: See
TracTickets for help on using
tickets.

As expected, the same happens with the foreground color.