[JBoss JIRA] (GTNPORTAL-2884) Test windows phone support
by Viliam Rockai (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2884?page=com.atlassian.jira.pl... ]
Viliam Rockai commented on GTNPORTAL-2884:
------------------------------------------
I have quickly checked the current GateIn master on HTC 8s windows phone.
On portrait everything looks like expected.
On landscape the page is not rendered for new width (as I would expect). The page from the portrait mode is zoomed to fit the new (wider) width instead, resulting in blured images of gatein logo and of a person - collapsed sign-in menu.
> Test windows phone support
> --------------------------
>
> Key: GTNPORTAL-2884
> URL: https://issues.jboss.org/browse/GTNPORTAL-2884
> Project: GateIn Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Mobile
> Reporter: Matt Wringe
> Assignee: Viliam Rockai
>
> Windows Phone has a unique way of handling the viewport using @viewport in the css, which is different from how webkit and other browsers handle the viewport.
> We need to check if the current mobile site is working properly wrt the viewport on window phone devices and add the @viewport to the UIPortalApplicationSkin.css if necessary.
--
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
12 years, 12 months
[JBoss JIRA] (GTNWCI-45) Store BeanManager onto ServletContext for use by portal
by Ken Finnigan (JIRA)
[ https://issues.jboss.org/browse/GTNWCI-45?page=com.atlassian.jira.plugin.... ]
Ken Finnigan reassigned GTNWCI-45:
----------------------------------
Assignee: Ken Finnigan
> Store BeanManager onto ServletContext for use by portal
> -------------------------------------------------------
>
> Key: GTNWCI-45
> URL: https://issues.jboss.org/browse/GTNWCI-45
> Project: GateIn Web Container Integration
> Issue Type: Feature Request
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: 2.3.1.CR02
>
>
> Need to be able to access the BeanManager to perform injection into portlets and filters, but the container startup is executed outside of a Web Container thread, making the BeanManager inaccessible through JNDI at that point.
> Need to set it onto the ServletContext when we can access it, and then the portal can remove it from the ServletContext if it isn't needed.
> For portlets that are not CDI enabled, nothing will be added to the ServletContext
--
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
12 years, 12 months