Known Issues
If you're experiencing any of the below issues, please contact us at helpdesk@deque.com or support.deque.com. We will then be able to notify you once it's resolved or of an identified workaround if none is listed.
axe DevTools Mobile Analyzer for iOS
SwiftUI Picker and UIKit Picker
Picker views in SwiftUI and UIKit may cause the framework to get stuck on simulators or devices. (#636)
Rules against Nested Controls
While looking at an improvement for our rules, we found that in XCTest, nested controls are not returned in the accessibility tree. A bug has been filed with Apple. (#1110)
False Positive: In Scroll View, ActiveControlName
We are actively working on fixes for the following false positives and will update this list as fixes are released.
In Scroll View
May report issues for text within banner-behaving elements. To make these elements available to those that require larger text, use UILargeContentViewer
. (#622)
ActiveControlName
If an UIImageView has an `accessibilityIdentifier` set but is not focusable by VoiceOver, and it has focusable controls nested within it, ActiveControlName may report a false positive on the UIImageView. Removing the `accessibilityIdentifier` resolves the issue. (#1178)
False Negative: Image View Name, Focusable Text in iOS 13 through iOS 14.8.1
We are actively working on fixes for the following false negatives and will update this list as fixes are released.
Image View Name
If an UIImageView has an `accessibilityIdentifier` set but is not focusable by VoiceOver, ImageViewName may report a false negative on the UIImageView. Removing the `accessibilityIdentifier` resolves the issue. (#1188)
Focusable Text
Elements marked as non-accessibility elements may report improper results due to a bug in Apple's framework.
axe DevTools Mobile Analyzer for Android
False Positives: Touch Target Size, EditTextName, HiddenActiveViewFocus, HiddenInformativeViewFocus
We are actively working on fixes for the following false positives and will update this list as fixes are released.
Touch Target Size
Failures for partially visible views. (#822)
EditTextName
This rule is under going refinement and may report inaccurate results. (#838)
HiddenActiveViewFocus & HiddenInformativeViewFocus
This rule may report voilations on views that are transparent when an `Incomplete` status would be more accurate to ensure proper context is being considered. (#828)
False Negative: Inactive Accessible View, EditTextName
We are actively working on fixes for the following false negatives and will update this list as fixes are released.
Inactive Accessible View
An inacurrate result may occur When a view has `invisibleToUser` set. (#837)
EditTextName
This rule is under going refinement and may report inaccurate results. (#838)
Outdated Screenshot
While initiating multiple scans with the app, you may occassionally notice the screenshot in the dashboard is from a previous scan while the results are from the current scan. (#824)
axe DevTools Mobile Dashboard
Some Android scan names are unformatted
Some Android scan names that are defaulted to the screen title will appear as the full class name including the bundle identifier. In a future release, this will be resolved so that the screen title is formatted into a more readable name. As a workaround, you can set the scan name from the dashboard or frameworks. (#1643)