[
https://issues.jboss.org/browse/GTNPORTAL-2561?page=com.atlassian.jira.pl...
]
Thomas Heute commented on GTNPORTAL-2561:
-----------------------------------------
I also found 300ms to be too long, it gives a feeling that the UI is lagging. If there was
an effect it wouldn't be that bad I guess, but here it just stays too long.
+1 on reducing that timeout
GateIn menu hide timeout is too long
------------------------------------
Key: GTNPORTAL-2561
URL:
https://issues.jboss.org/browse/GTNPORTAL-2561
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: User Interface
Affects Versions: 3.4.0.M01
Reporter: Viliam Rockai
Priority: Minor
When you login to gatein, you are able to use the menu on the top of the screen (Site,
Group, ...). When mouse hovers over the menu item, menu sub items are shown. When you move
the mouse outside the menu pane, it takes some time until it disappears. In EPP5 there was
no timeout and the menu disappeared right away.
The change happened when the js code was rewritten. the time-out is on line 177 in
gatein/deployments/gatein.ear/eXoResources.war/javascript/eXo/portal/UIPortalNavigation.js
:
portalNav.hideMenuTimeoutIds.put(conts[0].id, window.setTimeout(function()
{portalNav.hideMenu(conts[0].id); }, 300));
Changing the value 300 to 0 is my proposed fix to this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira