Opened 12 years ago
Closed 12 years ago
#31440 closed defect (bug) (fixed)
Press This: Tab focus order skips radio inputs (Post Formats) on Safari
| Reported by: | michael-arestad | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Press This | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
@marcelomazza ideas? Tabbing to this element works properly on IE8-11, FF Mac, and Chrome Mac.
Change History (7)
#1
@
12 years ago
- Summary Tab focus order skips radio inputs (Categories) on Safari → Press This: Tab focus order skips radio inputs (Categories) on Safari
#4
@
12 years ago
- Summary Press This: Tab focus order skips radio inputs (Categories) on Safari → Press This: Tab focus order skips radio inputs (Post Formats) on Safari
Confirmed, "tabbing" skips them but arrow keys work once you've tabbed to the first one. However pressing spacebar or Enter doesn't seem to select/set that format (with or without the css patch).
#6
in reply to: ↑ 5
@
12 years ago
Replying to Michael Arestad:
Right, got it mixed up with a list of checkboxes. So, to set a radio, you tab to the first radio button then use the arrow keys to move and then tab again to "leave" the last one selected. Making them 1px fixes it :)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If we change the CSS to this it should work:
.post-format { width: 1px; height: 1px; position: absolute; top: -9999px; }Hat tip @afercia