Opened 14 years ago
Closed 14 years ago
#839 closed defect (fixed)
login.php application overview - change switch on mouseover to click
Reported by: | astrid_emde | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.7.2 release |
Component: | user interface | Version: | 2.7.1 |
Keywords: | Cc: | verenadiewald |
Description
- it makes sense to change the tab switch on click instead of mouseover. (Problem with mouseover: When you have many categories you get more then one row of tabs it is not so easy to get to the applications of a tab in the first row)
This is the suggestion of the change in the code:
- event: 'click'
$(document).ready(function () { $(function() { $("#guiListTabs").tabs({ event: 'click' }); false; }); }); });
Opinions?
Note:
See TracTickets
for help on using tickets.
in branches/2.7 and trunk