Changes between Initial Version and Version 2 of Ticket #12465
- Timestamp:
- Sep 22, 2014, 1:25:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12465
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.0
to3.3
-
Property
Summary
changed from
Can't update checkbox state with Dialog.
toCan't update checkbox/radio button state with dialog when it is opened with double-click
-
Property
Status
changed from
-
Ticket #12465 – Description
initial v2 1 In Blink and Webkit it is impossible to change state of checkboxes with properties dialog.1 In Blink and Webkit it is impossible to change state of checkboxes/radiobuttons with properties dialog when this dialog is opened with double-click. 2 2 3 To reproduce: 4 1. Insert checkbox 5 2. Open checkbox properties dialog 6 3. Change checkbox state and close the dialog with 'OK' 7 Result: the state of checkbox is not change (if it was checked, it is still checked). 3 To reproduce: 4 1. Open checkbox/radio button properties dialog. 5 2. Enter all the values and press OK. 6 3. **Double-click** on checkbox/radio button to open the checkbox/radio button properties dialog again. 7 4. Click on checkbox in ckeckbox/radio button properties dialog to make it unselected and press OK. 8 Result: the state of checkbox/radio button is not changed (if it was checked, it is still checked). 8 9 9 Problem can be reproduced from CKEditor 3. 0 in Blink and Webkit.10 Problem can be reproduced from CKEditor 3.3 (when opening properties dialog with double-click was made possible) in Blink and Webkit browsers. 10 11 11 NOTE: Click works native contenteditable so I think that dialog should work as well.12 **NOTE:** When you right-click on checkbox/radio button to open dialog and change its state then it works.