You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
If we resize an SDL window, or drag it... when the mouse sits, the update stops.
Play any animation inside the window, and move the window and rest your mouse.
All video updates will stop until mouse messaging continues.
This could be just a DKCef/DKSDLCef Plugin issue, although I think the SDL message queue is to blame.
If you load any GIF animated images in DK apps, you can reproduce the issue.
If you are using DKCef, any animations will reproduce the issue. Resize or drag the window,.. Updates will trigger until you stop moving the mouse.
NOTE: This issue is also specific to other platforms, for instance on Ubuntu linux, you get nothing while resizing. Update occurs when you release the mouse.
The text was updated successfully, but these errors were encountered:
Scenario:
If we resize an SDL window, or drag it... when the mouse sits, the update stops.
Play any animation inside the window, and move the window and rest your mouse.
All video updates will stop until mouse messaging continues.
This could be just a DKCef/DKSDLCef Plugin issue, although I think the SDL message queue is to blame.
If you load any GIF animated images in DK apps, you can reproduce the issue.
If you are using DKCef, any animations will reproduce the issue. Resize or drag the window,.. Updates will trigger until you stop moving the mouse.
NOTE: This issue is also specific to other platforms, for instance on Ubuntu linux, you get nothing while resizing. Update occurs when you release the mouse.
The text was updated successfully, but these errors were encountered: