Wednesday, January 25, 2012

Re: GWT 2.4.0 native drag and drop... does it *really* work with IE9?

GWT disables DnD support for the ie6 and ie8 permutations (I don't why, as the HTML DnD API is modeled after the Microsoft API shipping in IE since IE5.5; see http://caniuse.com/dragndrop ), so first check the result of com.google.gwt.event.dom.client.DragDropEventBase.isSupported() in IE9.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/k1aXQn46ZDoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment