Bug 16323 - Make dropdowns in header open on hover
Summary: Make dropdowns in header open on hover
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Aleisha Amohia
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 22:42 UTC by Aleisha Amohia
Modified: 2017-06-14 22:10 UTC (History)
4 users (show)

See Also:
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 (2.93 KB, patch)
2016-04-21 22:44 UTC, Aleisha Amohia
Details | Diff | Splinter Review
Bug 16323: Make dropdowns in header open in hover (2.99 KB, patch)
2016-05-25 13:39 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.