Opened 11 years ago
Closed 11 years ago
#30980 closed defect (bug) (fixed)
Row actions not revealed on focus in categories and tags screens
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.2 | Priority: | normal |
| Severity: | normal | Version: | 4.1 |
| Component: | Taxonomy | Keywords: | has-patch 2nd-opinion |
| Focuses: | ui, accessibility, javascript, administration | Cc: |
Description
When tabbing through the categories and tags list tables, row actions should be revealed when their container is focused.
Attachments (1)
Change History (8)
#2
@
11 years ago
- Component changed from Administration to Taxonomy
- Focuses administration added
- Milestone changed from Awaiting Review to 4.2
#4
@
11 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 31173:
#5
in reply to:
↑ 3
;
follow-up:
↓ 6
@
11 years ago
- Keywords 2nd-opinion added
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to SergeyBiryukov:
I think we can replace
.bookmarks td.column-namewithtd.column-name
Thanks very much Sergey. Not arguing, just to have a second opinion: .bookmarks was there to target just the Link Manager which is no more in core but still available as a plugin, as far as I know. Not sure if we should take this into consideration.
Using just td.column-name will target also table cells that don't need those event bound, for example the Users table has a td.column-name but doesn't use row-actions at all.
As reference, the original commit was r25595
Note: See
TracTickets for help on using
tickets.
I think we can replace
.bookmarks td.column-namewithtd.column-name, which would work for categories and tags too.