[
http://jira.openqa.org/browse/WTR-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zeljko closed WTR-220.
----------------------
Resolution: Won't Fix
If this is still a problem, please report it here:
https://github.com/watir/watir-classic/issues
> Support Drag and Drop [patch]
> -----------------------------
>
> Key: WTR-220
> URL: http://jira.openqa.org/browse/WTR-220
> Project: Watir
> Issue Type: New Feature
> Reporter: Bret Pettichord
> Priority: Major
> Fix For: Soon
>
> Attachments: common_extensions.rb, watir_extensions.rb
>
>
> Paul Rogers:
> drag and drop is definitely possible, but its hard, because its
> entirely dependant on how the drag drop code was implemented in the
> app.
> You'll need to look at the javascript and figure out how its
> implemented, and then figure out what to do to initiate a drag, and
> what to do to do the drop.
> Ive got some code that works really well for my app, ( file attached,
> but it may not be useful for you at all)
> you use it like this
> require 'watir'
> require 'watir_extensions'
> ie = Watir::IE.start
> ie.div(:id , 'foo').drag_to( 100 , 100 )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development