[gatein-issues] [JBoss JIRA] (GTNPORTAL-2561) GateIn menu hide timeout is too long

Viliam Rockai (JIRA) jira-events at lists.jboss.org
Fri Sep 7 08:20:32 EDT 2012


Viliam Rockai created GTNPORTAL-2561:
----------------------------------------

             Summary: 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


More information about the gatein-issues mailing list