Currently, the time slider declares itself as an accessibility element.
It appears that such elements with opacity equal to 0 are still accessible. At the very least the -isAccessibility method could probably return self.alpha != 0.f, but it seems strange to me that VoiceOver works does not exclude such elements.
Once we have a good answer, we should update the time slider and check other accessible elements in all our projects.
Currently, the time slider declares itself as an accessibility element.
It appears that such elements with opacity equal to 0 are still accessible. At the very least the
-isAccessibility
method could probably returnself.alpha != 0.f
, but it seems strange to me that VoiceOver works does not exclude such elements.Once we have a good answer, we should update the time slider and check other accessible elements in all our projects.