[JBoss JIRA] (GTNPORTAL-2927) Set default widths for non-responsive default portlets
by Matt Wringe (JIRA)
Matt Wringe created GTNPORTAL-2927:
--------------------------------------
Summary: Set default widths for non-responsive default portlets
Key: GTNPORTAL-2927
URL: https://issues.jboss.org/browse/GTNPORTAL-2927
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Mobile
Reporter: Matt Wringe
Assignee: Matt Wringe
Many default portlets and components within the portal don't work well when being used on a non-fixed width layout.
For the responsive site, this means when accessing the site on a small screened device the portlets may be displayed in a strange manner.
For these default non-responsive portlets, the responsive skin should set a default width for them.
--
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, 11 months
[JBoss JIRA] (GTNPORTAL-2926) Scroll on Drag and Drop
by Matt Wringe (JIRA)
Matt Wringe created GTNPORTAL-2926:
--------------------------------------
Summary: Scroll on Drag and Drop
Key: GTNPORTAL-2926
URL: https://issues.jboss.org/browse/GTNPORTAL-2926
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WebUI
Reporter: Matt Wringe
When moving something with drag and drop near the edge or corner of the screen, the screen should automatically scroll
--
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, 11 months
[JBoss JIRA] (GTNPORTAL-2923) Check if the transaction status is being active before doing a commit
by Trong Tran (JIRA)
Trong Tran created GTNPORTAL-2923:
-------------------------------------
Summary: Check if the transaction status is being active before doing a commit
Key: GTNPORTAL-2923
URL: https://issues.jboss.org/browse/GTNPORTAL-2923
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Identity integration
Affects Versions: 3.6.0.Beta01
Reporter: Trong Tran
Assignee: Boleslaw Dawidowicz
Fix For: 3.6.0.Beta02
In PicketLinkIDMOrganizationServiceImpl#endRequest, we could check if the transaction status is being active before doing a commit.
Something like :
{code}
if (idmService_.getIdentitySession().getTransaction().isActive()) {
idmService_.getIdentitySession().getTransaction().commit();
}
{code}
--
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, 11 months