Opened 11 years ago
Last modified 11 years ago
#11755 confirmed Bug
Styles dropdown not updated after object style change
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 4.0 |
Keywords: | Cc: |
Description
- Editor
styles.js
so Styled image names are shorter (to make them visible in the button. - Load
<p><img alt="" src="assets/sample.jpg" /></p>
. - Select image and apply one of the styles.
- See that the styles dropdown still shows "Styles" instead of the applied style name.
- Deselect and select image again - styles dropdown shows the applied style name.
Reproduced on master and major. Checked Firefox and Chrome.
Problem can be reproduced from CKEditor 4.0 (works fine in beta).
NOTE:
<p><img alt="" src="assets/sample.jpg" /></p>
has to be the only content in editor. First style change doesn't have any effect.