support icon indicating copy to clipboard operation
support copied to clipboard

getAnimations is not available in Salesforce

Open JockeLindberg opened this issue 1 year ago • 1 comments

Used by all Grid components in unreleased code. Crashes in SalesForce. Needs an override.

Located in Widget.js executeAndAwaitAnimations and used by GridBase runWithTransition

JockeLindberg avatar Jan 12 '24 07:01 JockeLindberg

Override created in https://github.com/bryntum/bryntum-suite/pull/8566 that prevents crash, but does not fix the animations issue.

element.getAnimations is used in more places throughout the code base.

JockeLindberg avatar Jan 12 '24 08:01 JockeLindberg