Opened 12 years ago
Closed 12 years ago
#9651 closed Bug (fixed)
Object styles are not being applied
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Styles | Version: | 4.0 |
Keywords: | Webkit | Cc: |
Description
- Open the replacebyclass sample.
- Select the image.
- On the Styles combo, select "Image on Right".
BUG: Nothing happens.
- Go source.
- Remove the "style" attribute from the image.
- Back to wysiwyg, repeat steps 2 and 3.
It works now.
- On the Styles combo, select "Image on Left".
BUG: Nothing happens.
This makes me think that the editor is not applying styles is there is any conflict between the style definition and the styles present in the editor.
Change History (6)
comment:1 Changed 12 years ago by
Keywords: | Webkit added |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Opened dev branch t/9651 for review.
comment:3 Changed 12 years ago by
Status: | review → review_failed |
---|
Everything looks fine now, except one thing:
- select image.
- set image on right.
- set image on left.
- open style combo again - both styles are active (reproducible on FF and Chrome).
comment:4 Changed 12 years ago by
Status: | review_failed → review |
---|
The above issue is not relevant to this ticket, but as it's seen as an obvious mistaken, we may have it considered at this point.
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Affects only Webkit.