fix(ui): M6 bug fixes — drag stuck, D&D paths, browser arrow keys#172
Merged
Jesssullivan merged 1 commit intomainfrom Apr 4, 2026
Merged
fix(ui): M6 bug fixes — drag stuck, D&D paths, browser arrow keys#172Jesssullivan merged 1 commit intomainfrom
Jesssullivan merged 1 commit intomainfrom
Conversation
c6a8d76 to
8982288
Compare
#155, #156, #157) - Fix sidebar drag stuck: check CGEventSource.buttonState in dropExited to clear drag state when mouse is already up (ContentView.swift) - Fix D&D file paths: convert file:// URLs to POSIX paths before shell escaping in prepareDrop and preparePaste (TerminalImageTransfer.swift) - Fix arrow keys after browser: resign WebView first responder when browser panel loses focus (BrowserPanelView.swift) - Mark workspace-relative CLI as complete in TODO.md (PR #89) Closes #155, closes #156, closes #157
8982288 to
90aca48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three bug fixes from M6: Release Polish milestone.
dropExitednow checksCGEventSource.buttonState— if mouse is already up when the delegate exits, clear drag state immediately rather than waiting for the failsafe timerprepareDropandpreparePastenow convertfile://URLs to POSIX paths viaURL.pathbefore shell-escaping, instead of inserting the raw URL stringAlso marks workspace-relative CLI (CMUX_WORKSPACE_ID) as complete in TODO.md — already shipped in PR #89.
Closes #155, closes #156, closes #157
Test plan
/path/to/filenotfile:///path/to/file