Opened 13 years ago
Last modified 12 years ago
#8943 confirmed Bug
FF: (HC mode) Text does not get highlighted when using Find & Replace dialog in High Contrast mode until the dialog is closed
Reported by: | James Cunningham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Satya Minnekanti, Teresa Monahan |
Description
Steps to reproduce the defect:
- Hold Alt, Left Shift & PrintScreen to enable high contrast mode.
- Open the Ajax sample in FF.
- Type some text into the editor.
- Click on the Find/Replace buttons in the toolbar to open the Find/Replace dialog.
- Type some of the text that you previously entered into the editor into the Find field in the dialog.
- Click the Find button.
Expected Result: The text that you are trying to find should become highlighted in the editor.
Actual Result: The text does not get highlighted. It only gets highlighted when you close the Find dialog.
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.3 → 3.0 |
Reproducible in IE and Firefox from CKEditor 3.0.
comment:4 Changed 12 years ago by
How do you do - Hold Alt, Left Shift & PrintScreen - on a Mac?
This TC is for windows not for MAC.
It is still reproducible in latest CKE 4.x.
comment:5 Changed 12 years ago by
@mgifford It is not a CKEditor shortcut, it is a Windows keyboard shortcut for enabling high contrast.
comment:6 Changed 12 years ago by
Thanks for the clarification! "Invert colors" is probably the closest thing we have to that in the Mac world.
The styling used to highlight found items relies on background-color and color which do not display in high contrast mode. A simple fix for this is to add a border to the find_highlight styling that uses the same color as the background-color property. Therefore there will be no visible change to the styling in normal mode, but the border will appear in high contrast mode.