Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19339 closed defect (bug) (fixed)

Parent Taxonomy select box cutting off text

Reported by: jgadbois Owned by: nacin
Priority: normal Milestone: 3.3
Component: UI Version: 3.3
Severity: normal Keywords: has-patch commit
Cc: Focuses:

Description

The following CSS rule makes the parent taxonomy select on the Add Post screen only take up about half of the available space. For many taxonomies this cuts off the "-- Parent Taxonomy --" text. Is there a reason the available room isn't being used?

#side-sortables .category-add input[type="text"], #side-sortables .category-add select {
   width: 160px;
}

Attachments (2)

19339.patch (391 bytes ) - added by jgadbois 15 years ago.
Change width to min-width
wp-admin.dev.css.patch (707 bytes ) - added by azaozz 15 years ago.

Download all attachments as: .zip

Change History (14)

#1 @nacin
15 years ago

Changing to min-width seems fine.

@jgadbois
15 years ago

Change width to min-width

#2 @jgadbois
15 years ago

  • Keywords has-patch added

#3 @nacin
15 years ago

  • Keywords commit added
  • Milestone Awaiting ReviewFuture Release

#4 @nacin
15 years ago

  • Milestone Future Release3.3

Broken in [18619].

#5 @nacin
15 years ago

It was full width in 3.2. Per IRC, going with width: 100% rather than min-width.

#6 @ryan
15 years ago

Fine by me.

#7 @nacin
15 years ago

Tested in Press This as well.

#8 @nacin
15 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [19544]:

Don't restrict width of the Parent Taxonomy dropdown. props jgadbois, fixes #19339.

#9 @azaozz
15 years ago

  • Resolution fixed
  • Status closedreopened

This results in super wide text field and select when the Categories postbox is under the editor. Patching.

#10 @nacin
15 years ago

So, min-width: 250px?

#11 @azaozz
15 years ago

  • Resolutionfixed
  • Status reopenedclosed

In [19546]:

Make the Add new Category fields up to 260px wide, fixes #19339

#12 @azaozz
15 years ago

As discussed in IRC, the select will be end-to-end wide when on the left side or in Press This and 260px wide when under the editor.

Note: See TracTickets for help on using tickets.