Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#24901 closed defect (bug) (fixed)

Horizontal scrollbar on Revisions screen

Reported by: azaozz's profile azaozz Owned by: markjaquith's profile markjaquith
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: Customize Keywords:
Focuses: Cc:

Description

Caused by long lines in the revision diffs. As we use tables best would be to set the table layout to fixed like all list tables.

Attachments (3)

revisions-hscrollbar.png (37.0 KB) - added by azaozz 11 years ago.
revisions-hscrollbar-fix.png (47.5 KB) - added by azaozz 11 years ago.
24901.patch (359 bytes) - added by azaozz 11 years ago.

Download all attachments as: .zip

Change History (7)

@azaozz
11 years ago

#1 @azaozz
11 years ago

Adding table-layout: fixed; word-wrap: break-word; fixes it. Tested in Chrome, FF, IE10, IE9-8-7 through IE10's browser mode.

Before:

After:

#2 @ocean90
11 years ago

Tested in Opera, Safari, Chrome, Firefox and IE7-9 via IE10. Looks good.

#3 @markjaquith
11 years ago

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

In 24929:

Revisions: set the table layout to fixed and word-wrap to break-word so long lines don't cause issues.

Props azaozz. Fixes #24901 for trunk.

#4 @markjaquith
11 years ago

In 24930:

Revisions: set the table layout to fixed and word-wrap to break-word so long lines don't cause issues.

Props azaozz. Fixes #24901 for 3.6.

Note: See TracTickets for help on using tickets.