[JBoss JIRA] (GTNWSRP-322) Import page does not show proper data.
by Chris Laprun (JIRA)
Chris Laprun created GTNWSRP-322:
------------------------------------
Summary: Import page does not show proper data.
Key: GTNWSRP-322
URL: https://issues.jboss.org/browse/GTNWSRP-322
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.Beta09
Environment: Jboss as 7.1.3
Reporter: Vlastislav Ramik
Assignee: Chris Laprun
…
[View More]Fix For: 2.2.0.Beta10
Attachments: code_instead_of_portlet_name.png, wsrp_import.log
When importing portlets there is some code (see code_instead_of_portlet_name.png).
After clicking on Import button I get error (see wsrp_import.png)
--
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
[View Less]
12 years, 4 months
[JBoss JIRA] (GTNPORTAL-2561) GateIn menu hide timeout is too long
by Viliam Rockai (JIRA)
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
…
[View More]
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
[View Less]
12 years, 4 months