Opened 13 years ago
Closed 12 years ago
#19661 closed defect (bug) (fixed)
Misleading cursors/indicators when js disabled
Reported by: | trepmal | Owned by: | |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | UI | Keywords: | has-patch 3.5-early |
Focuses: | Cc: |
Description
When javascript is disabled, there are still a number of indicators for js-only interactions.
- meta boxes still have the 'move' cursor - including post, nav-menus, and widgets screens
- meta boxes still have expand/collapse arrow indicator
- 'select all' checkbox appears
Patch changes 'move' cursor to default, hides toggle arrow, hides 'select all' checkbox when body has no-js
class.
Javascript disabled:
Attachments (2)
Change History (10)
#3
@
13 years ago
The patch looks like it would hide all checkboxes, not just the select all checkbox?
#5
@
13 years ago
Good catch, easy enough to add thead to CSS specificity to only target the thead checkbox
Note: See
TracTickets for help on using
tickets.
Related: #19606