support icon indicating copy to clipboard operation
support copied to clipboard

Animations triggered at render time always run when outside the examples environment.

Open isglass opened this issue 1 year ago • 1 comments

Here https://bryntum.com/products/calendar/docs/api/Calendar/widget/MonthView

isglass avatar Sep 20 '24 13:09 isglass

We only don't see these visual glitches during bugbashes because we have several "cheat codes" in shared.js which makes our examples look good, but leaves customer apps open to visual glitches on startup.

shared.js sets <body> to visibility:hidden to hide any startup visuals. I suggest we remove that and deal with any visual glitches.

shared.js adds b-notransition to <body> and has an !important rule in shared.scss to disable any startup animations. I suggest we remove that and deal with any visual glitches.

For a start in Widget.js:

Screenshot 2024-09-22 at 11 12 17

ExtAnimal avatar Sep 22 '24 09:09 ExtAnimal