Hi
In my application I have a div whose CSS zoom can be varied (in Webkit browsers at least).
Unfortunately this messes with the coordinate space. When over the zoomable area 1 page px != 1px any more :)
I have some idea of how to fix the helper position by adding in a ui.plugin to draggable that adjust for the zoom. However, when it comes to the droppables, it completely breaks the intersection detection.
I'm looking for hints as to where I should start to try to handle this elegantly?
thanks!
-- Edd