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

Key: SRC-468
Type: Bug Bug
Status: Resolved Resolved
Resolution: Incomplete
Priority: Major Major
Assignee: Unassigned
Reporter: terry
Votes: 1
Watchers: 3
Operations

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

Selenium.dragAndDrop not supported by IE

Created: 24/Apr/08 07:11 AM   Updated: 27/Nov/08 06:11 AM
Component/s: Client Driver - Java
Affects Version/s: 0.9.2
Fix Version/s: None

Original Estimate: 336h Remaining Estimate: 336h Time Spent: Unknown
Environment: Windows XP, IE7


 Description  « Hide
When I use Selenium Java to test the drag and drop function, I find that it doesn't work with IE.
Actually, I use this method: browser.dragAndDropToObject(object1, object2) in the Java test case. I tried debug this, but it seems that after this method is called, the object1 is not moved. While if I use Firefox, it can move correctly.

 All   Comments   Work Log   Change History      Sort Order:
Andras Hatvani - 29/Sep/08 07:01 PM
Can you provide test case, test page snippet, etc. in order to be able to reproduce this issue?

Andras Hatvani - 27/Nov/08 06:11 AM
Not enough information to reproduce.