Juraj Huska created ARQGRA-133:
----------------------------------
Summary: Firing events on inputs does not work on Chrome
Key: ARQGRA-133
URL:
https://issues.jboss.org/browse/ARQGRA-133
Project: Arquillian Graphene
Issue Type: Bug
Components: core
Affects Versions: 1.0.0.Final
Environment: browser Chrome
Reporter: Juraj Huska
Assignee: Lukáš Fryč
Priority: Critical
The following code will not trigger the autocomplete suggestion list on the input, and it
should:
{code}
selenium.type(input, "ska");
guardNoRequest(selenium).fireEvent(input, Event.KEYPRESS);
{code}
I also tried to use other type methods, other events and also keyPressNative, but
unsuccessfully. Note that on Firefox it works just fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira