You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the tab keys to navigate over to either the "Highlight All" checkbox, the "Match Case" checkbox, or the zoom dropdown
Note that there is no visual indicator that any of these elements are focused
In Firefox and Internet Explorer 11, the user can clearly see that these elements are focused because the label has a highlight around it. Note that the element is still able to be activated by using the spacebar (there is a separate issue regarding this behavior not working in Firefox or Internet Explorer 11), but there is no visual focus to indicate that the element has focus.
The text was updated successfully, but these errors were encountered:
Thunderforge
changed the title
No visual indicator when a find toolbar checkbox is focused in Chrome
No visual indicator when a find toolbar checkbox or zoom dropdown are focused in Chrome
Jul 15, 2015
The issue seems to be an issue with viewer.css. When you look at a CSS-less dropdown menu or checkbox, there is highlighting in Chrome. In fact, if you comment out the line to import the viewer.css, you can see a visual indicator when you focus those elements.
@Thunderforge is correct that it is an issue with viewer.css
However this issue of no focus states is present in more than just chrome as I have reproduced in:
Safari (9.1.1 11601.6.17)
Edge (25.10586.0.0)
IE11 (11.420.10586.0)
FF Win (47.0) - does have a 1px outline focus but is not as visible as FF Mac blue glow
FF 47.0 (Ubuntu 16.04)
Note these are all the latest versions of the browsers as of 22 Jun 2016 NZST
When using Chrome, there is no visual indicator when you tab over to the "Highlight All" and "Match Case" checkboxes within the find toolbar.
Steps to reproduce:
In Firefox and Internet Explorer 11, the user can clearly see that these elements are focused because the label has a highlight around it. Note that the element is still able to be activated by using the spacebar (there is a separate issue regarding this behavior not working in Firefox or Internet Explorer 11), but there is no visual focus to indicate that the element has focus.
The text was updated successfully, but these errors were encountered: