voloko / uki

Simple UiKit for complex web apps
http://ukijs.org
MIT License
853 stars 60 forks source link

ScrollPane inside SplitPane makes SplitPane handler unresponsive #13

Open rsaccon opened 14 years ago

rsaccon commented 14 years ago

I guess the scrollpane is constantly relayout-ing while the handler is moved, maby it should only layout when the handler is released, or even better, with throttled frequency.

rsaccon commented 14 years ago

Even with throtteling, on Chrome 5 and Firefox the splitplane ONLY relayout when the handle is moved verly slowly. Moving the handle fast with high throttle-value seems that the drag gesture is not recognized anymore as such. On Safari it works fine. Maybe the problem is more related to browser specific mouse drag handling.