• On pages with forms whilst using tab to cycle through fields first field is highlighted but then hitting tab focuses on this plugins two tabindex related elements which are an a tag and a button tag.

    Only after cycling these two does it then return to the second form element. This causes massive confusion for the user.

    The solution that I have come up with is instead of using opacity to hide the bar use display: none and then the browser (Chrome) handles this.

    See my jsfiddle for example of code.
    https://jsfiddle.net/Lo1ntxc8/

    https://www.ads-software.com/plugins/uk-cookie-consent/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change opacity to display none for tabindex purposes’ is closed to new replies.