#19119 closed defect (bug) (fixed)
Admin menu flyouts are one pixel off when collapsed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
In Revision #19118 admin menu flyouts are 1 pixel too low when the menu is collapsed. See attachment. This is consistent in Firefox, Safari, and Chrome.
Attachments (7)
Change History (28)
#1
@
13 years ago
- Milestone changed from Awaiting Review to 3.3
- Summary changed from admin menu flyouts to Admin menu flyouts are one pixel off when collapsed
#3
@
13 years ago
Probably would be better to decrease margin-top
(19119.2.patch).
#5
@
13 years ago
19119.diff is the middle ground between SergeyBiryukov and trepmal's patches.
#11
@
13 years ago
- Owner set to koopersmith
- Resolution set to fixed
- Status changed from new to closed
In [19279]:
#12
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Seems my selector was a bit too specific - if the current item doesn't have a submenu, the pixel offset still happens with the flyout below.
Also, hoverstate on the current item with no submenu isn't right. Following the unfolded style, it shouldn't change on hover .
Probably not necessary, but here's a short (8s) screencast that shows both quirks
http://screencast.com/t/VeGYxhwyPk2
#13
@
13 years ago
Was [19119/wp-admin.dev.css.diff] intended to be applied on top of your other patch because if not then it doesn't seem to be fixing the problem for me:
#14
@
13 years ago
Hmm.... Just double-checked the patch and it worked for me.
To be sure, I deleted my wp-admin(.dev).css files, svn up'd and applied the patch.
#15
@
13 years ago
For some reason I am seeing this bug in FF7 in all four of the following circumstances:
- right after svn up'ing, no patches
- right after svn up'ing and applying just patch 3
- right after svn up'ing and applying just wp-admin.dev.css.diff
- right after svn up'ing and applying patch 3 then wp-admin.dev.css.diff
not sure what's going on here..
#16
@
13 years ago
Figured it out. I had reduced the font size in my browser. When I restored it to the normal size everything worked as expected. Not sure how many people actually change their font size in FF frequently while trying to use the WP admin but it seems to severely break the admin bar in other ways too. Anyway not the point of this ticket so pretend I said nothing.
#18
@
13 years ago
Partially fixed, the pixel offset seems to be fixed. But the hoverstate problem is still there
Also, hoverstate on the current item with no submenu isn't right. Following the unfolded style, it shouldn't change on hover .
If comments (a menu item without submenu items) is the current item, the arrow is visible but disappears on mouseover.
If needed, I can create a new ticket for this since it's not part of the original issue reported here.
#19
@
13 years ago
- Keywords needs-testing removed
- Resolution set to fixed
- Status changed from reopened to closed
trepmal, that is correct behavior.
We had a long discussion on this in IRC, see
https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2011-11-08&sort=asc#m329457
#20
@
13 years ago
Okay, it just doesn't give the impression of being intentional to me. Especially since in the unfolded menu there is no change on mouseover.
#21
@
13 years ago
comment:18 addressed in [19433]
Fixed, looks much better. Doesn't break non-collapsed view.