splitpanes
splitpanes copied to clipboard
A Vue 2 & 3 reliable, simple and touch-ready panes splitter / resizer.
I faced an issue with .size when fired onPaneRemove and onPaneAdd simultaneously by some reasons. This fixed problem for me because fixed code isn't affecting .size when onPaneRemove fired when...
Hi, would it be possible to add some accessibility? I mean so the user is able to resize panes no just by mouse, but also by keyboard. Like focusing the...
Hello, I get an error when I click on a button that is in a `Pane` that "unmounts" the `Splitpanes`. The error is the following : ```txt Uncaught TypeError: Cannot...
The size setting does not match the actual measurements; when set to 0, the occupied width is 12.5.

Hello, I used your splitpane library in the project and found that in some cases, there may be a transition effect from an initial width of about 50% to size....
Hi, when I have a splitpanes initialized and wanna resize the panes by dragging the splitter, on hover over the splitter, the cursor changes properly, but when the drag starts,...
Throws the following error when resizing panels when clicking, dragging, and releasing the panel resize handle quickly. This is currently present on the [demo page](https://antoniandre.github.io/splitpanes/) and was introduced in the...
Currently there is a bug when the last Pane has a min-size. After reaching the threshold the pane will jump to a random position and removed the calculated sizes from...