Make WordPress Core

Opened 10 years ago

Closed 7 years ago

#29202 closed defect (bug) (worksforme)

Post list date fields get word-wrapped

Reported by: clorith's profile Clorith Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.9.1
Component: Posts, Post Types Keywords: has-patch
Focuses: ui, administration Cc:

Description

On iPad in landscape mode, the word-wrap for the date column comes at a bad position both for the date it self, as well as the "Scheduled" label.

https://i.cloudup.com/m-9RZpILtb.jpg

Adding a white-space: nowrap css rule would stop the cut, but the current 10% width makes it slide into an overflow: hidden instead, which is just as bad.

Bumped up the width to 12% to account for both the slightly wider text, and the padding to make it look appropriate, but would definitely require i18n testing to see how it plays with other languages.

Potentially this might be more suited for a media query, but the cutoff point (at least for English) is at a point which doesn't fit any of the standard sizes for devices, so a full fledged approach would be ideal, at least for the default display.

Attachments (1)

29202.patch (397 bytes) - added by Clorith 10 years ago.

Download all attachments as: .zip

Change History (5)

@Clorith
10 years ago

#1 @Clorith
10 years ago

  • Keywords has-patch added
  • Version set to 3.9.1

The wordwrap starts at 1080px wide, so I guess users with smaller monitors will be seeing the same

Last edited 10 years ago by Clorith (previous) (diff)

#2 @miqrogroove
10 years ago

  • Component changed from Formatting to Administration

#3 @SergeyBiryukov
10 years ago

  • Component changed from Administration to Posts, Post Types

#4 @DrewAPicture
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

This seems to be have mitigated at some point since the ticket was created. Can't pinpoint a commit though, so closing as worksforme.

Note: See TracTickets for help on using tickets.