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
Some UI events, such as checkbox/select change events and popover beforetoggle events have a synchronous effect on rendering. For example, a popover is closed immediately after beforetoggle, and before the rendering update occurs, which makes it tricky/impossible to fit in a startViewTransition between them.
This is also related to #9400, where the framework internal workings are not built to wait until a frame is ready before changing a state.
This can perhaps be some CSS property thing that defers the reaction to a UI event by one frame?
The text was updated successfully, but these errors were encountered:
Some UI events, such as checkbox/select
change
events and popoverbeforetoggle
events have a synchronous effect on rendering. For example, a popover is closed immediately afterbeforetoggle
, and before the rendering update occurs, which makes it tricky/impossible to fit in astartViewTransition
between them.This is also related to #9400, where the framework internal workings are not built to wait until a frame is ready before changing a state.
This can perhaps be some CSS property thing that defers the reaction to a UI event by one frame?
The text was updated successfully, but these errors were encountered: