Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13215 closed defect (bug) (fixed)

Improve menu tabs when tabs can't fit on one line

Reported by: koopersmith's profile koopersmith Owned by: koopersmith's profile koopersmith
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: Menus Keywords:
Focuses: Cc:

Description

The current CSS is not enough, tabs end up floating all over the place. From dev chat discussions, it seems like a Firefox-esque tab interface is the best solution for JS. For no-JS, I'd say show only the selected tab and + tab, and display the rest in a dropdown (as there is no easy HTML/CSS only solution).

Attachments (7)

13215.no-js.1.patch (2.6 KB) - added by koopersmith 15 years ago.
13215.no-js.2.patch (2.5 KB) - added by koopersmith 15 years ago.
13215.no-js.3.patch (2.8 KB) - added by koopersmith 15 years ago.
13215.js.1.patch (7.2 KB) - added by koopersmith 15 years ago.
13215.js.progress.2.patch (7.2 KB) - added by koopersmith 15 years ago.
13215.js.2.patch (1.7 KB) - added by koopersmith 15 years ago.
13215.check.for.deleted.menu.1.patch (664 bytes) - added by koopersmith 15 years ago.

Download all attachments as: .zip

Change History (14)

#1 in reply to: ↑ description @nacin
15 years ago

Replying to koopersmith:

For no-JS, I'd say show only the selected tab and + tab, and display the rest in a dropdown (as there is no easy HTML/CSS only solution).

I like that. I have a feeling we should shorten longer menu names as well with a little ... action.

The current CSS is not enough, tabs end up floating all over the place. From dev chat discussions, it seems like a Firefox-esque tab interface is the best solution for JS.

Hmm, sliding, or stacking?

#2 @nacin
15 years ago

(In [14368]) First pass on sliding tabs for the nav menu admin UI. props koopersmith, see #13215.

#3 @koopersmith
15 years ago

13215.js.2.patch hides the tabs manager when it's not needed.

#4 @koopersmith
15 years ago

There seems to be a slight positioning bug when using the right arrow in webkit. I'll address it soon.

#5 @nacin
15 years ago

(In [14373]) Sliding tabs for the nav menu admin UI. second pass. props koopersmith, see #13215.

#6 @nacin
15 years ago

(In [14394]) Check for deleted menus or something. It fixes a JS error. props koopersmith, see #13215.

#7 @nacin
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.