Opened 13 years ago
Closed 13 years ago
#8699 closed Bug (fixed)
Focus not going back to correct field on Cell Properties after we close Select Color dialog using OK & Cancel buttons
Reported by: | Satya Minnekanti | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.1 |
Keywords: | IBM HasPatch | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample & insert a table.
- Open Content menu and click on Cell -> Cell Properties option.
- Cell Properties dialog opened.
- Click on Choose button next to Background Color.
- Select Color dialog opened.
Scenario 1:
Select a color in the Color list box and press OK button.
Expected Result: Select Color dialog closed, selected color gets applied to Background color and focus should go back to Choose button next to Background Color text field.
Actual Result: Select Color dialog closed, selected color gets applied to Background color but focus going to next field which is Border Color text field.
Scenario 2:
Select a color in the Color list box and press Cancel button.
Expected Result: Select Color dialog closed, no color applied to Background color and focus should go back to Choose button next to Background Color text field.
Actual Result: Select Color dialog closed, no color applied to Background color but focus going back to Background Color text field instead of Choose button next to it.
Same issue happens when we select Border Color and click OK & Cancel buttons on Select Color dialog
Focus going to next field after Choose button when we click OK button to close Select Color dialog
Focus going to previous field before Choose button when we click Cancel button to close Select Color dialog
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.4.1 |
comment:2 Changed 13 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
Changed 13 years ago by
Attachment: | 8699.patch added |
---|
comment:3 Changed 13 years ago by
Keywords: | HasPatch added |
---|---|
Status: | assigned → review |
comment:4 Changed 13 years ago by
Status: | review → review_passed |
---|
There's a coding style issue at _source/plugins/dialogui/plugin.js#L979 pls fix that on commit.
Please make sure a changelog entry is committed along with the patch as well.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7364].
Reproducible in all browsers from CKEditor 3.4.1