Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#13134 closed defect (bug) (fixed)

Menus admin styling adjustments

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

Description (last modified by filosofo)

From Jane on IRC:

  • slidedown with arrow instead of edit/delete links
  • make right column wider width so it doesn't have to change on expansion (or fluid, whatever)
  • styling for the settings bit at top of right column
  • not default to search
  • are we doing most recent for pages? for both pages and cats it might be more useful than most used, b/c they'll likely go there when they add a new one, to add to menu
  • can height of the modules on left column be determined by content rather than min height?

Attachments (14)

13134.1.patch (9.0 KB) - added by koopersmith 14 years ago.
13134.2.patch (9.0 KB) - added by koopersmith 14 years ago.
13134.3.patch (9.2 KB) - added by koopersmith 14 years ago.
13134.4.patch (9.1 KB) - added by koopersmith 14 years ago.
13134.5.patch (8.5 KB) - added by koopersmith 14 years ago.
13134-plus-tab-text.diff (1.2 KB) - added by ryan 14 years ago.
Text for + tab
ui-in-progress.1.png (117.8 KB) - added by koopersmith 14 years ago.
ui-in-progress.2.png (121.3 KB) - added by koopersmith 14 years ago.
ui-in-progress.3.png (132.5 KB) - added by koopersmith 14 years ago.
13134.ui.1.patch (42.5 KB) - added by koopersmith 14 years ago.
13134.ui.2.patch (45.7 KB) - added by koopersmith 14 years ago.
13134.create.css.patch (1.6 KB) - added by koopersmith 14 years ago.
13134.item.delete.css.patch (672 bytes) - added by koopersmith 14 years ago.
13134-create_menu_text.diff (2.2 KB) - added by duck_ 14 years ago.

Download all attachments as: .zip

Change History (39)

#1 @filosofo
14 years ago

  • Description modified (diff)

#2 @koopersmith
14 years ago

Also, we should assign the right column a max/fixed width so it doesn't fly to the bottom of the page when you edit an item (it's quite confusing, I know from experience!).

#3 @koopersmith
14 years ago

Patch of what I have so far.

  • Right column is fluid, with a max-width of 600
  • "height of the modules on left column determined by content rather than min height"
  • Arrows appear permanently on add item boxes (instead of only on hover).
  • (JS) Add menu item boxes slide up and down instead of instantly expanding/contracting. The second patch has a faster expansion speed.

#4 @koopersmith
14 years ago

Fixed bug where add menu item boxes required two clicks to open & wouldn't save open/closed state.

#5 @koopersmith
14 years ago

Left a stray console.log in there. Silly me.

#6 @koopersmith
14 years ago

Removed the sliding, because IE6 ruined the party. Sliding moved to #13147.

#7 @ryan
14 years ago

(In [14252]) Menu styling updates. Props koopersmith. see #13134

#8 @filosofo
14 years ago

I'm going to put this in a separate ticket because it needs a backend API change:

  • are we doing most recent for pages? for both pages and cats it might be more useful than most used, b/c they'll likely go there when they add a new one, to add to menu

@ryan
14 years ago

Text for + tab

#9 follow-up: @ryan
14 years ago

(In [14254]) Explanatory text for the plus tab. see #13134

#10 @ocean90
14 years ago

  • Cc ocean90@… added

Some small things from me:

  • change the button text of the + tab to Create Menu
  • add no opacity to the menu-item-settings section
  • remove max-width: 600px; (or increase) from #menu-management, it looks weird on widescreens

#11 @nacin
14 years ago

(In [14283]) More nav menu fixes. props filosofo. see #13148. fixes #13155, fixes #13157, fixes #13138, see #13134.

#12 @koopersmith
14 years ago

Still a few bugs. Working them out.

#13 @nacin
14 years ago

(In [14286]) Nav menu UI updates. props koopersmith, see #13134.

#14 @nacin
14 years ago

(In [14287]) Nav menu UI updates. props koopersmith, see #13134.

#15 @nacin
14 years ago

(In [14288]) Small fixes to the initial nav menu message. props koopersmith, see #13134.

#16 @nacin
14 years ago

(In [14293]) Fix the ajax loading/processing spinner for nav menu meta boxes. see #13134.

#17 @nacin
14 years ago

(In [14294]) Fix typo in CSS. see #13134.

#18 @ryan
14 years ago

(In [14297]) Set nopaging for the wp_get_nav_menu_items() get_posts() call to avoid pointless found rows queries. see #13134

#19 @ryan
14 years ago

(In [14301]) Partially fix default hidden meta boxes for nav menus. see #13134

#20 @ryan
14 years ago

(In [14304]) Fix initial hidden meta boxes for nav menus. see #13134

#21 @nacin
14 years ago

(In [14314]) Small menu CSS tweak for item deletion. props koopersmith, see #13134.

#23 in reply to: ↑ 9 @duck_
14 years ago

Replying to ryan:

(In [14254]) Explanatory text for the plus tab. see #13134

The text doesn't fully reflect the current actions you have to perform when creating a menu. As far as I can tell you have to save the menu before you can add items to it, the instructions seem to suggest that you can type in a name and start adding items immediately and after that click save.

To this effect small patch to change the button text to "Create Menu" on the plus tab and a few minor changes to instructions.

Not a major issue, but I think that strings for menus need to be completed soon for translators.

#24 @nacin
14 years ago

(In [14333]) Clarify menu creation versus save. props duck_, see #13134. Check in scripts for r14332, see #13204.

#25 @koopersmith
14 years ago

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

Closing, and relocating the only item left to #13217 ("Use most recent instead of most used in add menu item boxes").

Note: See TracTickets for help on using tickets.