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 28 winbox issues
Sort by recently updated
recently updated
newest added

It's great that the window "grows" but it grows at x,y 0,0 and then snaps over to x:"center", y:"center" Not sure what's causing this.

bug

Hi, If a modal window is shown though clicking a button in another window, the modal window is not focused and the other window is shown above the backdrop, even...

bug

I'm trying to make a sidebar that the user can resize and leave it the way they prefer Default size: ![image](https://user-images.githubusercontent.com/18727712/181853106-aa4345af-b1a1-415e-a323-5c425b8c8e3e.png) Resized below minimum (Yes, he cut the right side...

Is it possible to add your own button? I would like to put PDF inside the iframe and allow to download of a file with a button.

I've looked for the React wrapper for WinBox.js, the only search result does not support the full functions of WinBox, it just creates a window and leaves its hands out...

The file specified in 'browser' field of package.json should export a value (using UMD or CJS) but you directly put an IIFE file here. As a result, the winbox can...

When the body height/width is smaller than the window size, `root_h`/`root_w` will be smaller than the window size, so the winboxes will not be able to be moved around all...

I want to make it so that when I minimize my winbox, it moves into the bottom right of the screen instead of the bottom left.

Hi I'm resizing my iframe from with in. To do that I'm using the following on the page that is loaded in the iframe. `$('#' + iframe-id, window.parent.document).height( newheight );`...

Hi I plan to open winboxes via buttons, each button will open a winbox with a specific title. Is it possible to check if a winbox with that title already...