[Webkit-unassigned] [Bug 282942] safari scroll bar going beyond top of the screen after requestFullscreen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 06:04:12 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=282942

--- Comment #13 from Andrew Hodel <andrewhodel at gmail.com> ---
I am quite certain that is something that happens when using requestFullscreen on a canvas element using WebGL when there is also a pointer lock then pressing escape to exit both of those during a complex 3D scene that is updated at short intervals.

There's nothing in the code of that other than two function calls that make the difference between Fullscreen with pointer lock and only a 3D canvas.

Both requestPointerLock and requestFullscreen do not return Promise as specified on MDN.

I could show you the code and that is all you would infer from investigating it that is of use to this issue, beyond that is is belief that it is happening as motivation to look in the browser code and I understand that.

I don't understand why I would create a video of this issue that is untrue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241119/c183a8c6/attachment.htm>


More information about the webkit-unassigned mailing list