Opened 11 years ago
Last modified 9 years ago
#12465 closed Bug
Can't update checkbox state with Dialog. — at Initial Version
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.3 |
| Keywords: | Blink Webkit Support | Cc: |
Description
In Blink and Webkit it is impossible to change state of checkboxes with properties dialog.
To reproduce:
- Insert checkbox
- Open checkbox properties dialog
- Change checkbox state and close the dialog with 'OK'
Result: the state of checkbox is not change (if it was checked, it is still checked).
Problem can be reproduced from CKEditor 3.0 in Blink and Webkit.
NOTE: Click works native contenteditable so I think that dialog should work as well.
