-
Notifications
You must be signed in to change notification settings - Fork 218
Support for dragging outside the widget bounds #2745
Conversation
e1a64f7
to
275656d
Compare
275656d
to
ff5567e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resize mode is broken, check the recorded video
scrolling.mp4.zip
ff5567e
to
eb2ec9b
Compare
@MortimerGoro updated |
@keianhzo Looks like this conflicts with the two controller typing. |
eb2ec9b
to
7419254
Compare
I got this crash when trying to resize the window https://crash-stats.mozilla.com/report/index/6e253a60-c37d-4cdf-8954-0d9940200403 |
Crash is here: https://github.com/MozillaReality/FirefoxReality/pull/2745/files#diff-96af3977b6728c8ea9f0abae3d641614R421 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resizing causes a crash
7419254
to
b55b6ea
Compare
I'm still seeing the crash. |
@bluemarvin I've pushed a fix for the resize issue |
When you are press and drag outside the widget bounds the input stops. This adds support for dragging outside the widget bounds. I think it is a more natural behavior for the input.
I started this branch a while ago so I guess it's a good moment to share and check if this is something that we like.