[
https://issues.jboss.org/browse/GTNPORTAL-1869?page=com.atlassian.jira.pl...
]
Khoi Nguyen commented on GTNPORTAL-1869:
----------------------------------------
In this case, the <image> tag in UILogoPortlet template is set to "" as an
empty string, and it causes a problem with chrome browser that another request is made to
the actual URL itself. So, an another action request is re-sent. Firefox 3.5 addressed
this issue and no longer sends a request (the bug
https://bugzilla.mozilla.org/show_bug.cgi?id=444931 has already fixed).
We should void this error because it can effect to performance.
Chrome - processAction methods are called twice when url is empty in
logo portlet
---------------------------------------------------------------------------------
Key: GTNPORTAL-1869
URL:
https://issues.jboss.org/browse/GTNPORTAL-1869
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: User Interface
Affects Versions: 3.1.0-GA
Environment: EPP5.1.0 GA, GateIn trunk (2011/04/12)
Chrome browser
Reporter: Michal Vanco
Assignee: Khoi Nguyen
Labels: portal-s52
Fix For: 3.2.0-GA
This is a very interesting behavior which is happening in Chrome (works fine in FF).
To simulate the issue, put logo portlet on page (with empty URL) and add any simple
portlet which calls some processAction method (for example some simple form submit).
What is happening is that action is called properly (for example some value is submitted)
and when the page is rendered, same processAction is mysteriously called once more (and
null values are sent in params).
Thanks Viliam for help with finding this issue!
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira