Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#25978 closed defect (bug) (fixed)

MP6: Bulk/Quick Edit gets in a mess

Reported by: johnbillion Owned by: iammattthomas
Priority: normal Milestone: 3.8
Component: Administration Version: 3.8
Severity: normal Keywords: needs-ui has-patch
Cc: Focuses: ui

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 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @johnbillion
13 years ago

Patch coming up.

@johnbillion
13 years ago

#2 @johnbillion
13 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
13 years ago

  • Component Graphic DesignAdministration
  • Keywords ui-focus added
  • Milestone Awaiting Review3.8

#4 @iammattthomas
13 years ago

  • Owner set to iammattthomas
  • Resolutionfixed
  • Status newclosed

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.