Opened 13 years ago

Closed 13 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?

Change History (1)

comment:1 by astrid_emde, 13 years ago

Resolution: fixed
Status: newclosed
  • changed to click instead of mouseover

in branches/2.7 and trunk

Note: See TracTickets for help on using tickets.