triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 228 forks source link

sliding view mouse latching #27

Open hinathan opened 12 years ago

hinathan commented 12 years ago

On Safari 6 (10.8.1) as well as Chrome (haven't tried others yet)

http://triceam.github.com/app-UI/examples/samples/03%20-%20slidingView/01%20-%20basic/index.html

Expected: Mouse-out-of-window or at least a followup click cancels moving the divider and leaves the page slidable again

Observed: Red-white divider continues to track the mouse once it returns to the window, and the original slide cannot be cancelled without refreshing the page.