Highlight field in Select Color dialog not showing correct color when we navigate Colors using keyboard
To reproduce the defect:
- Open any CK Editor sample & insert a table.
- Open Context menu and click on Cell -> Cell Properties option.
- Cell Properties dialog opened.
- Click on Choose button next to Background Color.
- Select Color dialog opened.
- Now navigate through the Colors list using keyboard and verify the Color shown in the Highlight field.
Issue: Highlight field always showing the last color that we navigated.
I have attached a screenshot of the error
Change History (7)
Status: |
new →
confirmed
|
Version: |
→ 3.3
|
Milestone: |
→ CKEditor 3.6.3
|
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Issue has been reproducible from CKEditor 3.3 (when moving with arrows was implemented)
My observation:
Despite 1 color being late:
#3300ff
#3300ff
is next to#00ffff
so pressing left arrow should move the hightlight to#00ffff
Actual Result:
Highlight will be moved to the right first (probably because of this one late right arrow press)
So when you are on
#3300ff
and you start pressing left arrow the result is as follows:#3333ff
(color on the right),#3300ff
,#00ffff
(color on the left.)