Opened 12 years ago
Closed 11 years ago
#23785 closed enhancement (wontfix)
highlight rows on hover for tables with widefat class
Reported by: | cfoellmann | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.5 |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Attachments (1)
Change History (7)
#1
@
12 years ago
- Component changed from Accessibility to Administration
- Keywords ui-focus added; ui-feedback removed
#3
@
12 years ago
As a common pattern, it really only makes sense if you're dealing with an absolute ton of data or if the hover then signifies that the row can be clicked. Differentiating rows is very much mitigated by the zebra-striping. This is a wontfix in my book.
#4
@
12 years ago
- Cc mdhansen@… added
I like this addition. I do think it is most useful when there is a ton of data but do not think it is distracting with little amounts. It also helps the eye follow which row you are looking at(beyond the existing zebra stripe). Perhaps we should leave this open to get a few more opinions.
To see this in action, just look at trac on a wide screen.
#5
@
11 years ago
I like the idea, but I agree with Helen that it could easily become a distraction on tables that already change things on hover, like the quick edit links.
What if, instead of adding this to all widefat tables, we add a new class, highlight? It would be available to core/plugin devs but not applied by default.
#6
@
11 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
There are some helper classes in core now for highlight colors and such, which can be further refined generically in another ticket or elsewhere if so desired. Closing this as wontfix, per nacin's comment and my own concerns.
Not sure - would want to know if this is something generally desirable or considered distracting. It's a pretty common pattern but that doesn't make it not distracting, especially when hover already brings up other things like row action links.
If this were to happen, patches would need to consider the blue color scheme and perhaps the zebra striping. Also contrast, especially between background and foreground.