Skip to content

Fix: in the fullscreen video dash doc could be called - #344

Open
andrijzyn wants to merge 2 commits into
icedman:mainfrom
andrijzyn:fix-fullscreen
Open

Fix: in the fullscreen video dash doc could be called#344
andrijzyn wants to merge 2 commits into
icedman:mainfrom
andrijzyn:fix-fullscreen

Conversation

@andrijzyn

@andrijzyn andrijzyn commented Jul 15, 2026

Copy link
Copy Markdown

Fixes for #211 , #142 .

Struts, the invisible rectangle covering the dock's area, was registered with trackFullscreen: false. Since addChrome defaults to affectsInputRegion: true, this invisible rectangle stays in the Shell's input region during fullscreen. On top of that, re-asserted struts.visible = !dock._hidden on every animation frame — and when autohide is off, _hidden is never true.

As result: an invisible click-swallowing barrier sits over the bottom of the fullscreen video, exactly where YouTube's play/pause controls and seek bar are.

Dwell, the 2-pixel reactive strip at the screen edge used to summon the dock also trackFullscreen: false, so even in fullscreen the bottommost pixels of the screen belong to the extension, not the browser. Hovering there fires the dock's enter/motion handlers, and clicks at the very edge never reach the video.

Screencast.From.2026-07-15.12-26-51.mp4

@andrijzyn andrijzyn changed the title Fix: fullscreen video Fix: in the fullscreen video dash doc could be called Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant