Skip to content

fix(linux): grant start-resize-dragging permission#68

Open
fraggerfox wants to merge 1 commit into
denolehov:mainfrom
fraggerfox:borderless-diagonal-resize-fix
Open

fix(linux): grant start-resize-dragging permission#68
fraggerfox wants to merge 1 commit into
denolehov:mainfrom
fraggerfox:borderless-diagonal-resize-fix

Conversation

@fraggerfox

Copy link
Copy Markdown
Collaborator

The WindowResizeHandles component called startResizeDragging() but the capability for it was never added to default.json, so every mousedown on an edge/corner handle was silently rejected with an unhandled promise rejection. The visible resize behavior came from the WM's own pixel-perfect edge detection on the bare borderless window, which is why diagonal corner resize felt "very tight" — our explicit direction hints never reached Tauri.

…ze fires

The WindowResizeHandles component called startResizeDragging() but the
capability for it was never added to default.json, so every mousedown
on an edge/corner handle was silently rejected with an unhandled promise
rejection. The visible resize behavior came from the WM's own pixel-perfect
edge detection on the bare borderless window, which is why diagonal corner
resize felt "very tight" — our explicit direction hints never reached
Tauri.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@fraggerfox fraggerfox self-assigned this Jun 18, 2026
@fraggerfox fraggerfox marked this pull request as ready for review June 18, 2026 10:27
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