Bug 16323

Summary: Make dropdowns in header open on hover
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: Staff interfaceAssignee: 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   
Change sponsored?: Sponsored Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
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

    
Comment 1 Aleisha Amohia 2016-04-21 22:44:27 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2016-04-22 00:43:27 UTC
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.
Comment 3 Owen Leonard 2016-04-22 00:46:17 UTC
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
Comment 4 Marc VĂ©ron 2016-04-22 19:03:53 UTC
(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.
Comment 5 PTFS Europe Sandboxes 2016-05-25 13:39:14 UTC
Patch tested with a sandbox, by Sinziana Paltineanu <s.paltineanu@berlin.bard.edu>
Comment 6 PTFS Europe Sandboxes 2016-05-25 13:39:34 UTC
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>
Comment 7 Jonathan Druart 2016-05-25 19:41:05 UTC
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)
Comment 8 Jonathan Druart 2016-09-30 09:59:07 UTC
Marking as won't fix, the expected behaviour can be made using CSS.