Opened 12 years ago
Closed 12 years ago
#30980 closed defect (bug) (fixed)
Row actions not revealed on focus in categories and tags screens
| Reported by: | afercia | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Taxonomy | Version: | 4.1 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: | ui, accessibility, javascript, administration |
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
@
12 years ago
- Component Administration → Taxonomy
- Focuses administration added
- Milestone Awaiting Review → 4.2
#5
in reply to: ↑ 3
;
follow-up:
↓ 6
@
12 years ago
- Keywords 2nd-opinion added
- Resolution fixed
- Status closed → 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I think we can replace
.bookmarks td.column-namewithtd.column-name, which would work for categories and tags too.