Closed
Bug 555230
Opened 15 years ago
Closed 15 years ago
Fix and Reapply Navigation Dropdown Menus
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
1.7
People
(Reporter: ryansnyder, Assigned: chowse)
References
Details
Per Chowse:
Several people have complained about the drop-downs on the Product Nav bar.
Namely, it's way too easy for the mouse to stray into that space and cause the
drop-down to block access to the Version/Report bars. This inconvenience seems
to outweigh the benefit of selecting a product+version for most devs I've
spoken with.
So, I think it might be best to simply remove the drop-down (and the down-arrow
beside each product) in CSS for now. When time permits, we could experiment
with adding a delay on displaying the menu (though I'm not entirely convinced
this would fix the issue).
==
I removed the navigation dropdowns (and the arrow beside each product name) in 1.6. All of the code still exists in application/views/layout.php and is commented out for the time being.
| Assignee | ||
Comment 1•15 years ago
|
||
Possible fix:
http://people.mozilla.org/~chowse/drop/socorro/nav/v1/vis/style.html
Using the HoverIntent plugin (http://plugins.jquery.com/project/hoverIntent), you can delay showing the drop-down unless the mouse stops or slows down over the menu. I added a 200ms hover delay on the menus, and it seems to avoid the common mouse slips.
Comment 2•15 years ago
|
||
chowse, do you have an update on this?
Assignee: nobody → chowse
Target Milestone: --- → 1.7
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> chowse, do you have an update on this?
I think the change described in comment 1 should fix the problem. The parameters might need to be tweaked (i.e. how much delay is needed), but I'm happy with the solution you'll currently find at http://people.mozilla.org/~chowse/drop/socorro/nav/v1/vis/style.html .
Ryan, whenever you're ready to implement, I can walk you through the changes (a few CSS changes and some new Javascript).
| Assignee | ||
Comment 4•15 years ago
|
||
Bug 545951 eliminates the Product nav bar, rendering this obsolete.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•