-
ok i was testing fullscreen mode switching under ogl and other little windowed fs switches
which works for the most part, but still fails overall
i seem to have found a strange bug were the windows …
-
I am using Vue and I am wanting to deal with a window size be changed. Right now if I start with a smaller window and it gets sized larger the chart is clipped per the original size.
If have add a …
-
### Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/…
-
- [x] Issue
**Goal**: I want to have an element that is resizable and draggable.
**How**: by using react-resizable and passing callbacks to draggableOpts such that:
```
…
-
We were using the following article to check for memory leaks recently, which seems to highlight an issue with the _onResize()_ function in ngSticky:
- http://www.dwmkerr.com/fixing-memory-leaks-in-an…
ghost updated
8 years ago
-
Unsure what caused it, and unsure how to replicate it. However, it appears to be a problem with accessing the clipboard, and based on the crash log it should be fixable with a try catch
> 2024-08-1…
-
- split text chars into separate div(float:left)s
- initiate each character-div as dragDrppable, with random velocities
- window.onresize: add a constant to each object's velocity and drop it
- reboun…
-
```
What steps will reproduce the problem?
1. Create a new plugin (MyPlugin)
2. In MyPlugin.h, declare ResizedEvent:
BEGIN_PLUGIN_EVENT_MAP()
EVENTTYPE_CASE(FB::ResizedEvent, onResized, FB::P…
-
```
What steps will reproduce the problem?
1. create canvas node under div#ct
2. G_vmlCanvasManager.initElement
3. clear ct: ct.innerHTML = ""
4. the canvas node didn't release(use sIEve)
What is the…
-