react-dnd / react-dnd-html5-backend

HTML5 backend for React DnD [Legacy Repo]
MIT License
146 stars 97 forks source link

Add support for zoom #17

Closed oxtralite closed 8 years ago

oxtralite commented 8 years ago

Adds support for drop targets with a css zoom attribute and for manually specifying a zoom value. This is useful when the drop target doesn’t have a zoom css attribute but is a child of a DOM element that has one.

gaearon commented 8 years ago

I think we won’t take this. The project suffers from trying to fix too many browser issues at once already, and this is only going to make the problem worse. As explained on MDN:

This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Thank you for the effort. You are welcome to maintain a fork :-)