Share Posted November 6, 2013 Draggable works everywhere except IE11 (edge mode), in which it only works on the second click... Has anyone else experienced this? I thought it might be my code but the same problem occurs on the demo here: http://www.greensock.com/draggable/ Thanks Link to comment Share on other sites More sharing options...
Share Posted November 7, 2013 We're looking into this. Thanks for pointing it out. Stand by... Link to comment Share on other sites More sharing options...
Share Posted November 11, 2013 I believe we've identified the issue (it's related to an odd way that Microsoft decided to handle their own legacy MSPointerEvent stuff) and resolved it. Please try the preview of 1.11.2 and let us know if it works well for you - snag it from another post in the forums: http://forums.greensock.com/topic/8556-tweenlitefrom-cuts-off-some-width-where-does-the-value-come-from/?p=33641 1 Link to comment Share on other sites More sharing options...
Share Posted December 12, 2014 Still have this problem with IE11 and sometimes with Chrome 40.0.2214.38 beta-m (Dragging child node of SVG) In IE first click allways calls a drag event, second click calls click event. When i'm dragging then dropping then clicking - everything works normal. After drop click works 1 time. Link to comment Share on other sites More sharing options...
Share Posted December 12, 2014 Hi cxlvii, Sorry to hear you are encountering problems. It would really help if you could create a really simple demo as explained here: http://greensock.com/forums/topic/9002-read-this-first-how-to-create-a-codepen-demo/ This way we know we are seeing exactly what you are seeing. In the meantime, a quick fix may be wrapping your svg elements in a div and dragging the div. IE's support for svg has been pretty horrible. If there is something we can change in Draggable to account for this we will definitely give it a shot. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now