winbox icon indicating copy to clipboard operation
winbox copied to clipboard

WinBox is a modern HTML5 window manager for the web: lightweight, outstanding performance, no dependencies, fully customizable, open source!

Results 32 winbox issues
Sort by recently updated
recently updated
newest added

root doesn't work on line 804 WinBox.js and position: fixed; Because of this there is a bug, it is impossible to use the root element

bug

When you set x/y as per documentation ("position") it seems to constrain movement along that axis. e.g. x: "left" permanently attaches the window to the left side. Is that intended?...

bug

Hey! Very cool library! I see that you've not yet set up github actions to for fully automated releases & tests. Nowadays this is actually very simple and definitely worth...

when passing in a `root` element via params, windows are appended to that element (as opposed to `document.body`), but the viewport constraining window movement is still derived from `document.documentElement` (see...

enhancement

![image](https://github.com/nextapps-de/winbox/assets/14834287/87315946-a595-4f8c-afb2-127caa14fea0) If i first open a modal(name: m1), then in modal(m1) i open a modal(name:m2), next in modal(m2) i open a modal(name:m3). After i do this, i can only view...

bug

Hi, thank you for the library! We saved a lot of time with it **Problem** When I try to execute a call chain like `winbox.show().maximize()` for a non-hidden winbox instance,...

bug

When in modal mode all buttons except close are hidden. It makes sense to hide minimize (since it is a modal), however maximize and fullscreen could make perfect sense. I...

I am getting data ( html + script type="text/javascript" inside it) with ajax request. After this, I create window as the following: `new WinBox( { html: data } );` But...

![image](https://github.com/nextapps-de/winbox/assets/6096678/c698f2ce-ada2-4c1d-b567-0e81e008097e) https://www.youtube.com/watch?v=ZuDyNawz1e0

Same resize cursors were used for north/south, west/east, nw/se, ne/sw which looked a bit weird. If this is not fully intentionally here is a request to change them.