jsPanel4 icon indicating copy to clipboard operation
jsPanel4 copied to clipboard

A JavaScript library to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts or contextmenus for use in backend solutions and other web applications.

Results 15 jsPanel4 issues
Sort by recently updated
recently updated
newest added

Hi I'm looking for a way to show an overview of all active open panels... A bit like Windows Alt + Tab or Mac Mission Control. This could be done...

question

If you do a pinch/zoom Gesture on the Titlebar of a open jsPanel Window and click afterwards anywhere on the free area around the window it will change its position....

info

**Describe the bug** So Im having trouble reproducing so im just wondering if anyone knows what trigers the aspect ratio to lock in a jspanel and what might call it....

question

First of all your jsPanel library is very good library! Thanks for it. I am just started to learn memory leak studies. My question is there leaking memory when one...

question
info

Hello there, Thank you for this nice piece of code. Could you check this issue when resizing a panel to the left using containment ? I have attached a video...

info

**_v4.11.0-beta_** includes updated methods `jsPanel.ajax()` and `jsPanel.fetch()`. This updates also affect options `contentAjax` and `contentFetch`. Depending on how you use these methods and/or options the changes might break existing code....

enhancement
important info

**Describe alternatives you've considered** For now, I use `@ts-ignore` to hide the error when importing the `jspanel4` module. **Additional context**

**Describe the bug** The updated `jspanel.css` file since the version `4.15` causes the text of the header of the minimised replacement to overflow. **To Reproduce** The bug is reproducible on...

bug

**Describe the bug** A clear and concise description of what the bug is. ```js // use math to mak sure theres enou space even if buttons are tall let w...

info

We have a panel opening by clicking on an element. When we open the panel on mobile and try to close it using the close button on the header section,...