Issue Details (XML | Word | Printable)

Key: SEL-150
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Mike Williams
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium

fireEvent cannot be used to fire "keyUp" event in Firefox

Created: 16/Sep/05 03:13 AM   Updated: 05/Feb/08 04:37 PM   Resolved: 12/Apr/06 08:10 AM
Component/s: None
Affects Version/s: 0.6
Fix Version/s: 0.7.0

Environment: Firefox
Issue Links:
Relationship
 


 Description  « Hide

On the selenium-users list is suggested

fireEvent someElement keyUp

<Chris.Hoy@hoyc.fsnet.co.uk> comments:

Thanks for this it work fine on IE but on firefox you need to modify the
"triggerEvent" function as well.

The triggerEvent create a new "HTMLEvents" for keyup this needs to be
"KeyEvents"



Sort Order: Ascending order - Click to sort in descending order
Mike Williams added a comment - 17/Sep/05 05:15 AM

This is a superset of SEL-150, I think.


Darrell DeBoer added a comment - 12/Apr/06 08:10 AM

keyUp is now a selenium command