[Mapbender_dev] [Mapbender] #839: login.php application overview -
change switch on mouseover to click
Mapbender
mapbender_dev at lists.osgeo.org
Tue Jun 21 02:20:27 EDT 2011
#839: login.php application overview - change switch on mouseover to click
----------------------------+-----------------------------------------------
Reporter: astrid_emde | Owner: dev
Type: defect | Status: new
Priority: major | Milestone: 2.7.2 release
Component: user interface | Version: 2.7.1
Keywords: |
----------------------------+-----------------------------------------------
* 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?
--
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/839>
Mapbender <http://www.mapbender.org/>
Mapbender
More information about the Mapbender_dev
mailing list