lo-th / uil

simple javascript ui
http://lo-th.github.io/uil/
MIT License
556 stars 50 forks source link

Mouse events bug #14

Closed caracal7 closed 4 years ago

caracal7 commented 4 years ago

If place UIL widget inside absolute positioned DIV and after change DIV left and top style properties the hover and click events is broke.

I think its because UIL is using window mouse events but not a container mouse events

lo-th commented 4 years ago

uil use cascade event for perf isue position is keep in temp if you move container call uil.rezone();