]
Boleslaw Dawidowicz reassigned GTNPORTAL-2561:
----------------------------------------------
Assignee: Viliam Rockai
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
Assignee: Viliam Rockai
Priority: Minor
Labels: EPP6.0-Test-Dev
Fix For: 3.5.0.Beta02
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: