Summary: | Make dropdowns in header open on hover | ||
---|---|---|---|
Product: | Koha | Reporter: | Aleisha Amohia <aleisha> |
Component: | Staff interface | Assignee: | Aleisha Amohia <aleisha> |
Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, sandboxes, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 16323: Make dropdowns in header open in hover
Bug 16323: Make dropdowns in header open in hover |
Description
Aleisha Amohia
2016-04-21 22:42:12 UTC
Created attachment 50546 [details] [review] Bug 16323: Make dropdowns in header open in hover To test: 1) Go to staff client 2) Hover over 'More' menu and confirm that menu opens 3) Hover over the user dropdown on the right ("username | branch") and confirm that menu opens Sponsored-by: Catalyst IT I like that the menus require a click. I find it annoying when menus jump out at me when my mouse passes over them on its way to somewhere else. The CSS solution suggested here appears to work when placed in IntranetUserCSS: http://stackoverflow.com/questions/8878033/how-to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click (In reply to Owen Leonard from comment #2) > I like that the menus require a click. I find it annoying when menus jump > out at me when my mouse passes over them on its way to somewhere else. I tested the patch and I do not like the behaviour, and I agree with Owen preferring the click. Patch tested with a sandbox, by Sinziana Paltineanu <s.paltineanu@berlin.bard.edu> Created attachment 51775 [details] [review] Bug 16323: Make dropdowns in header open in hover To test: 1) Go to staff client 2) Hover over 'More' menu and confirm that menu opens 3) Hover over the user dropdown on the right ("username | branch") and confirm that menu opens Sponsored-by: Catalyst IT Signed-off-by: Sinziana Paltineanu <s.paltineanu@berlin.bard.edu> Aleisha, I think these 2 links are good candidates for using an id (instead of a class). We could have elements with a class named "more" or "branch", the selector is not enough specific. (Note that I have not found any in current code) Marking as won't fix, the expected behaviour can be made using CSS. |