Bug
When resizing the split view by expanding the left pane (terminal), the right pane (documentation/preview) remains fixed at its previous width instead of resizing to fit the remaining available space. This causes the layout to break — leaving unused or overlapping space.
Steps to Reproduce
- Open the application in split view.
- Ensure both the left terminal pane and the right documentation/preview pane are visible.
- Drag the divider to expand the left pane.
- Observe the right pane.
Expected Behavior
- The right pane should dynamically resize as the left pane expands.
- Both panes should remain responsive and share the available width.
Actual Behavior
- The left pane expands normally.
- The right pane remains stuck at its previous width instead of resizing.
- The layout appears broken, leaving unused or overlapping space.
Environment
- OS: Fedora Linux
- Browser: Firefox
Reported by
@Kzark (Discord)
Likely Related
Bug
When resizing the split view by expanding the left pane (terminal), the right pane (documentation/preview) remains fixed at its previous width instead of resizing to fit the remaining available space. This causes the layout to break — leaving unused or overlapping space.
Steps to Reproduce
Expected Behavior
Actual Behavior
Environment
Reported by
@Kzark (Discord)
Likely Related
fix(browser): clip preview view to its panel column so it can't render out of bounds. This PR fixed the nativeWebContentsViewspilling out of bounds, but theResizeObserver+flex-growanimation interaction is fragile. If the right pane is aWebContentsView, expanding the left pane may not trigger a re-measure, leaving the right pane stale.