convertigo / C8oForms

Form Builder is the “No Code” environment built on top of Convertigo Low Code platform technology to enable "Citizen" app makers to build and deploy form based apps connected to enterprise back-end data.
https://www.convertigo.com/no-code-form-application-builder/
Other
4 stars 3 forks source link

In firefox, will-change memory consumption is too high is causing 3 dots not appearing #574

Closed CharlesGrimont closed 2 years ago

CharlesGrimont commented 2 years ago

In Firefox browser, will-change memory consumption is too high is causing 3 dots not appearing.

In fact, will-change property set to transform has to effect to:

Let browser prepare the transition ahead of time and allow for snappy transitions between the pages as soon as the key is pressed. But use caution with the will-change property directly in stylesheets. But, it may cause the browser to keep the optimization in memory for much longer than it is needed.

In our case, we suspect will change property using too much memory and causing troubles in UI such as 3 dots not appearing on hover

see:

CharlesGrimont commented 2 years ago

To be tested in 1.0.50-beta16