dequelabs / axe-android

WCAG Accessibility compliance library for Android Applications.
Mozilla Public License 2.0
65 stars 19 forks source link

TouchSizeWCAG- wrong calculation when element is partially visible #53

Closed ferBonnin closed 4 years ago

ferBonnin commented 4 years ago

When an element is only partially visible in the screen, there is a false-positive with TouchSizeWcag

Found in: Sunfloweralpha Android demo app. Go to Plant list and scroll until one of the cards is only partially visible.

Screenshot

Attach a Screenshot with of the violation highlighted using Axe for Android Google Play App. sunflower app, cilantro card partially visible and failing

Why the Control is Accessible

The element is partially visible. If the element gets moved and fully visible, then its no longer highlighted as a failure

Version Information

Additional information

Might be related to #30 The Accessibility Insights team is investigating more on this :)

chriscm2006 commented 4 years ago

Thanks Fer, we'll look into this!

chriscm2006 commented 4 years ago

We expect this fix to be released here soon and to the App Store within the month.

devchan4188 commented 4 years ago

This issue has been resolved, the fix will be available in 0.1.17

ferBonnin commented 4 years ago

awesome! @devchan4188 is there an ETA on when will 0.1.17 will be released? thanks!