Opened 17 months ago
Closed 4 months ago
#19661 closed defect (bug) (fixed)
Misleading cursors/indicators when js disabled
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | has-patch 3.5-early |
| 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)
comment:2
SergeyBiryukov — 17 months ago
The patch looks like it would hide all checkboxes, not just the select all checkbox?
comment:5
JustinSainton — 13 months ago
Good catch, easy enough to add thead to CSS specificity to only target the thead checkbox
JustinSainton — 13 months ago
- Keywords 3.5-early added; punt removed
- Milestone changed from 3.4 to Future Release
comment:7
johnbillion — 11 months ago
Related: #18900
Note: See
TracTickets for help on using
tickets.


Related: #19606