Skip to content

atspicontext: Cache empty atspi bus address

Corey Berla requested to merge wip/corey/at-spi-context into main

We are caching the bus address as data on the display object when it exists, but fail to set the data when the bus address doesn't exist. That causing excessive calls to GetAddress when the accessibility bus doesn't exist. Make sure to cache a non-existent accessibility bus by setting the "" string.

cc: @ebassi @matthiasc

Edited by Corey Berla

Merge request reports