Changes between Version 1 and Version 2 of Ticket #7711
- Timestamp:
- 03/05/2018 09:56:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7711 – Description
v1 v2 1 1 Checking 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 {{{ 3 5 .buddypress-wrap form.bp-dir-search-form button[type="submit"], 4 6 .buddypress-wrap form.bp-messages-search-form button[type="submit"], … … 10 12 top: -999em; 11 13 } 12 ``` 14 }}} 13 15 14 16 Per style above and quick double-check, search buttons need to be fixed in the following: