Opened 13 years ago
Closed 13 years ago
#8701 closed Bug (fixed)
Highlight field in Select Color dialog not showing correct color when we navigate Colors using keyboard
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.3 |
Component: | General | Version: | 3.3 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
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
Attachments (2)
Change History (7)
Changed 13 years ago by
Attachment: | Color Highlighter Error.jpg added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.3 |
comment:2 Changed 13 years ago by
Other tickets that fall under Select "Color Dialog Problems / Enchancements":
#8706, #8698, #8519, #8697, #8523, #8218, #5960, #4494.
Changed 13 years ago by
Attachment: | 8701.patch added |
---|
comment:3 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
comment:4 Changed 13 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed by #8698.
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.)