Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#18168 closed defect (bug) (duplicate)

Page Attributes 'select' elements expand beyond edge of page.

Reported by: jtsternberg's profile jtsternberg Owned by: jtsternberg's profile jtsternberg
Milestone: Priority: normal
Severity: normal Version: 3.2.1
Component: UI Keywords: has-patch
Focuses: Cc:

Description

This is the case with the wp_dropdown_pages if any of any page names are too long.
screenshots: http://d.pr/9TzY & http://d.pr/jKE

relevant code added in wp-admin.dev.css:

textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;  /* added for select fix */
}

Attachments (1)

18168.diff (347 bytes) - added by jtsternberg 13 years ago.

Download all attachments as: .zip

Change History (4)

@jtsternberg
13 years ago

#1 @johnbillion
13 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #3752 which, for some reason, still remains unfixed after four years.

Last edited 13 years ago by johnbillion (previous) (diff)

#2 @nacin
13 years ago

Also duplicate of #17043.

#3 @kawauso
13 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.