[arquillian-issues] [JBoss JIRA] (ARQGRA-133) Firing events on inputs does not work on Chrome

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Mar 28 16:26:47 EDT 2012


    [ https://issues.jboss.org/browse/ARQGRA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680151#comment-12680151 ] 

Lukáš Fryč commented on ARQGRA-133:
-----------------------------------

Let's try other methods to trigger the action you need.
You will probably need to write browser-specific code.
                
> 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č
>
> 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

       



More information about the arquillian-issues mailing list