Skip to content

a11y: Don't notify for changes happening when the context is not realized

Previously, ATs got all state/property changes, even these which occurred when the context was not realized, so the object it represents was very likely not visible, or not initialized yet. This changes unneeded reporting of, for example, the not pressed state for toggle buttons, the value of spin boxes when first focused, and maybe more.

Edited by Lukáš Tyrychtr

Merge request reports