AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

fix: Don't fire events for filtered children on Unix #414

Closed DataTriny closed 1 month ago

DataTriny commented 1 month ago

Should have probably been included as part of #411

We need to compare old filtered children with new filtered children in order to decide which ones were added and removed, otherwise we emit object:children-changed:remove events for nodes unknown to ATs.