Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7711


Ignore:
Timestamp:
03/05/2018 09:56:02 PM (7 years ago)
Author:
mercime
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7711 – Description

    v1 v2  
    11Checking the accessibility of the new template pack, when I tab through the front end, keyboard focus disappears, i.e., jumps to top of screen each time after tabbing on the search input field. Depending on the screen, you can tab 2-3 more times after the search input field and not know where you are on the page. This is caused to hiding the search buttons off-screen with the following style:
    2 ```
     2
     3
     4{{{
    35.buddypress-wrap form.bp-dir-search-form button[type="submit"],
    46.buddypress-wrap form.bp-messages-search-form button[type="submit"],
     
    1012        top: -999em;
    1113}
    12 ```
     14}}}
    1315
    1416Per style above and quick double-check, search buttons need to be fixed in the following: