[JBoss JIRA] (GTNPORTAL-3253) [IE] Ajax requests are broken if the node name containing accent characters
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3253?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-3253:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: (was: 3.5.7.Final)
Resolution: Done
> [IE] Ajax requests are broken if the node name containing accent characters
> ---------------------------------------------------------------------------
>
> Key: GTNPORTAL-3253
> URL: https://issues.jboss.org/browse/GTNPORTAL-3253
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: Internet Explorer browser
> Reporter: Trong Tran
> Assignee: Hai Nguyen
> Priority: Critical
> Labels: backlogs
> Fix For: 3.7.0.Final
>
>
> h3. Problem
> Let's say we have a page with node name is "tét". Go to Edit Page, then click on the close/save button ==> it doesn't work.
> h3. Cause
> The encoded URI in the href attribute of <a> tag is automatically decoded in wrong ISO-8859-1 before the javascript function is executed
> h3. Proposal to fix the problem
> We should use *onclick* to perform the javascript ajax update execution instead of href attribute.
> Moreover, putting javascript code into href is kind of bad practice that we could avoid in use
--
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, 7 months
[JBoss JIRA] (GTNPORTAL-3250) The portlets cannot be displayed after a portal reload
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3250?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration updated GTNPORTAL-3250:
-----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=987708
> The portlets cannot be displayed after a portal reload
> ------------------------------------------------------
>
> Key: GTNPORTAL-3250
> URL: https://issues.jboss.org/browse/GTNPORTAL-3250
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: PC integration
> Affects Versions: 3.6.1.Final
> Reporter: Nicolas Filotto
> Assignee: Marko Strukelj
> Attachments: GTNPORTAL-3250.patch
>
>
> If you launch Gatein in developing mode, it is possible to reload only a given portal container either automatically by redeploying a webapp that has been defined as a PortalContainerConfigOwner (in other words you have the listener org.exoplatform.container.web.PortalContainerConfigOwner in your web.xml) or manually using the JMX console. And when you do so, no portlet can be displayed properly anymore (we have the message "This portlet encountered an error and could not be displayed" for all portlets), this issue is due to https://issues.jboss.org/browse/GTNPORTAL-2406.
> Here are the steps to reproduce:
> * Start GateIn with ./standalone.sh -Dexo.product.developing=true
> * launch the JMX Console and call _reload_ with the argument _portal_ on the MBean {{exo:container=root}}
> * Once the command is over, go to http://localhost:8080/portal/
--
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, 7 months
[JBoss JIRA] (GTNPORTAL-3253) [IE] Ajax requests are broken if the node name containing accent characters
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3253?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-3253:
----------------------------------
Fix Version/s: 3.5.7.Final
3.7.0.Final
> [IE] Ajax requests are broken if the node name containing accent characters
> ---------------------------------------------------------------------------
>
> Key: GTNPORTAL-3253
> URL: https://issues.jboss.org/browse/GTNPORTAL-3253
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: Internet Explorer browser
> Reporter: Trong Tran
> Assignee: Hai Nguyen
> Priority: Critical
> Labels: backlogs
> Fix For: 3.5.7.Final, 3.7.0.Final
>
>
> h3. Problem
> Let's say we have a page with node name is "tét". Go to Edit Page, then click on the close/save button ==> it doesn't work.
> h3. Cause
> The encoded URI in the href attribute of <a> tag is automatically decoded in wrong ISO-8859-1 before the javascript function is executed
> h3. Proposal to fix the problem
> We should use *onclick* to perform the javascript ajax update execution instead of href attribute.
> Moreover, putting javascript code into href is kind of bad practice that we could avoid in use
--
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, 7 months