[JBoss JIRA] Created: (GTNPORTAL-1403) Calendar appearing even on non-focus
by Minh Dang (JIRA)
Calendar appearing even on non-focus
------------------------------------
Key: GTNPORTAL-1403
URL: https://jira.jboss.org/browse/GTNPORTAL-1403
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Environment: Operating system: Windows XP, Linux
Browser : Firefox 3.5.10, Internet Explorer 7
Reporter: Minh Dang
I have a calendar field in the dialog template. Whenever the calendar field has focus, a calendar is shown to select the date.
But when the user moves out of calendar field using tab key from keyboard to another field, the calendar is still displayed. Th suer has to explicitly CLICK to remove the Calendar from display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (GTNPORTAL-1750) Parameters in query string of include method call of RequestDispatcher not aggregating to JSP
by Rich Raposa (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-1750?page=com.atlassian.jira.pl... ]
Rich Raposa updated GTNPORTAL-1750:
-----------------------------------
Attachment: testportlet.zip
> Parameters in query string of include method call of RequestDispatcher not aggregating to JSP
> ---------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-1750
> URL: https://issues.jboss.org/browse/GTNPORTAL-1750
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: QA
> Affects Versions: 3.1.0-GA
> Environment: JBoss EPP 5.1 GA
> Reporter: Rich Raposa
> Priority: Minor
> Attachments: testportlet.zip
>
>
> According to the spec (in section PLT.19.1.1): Parameters specified in the query string used to create the PortletRequestDispatcher must be aggregated with the portlet render parameters and take precedence over other portlet render parameters of the same name passed to the included servlet or JSP.
> I have attached a really simple example that contains a query string parameter named "reply", but the renderRequest object in the included JSP does not contain any render request parameters. However, the parameter is in the HttpRequest object (which is fine, but it should also be a parameter of the renderRequest as well).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (GTNPORTAL-1719) UIComponent emitting UI event should be retreived via Event<> object
by Minh Hoang TO (JIRA)
UIComponent emitting UI event should be retreived via Event<> object
--------------------------------------------------------------------
Key: GTNPORTAL-1719
URL: https://jira.jboss.org/browse/GTNPORTAL-1719
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Minh Hoang TO
In many implementations of EventListener in the UI Layer, i see code snippet analogous to this
{code:java}
public void execute(Event<UIWorkingWorkspace> event) throws Exception
{
UIPortalApplication uiApp = Util.getUIPortalApplication();
UIWorkingWorkspace uiWorkingWS = uiApp.getChildById(UIPortalApplication.UI_WORKING_WS_ID);
.....
}
{code}
Here, to get the object emitting event, the top-level component UIPortalApplication is retrieved, then a search over children with ID is used. The event.getSource() should be used instead
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months