Opened 12 years ago
Closed 12 years ago
#9440 closed Bug (fixed)
[Opera&ThemedUI] Font size cannot be applied
Reported by: | Piotrek Koszuliński | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | UI : Floating Panel | Version: | 4.0 |
Keywords: | Cc: |
Description
- Open any sample themedui sample.
- Select some text.
- Open font-size combo and pick one value.
- Expected: obvious.
- Actual: nothing happened.
Change History (6)
comment:1 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Owner: | changed from Piotrek Koszuliński to Garry Yao |
---|---|
Status: | assigned → review |
Pushed t/9440 for review, it removed the preset value when clicking on combo item, considering that the value is to be determined by each individual plugin (on selection change event).
#9258 is to be checked when reviewing.
comment:4 Changed 12 years ago by
Component: | General → UI : Floating Panel |
---|
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
First bad commit: https://github.com/ckeditor/ckeditor-dev/commit/14f3062 (fix for #9258).