Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25978 closed defect (bug) (fixed)

MP6: Bulk/Quick Edit gets in a mess

Reported by: johnbillion's profile johnbillion Owned by: iammattthomas's profile iammattthomas
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.

Attachments (1)

25978.diff (1.9 KB) - added by johnbillion 11 years ago.

Download all attachments as: .zip

Change History (5)

#1 @johnbillion
11 years ago

Patch coming up.

@johnbillion
11 years ago

#2 @johnbillion
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.

#3 @SergeyBiryukov
11 years ago

  • Component changed from Graphic Design to Administration
  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8

#4 @iammattthomas
11 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26172:

In bulk editing mode, make all columns full-width and increase the font size when at responsive sizes. Fixes #25978, props johnbillion.

Note: See TracTickets for help on using tickets.