]
Lukáš Fryč updated ARQGRA-432:
------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Juraj Húska
Resolution: Done
guardAjax does not work with XHR2 requests
------------------------------------------
Key: ARQGRA-432
URL:
https://issues.jboss.org/browse/ARQGRA-432
Project: Arquillian Graphene
Issue Type: Bug
Components: core
Affects Versions: 2.0.2.Final
Reporter: Juraj Húska
Assignee: Juraj Húska
Priority: Critical
Fix For: 2.0.3.Final
{{guardAjax}} does not work correctly with XHR2 requests. The request is guarded
correctly, but the callback once it is completed is not called.
The problem seems to be with {{onload}} (since XHR2) vs. {{onreadystatechange}} (since
XHR1) callbacks.