]
Lukáš Fryč updated ARQGRA-395:
------------------------------
Assignee: (was: Lukáš Fryč)
Graphene.guardAjax() doesn't work correctly in IE
-------------------------------------------------
Key: ARQGRA-395
URL:
https://issues.jboss.org/browse/ARQGRA-395
Project: Arquillian Graphene
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: core
Affects Versions: 2.0.0.CR2
Environment: IE 7, 8, 9
Reporter: Jan Dosoudil
Fix For: 2.0-Tracking
I have jsf page h:commandButton with f:ajax. Testing with
Graphene.guardAjax(button).click(); works with Firefox, htmlUnit, phantomjs but
doesn't with Internet Explorer (7, 8, 9). Internet explorer calls onclick function but
without return false which causes full page submit.
button.click() works ok.