]
Brendan Healey commented on RF-11969:
-------------------------------------
The following simple page reproduces the problem for me. The issue I experienced without
resource optimisation will be because I'd need to manually include the jquery ui core
modules, so I think I'll stick with resource optimisation turned on.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
<h:head>
<h:outputScript library="javax.faces" name="jsf.js"/>
<h:outputScript name="jquery.js"/>
</h:head>
<h:body>
<h:form>
<a4j:commandButton value="push" action="empty"/>
</h:form>
</h:body>
</html>
4.2.0.CR1 a4j:commandLink broken in IE8 with
resourceOptimization.enabled true (possibly always)
------------------------------------------------------------------------------------------------
Key: RF-11969
URL:
https://issues.jboss.org/browse/RF-11969
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.2.0.CR1
Environment: Internet Explorer IE8, Glassfish 3.1.1, Mojarra 2.1.6, Richfaces
resource compression enabled
Reporter: Brendan Healey
Priority: Critical
When I click on the link I get a javascript error as shown and there is no
navigation:
<h:form id="myform" prependId="false">
<a4j:commandLink value="push" action="newPage"/>
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2;
.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF;
.NET4.0C; BRI/2)
Timestamp: Thu, 9 Feb 2012 00:54:34 UTC
Message: Object doesn't support this property or method
Line: 2797
Char: 8
Code: 0
URI:
https://localhost:8181/TestApp/org.richfaces.resources/javax.faces.resour...
This works ok with h:commandLink and also with a4j:commandLink on chrome &
firefox browsers.
I just tried it with resource optimisation false, and got a whole load of other
javascript errors, which I'll have to look into tomorrow, it's 2am.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: