Opened 12 years ago
Closed 12 years ago
#9529 closed Bug (fixed)
[IE] Paragraph format not reflected on selection
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | IE | Cc: |
Description
- Load replacebyclass sample;
- Put cursor in the heading line;
- Open Format combo and select the H2 format
- Actual: H2 format is not immediately reflected after combo is closed.
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
But it's caused by selectionChange not fired after style is applied. Or this event is fired when combo is still opened.
comment:3 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Yeah, this event is fired when combo is closing down, that's not wrong though.
I proposed another fix for #9487 at t/9529.
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
I'd like to see some docs there, because it took me some time to figure out why do we need lastState
:).
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Regression of b46dd71817 (Prevent incorrect combo's state change on selectionChange thrown after it's opened.)