fix(browser): auto-reveal session tabs and prevent preview clipping - #50
Open
devswha wants to merge 1 commit into
Open
fix(browser): auto-reveal session tabs and prevent preview clipping#50devswha wants to merge 1 commit into
devswha wants to merge 1 commit into
Conversation
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.
Scope
Focused browser-panel follow-up stacked on #49. This PR contains only the browser auto-reveal/layout work; merge #49 first and retarget this PR to main afterward. It does not rebuild, install, or replace published beta.10 assets.
Problem and behavior
Reproduction and visual evidence
Restore a 1200px browser rail, then use a 1024×768 window. The old controller placed its right edge at x=1400; the new one keeps it at x=1024.
The comparison is an isolated fixture using the real WorkspacePanel/BrowserPanel, app CSS, React Compiler and Chromium sidecar. The before fixture replays the width controller from
1339b672, with the same viewer/test page. Seedocs/BROWSER-CUA-VERIFICATION.mdand the checked-in before/after images underdocs/images/browser-panel/.Before:
After:
Verification
npm run verifypassed (audit policy, TypeScript, Rust core, all tests, lint/boundaries, identity, production builds).npm run test:e2e:browser: 3 passed.npm run test:e2e:gjc: 8 passed.