Opened 11 years ago
Closed 11 years ago
#25978 closed defect (bug) (fixed)
MP6: Bulk/Quick Edit gets in a mess
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | needs-ui has-patch |
Focuses: | ui | Cc: |
Description ¶
The bulk edit and quick edit UI looks fine on larger screens, but it gets itself in a right old pickle as soon as the <782px media query is triggered.
In the short term, we should force each of the three columns in this UI to be full width at <782px.
In the long term, this UI needs an overhaul because it's a mess. Another ticket another day for that one.
Commits (1)
- [26172] In bulk editing mode, make all columns full-width and increase the font size when at responsive sizes. Fixes #25978, props johnbillion.… by @iammattthomas 11 years ago
Pull Requests
- Loading…
Change History (5)
#2
@ Core Committer
11 years ago
- Keywords has-patch added
Patch which fixes the layout of Quick Edit and Bulk Edit in the <782px media query, mostly by forcing everything into full width rows. The markup and CSS for Quick Edit and Bulk Edit is such an abomination that this is as good as it's going to get.
Note: See
TracTickets for help on using
tickets.
Patch coming up.