slashlos / He3

He3 aka Helium 3, a multi-window, floating browser,
https://github.com/slashlos/He3/
MIT License
73 stars 5 forks source link

Netflix - dragging progress bar drags window #12

Closed paulmist closed 3 years ago

paulmist commented 3 years ago

Version: Latest Appstore

Dragging the progress bar while playing a video drags the entire window.

slashlos commented 3 years ago

Interesting; suggest in the meanwhile click bar and/or use += 15 sec buttons.

slashlos commented 3 years ago

While I can reproduce, the code explicitly disabling dragging; it's annoying but try the suggested workarounds.

slashlos commented 3 years ago

This appear to be something out of my control, having explicitly disabled this and in a prototype WkWebView SimpleViewer exhibits same behavior in addition to stuttering UI.

The back story is that a transparent view is placed atop the view to manage drags, which I thought was intercepting drags, but appears not, at least not in the prototype. At the time it was a temporary measure so this is a work in progress. Hopefully this might get cleared out - things are always improving.

slashlos commented 3 years ago

Found the problem; title bar drag support via mouseDown() was complicating intra window views' drags. Fixed in build 8423.