]
Jan Papousek commented on RFPL-1545:
------------------------------------
When the attribute selectFirst is set to true and something is typed into the input
element, the only thing which happens is that the first item in the autocomplete list is
focused.
Investigate why tests for autocomplete has started fail in Metamer
------------------------------------------------------------------
Key: RFPL-1545
URL:
https://issues.jboss.org/browse/RFPL-1545
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: QE
Environment: r22550
Reporter: Ján Jamrich
Assignee: Ján Jamrich
Fix For: 4.1.0.Milestone1
Seems that cutrrent code using
selenium.focus(input);
selenium.keyPress(input, key);
selenium.fireEvent(input, Event.KEYDOWN);
for typing keys doesn't fire appropriate event to get suggestion displayed.
Investigate why, or what to change to get it working again.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: