CBMM / petersonfaces

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Remove dependency on patched reflex-dom #1

Closed imalsogreg closed 8 years ago

imalsogreg commented 8 years ago

Technical debt note: I'm using a patched version of reflex-dom that reports mouse events in coordinates relative to the element that caught the event.

Find a workaround that works under Chrome & Firefox and allows me to stay on the the reflex-platform's reflex-dom

imalsogreg commented 8 years ago

Assigning this to @Xerimor - since scaledImageWidget is the only element that needs special mouseevent coordinates, he can wrap that in a one-off event handler and we'll revert to mainline reflex-dom, dropping the submodule.

imalsogreg commented 8 years ago

Closed by 76f52485f4e58e9fc38a900aeb3f9ecb09bb9354, nice job @Xerimor!