react-split-pane icon indicating copy to clipboard operation
react-split-pane copied to clipboard

Bug when I change browser zoom

Open gabriel-os-sousa opened this issue 2 years ago • 0 comments

Bug when I change browser zoom (SplitPane Horizontal)

When I change the brownser's zoom, without moving it to make any changes to the Pane, the drag bar disappears from the screen. But if I do some drag and then change the browser's zoom, the drag bar is visible.

To Reproduce

Steps to reproduce the behavior:

  • set maxSize according to windown.height (in this scenario, the drag bar does not go beyond the bottom edge of the screen.)
  1. Change zoom in the browser
  2. The dragbar is positioned off-screen

Expected behavior

If I reload the page and drag the splitpane at least once, and change zoom in the browser, The drag bar should be positioned at the bottom edge of the screen while dragging the split panel

gabriel-os-sousa avatar Jul 22 '21 18:07 gabriel-os-sousa