#3596 closed defect (bug) (fixed)
Update to WP 3.3 admin bar
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | major |
Severity: | major | Version: | 1.5 |
Component: | Toolbar & Notifications | Keywords: | |
Cc: |
Description
The WP Admin Bar has changed in WP 3.3, so that our implementation is messed up in a couple of ways. At a glance:
- current user menu, which has been shifted to the right, is now styled differently, so that our inline avatar looks bad
- WP's default "thisblog" menu is not being removed properly
- Order is messed up. We might want to think about right-justifying Notifications, since it's closely aligned conceptually with the logged-in user menu.
Attachments (2)
Change History (14)
#4
@
13 years ago
Probably a bit early to put menu edits into trunk, as WP core menus are still being worked on. Right now BP trunk menus are really broken in both WP 3.2 branch and trunk.
Don't revert, but keep an eye on them and fix them up when you can.
I think we should not totally unhook the core menu, but instead add our sub menus below the core user avatar area, or maybe come up with some designs on where we want to hook the social menu into the existing core one.
#5
@
13 years ago
Probably a bit early to put menu edits into trunk, as WP core menus are still being worked on.
Fair enough.
Right now BP trunk menus are really broken in both WP 3.2 branch and trunk.
Quite broken on WP trunk; a bit out of order on WP 3.2.x.
I think we should not totally unhook the core menu
I agree. I was just starting with the strategy already in BP, which unhooks it entirely. I like the way that WP's trunk menu looks, so it probably makes sense to migrate to it.
#6
@
13 years ago
3596.01.patch is a suggestion for how to render the logged-in member dropdown. It's a bit bland. Suggestions welcome. Note: I haven't checked those changes against WP 3.2.
(In [5211]) Updates user admin bar menu for right-floating compatibility in WP 3.3. See #3596