Opened 13 years ago
Closed 13 years ago
#9260 closed Bug (fixed)
Combo boxes should not react on hover in read-only mode
| Reported by: | Piotrek Koszuliński | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
Regression after v3.
Change History (5)
comment:1 Changed 13 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | new → review |
comment:2 Changed 13 years ago by
| Status: | review → review_failed |
|---|
The way it is done now is correct, applying the status of the combo to the outer element. In this way, other parts of the combo widget can be touched by the status, like the label.
It looks like this fix requires a CSS fix only.
comment:3 Changed 13 years ago by
| Status: | review_failed → review |
|---|
Ok, I've moved up the combo state onto the top element.
comment:4 Changed 13 years ago by
| Status: | review → review_passed |
|---|
comment:5 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |

Rich combo should adapt to the new state-ful button styling rules:
cke_combo_button_off{ ...styles for normal combo...} cke_combo_button_on{ ...styles for opened combo...} cke_combo_button_disabled{ ...styles for disabled combo...} cke_combo_button_off:hover{ ...styles for normal combo, when hovered...}