Stephan Wagner
Results
33
comments of
Stephan Wagner
Maybe you could use the methods `this.disable()` and `this.enable()`, see here: https://stephanwagner.me/jBox/methods#disable-and-enable When you use `this.disable()`, jBox won't close or open anymore. Once the condition is met, you could use...
Thisd is indeed a bug. Added bug label.
It's probably because a disabled button doesn't trigger cursor events. I tried to attach the jBox to the container and then check in the `onOpen` method if the button is...