-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues from 2.3 release #6
Comments
I guess similar is about any preanimation. Because GIFs are subject for rendering process, while timing within script loses this delta (basically asynchronous being tightly hold). I dunno how to help this situation btw... |
Browsers have no timing guarantees about events, which makes bugfixing for the core engine quite problematic. |
unicode and goldenlayout panels work |
is the last point about creating a horizontal scrollbar or exceeding the viewport height |
Basically the viewport height exceeds the max size of the window because it prioritizes having zero margins left and right over keeping the height within screen size. That shouldn't happen. The behavior should be something like this instead. |
the chatbox now scrolls correctly |
shout animations are not gif anymore |
preanims behave correctly now |
These bugs were chosen not to be fixed for the 2.3 release, but they are good bugs to fix for future versions (2.3.1, 2.3.2).
The text was updated successfully, but these errors were encountered: