History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SEL-240
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

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

TestRadioEvents and TestCheckboxEvents fail in Opera 8

Created: 22/May/06 06:59 PM   Updated: 31/Aug/06 02:56 AM
Component/s: BrowserBot-Opera
Affects Version/s: 0.7.0
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
TestRadioEvents and TestCheckboxEvents both fail because they're expecting an "onchange" event to be fired, but Opera 8 doesn't support that event at all. http://forums.openqa.org/thread.jspa?messageID=4463

Opera 9 does support these events, so possibly we'll just ignore this problem until Opera 9 is released.

 All   Comments   Work Log   Change History      Sort Order:
Jeff Xiong - 31/Aug/06 02:56 AM
As Dan said before, Opera 9 support these events and therefore current JSUnit tests failed on Opera 9. I've changed OperaPagebot.clickElement to follow Opera 9. Does it make sense to Opera 8 users? (They can use "check" instead of "click" to check/uncheck checkbox/radiobox.)