Closed
Bug 1461316
Opened 7 years ago
Closed 7 years ago
UIAlertControllers don't have accessibility identifiers
Categories
(Firefox for iOS :: Build & Test, enhancement)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | ? | --- |
People
(Reporter: garvan, Assigned: garvan)
Details
Attachments
(1 file)
The native UIAlertController has no API for setting accessibility identifiers when creating items for the dialog. Looking on StackOverflow, there are a few suggested workarounds to iterate the dialog after creation and assign these values to the correct views. Perhaps we should have our own subclass with a better API.
These identifiers are needed for test automation in non-English languages.
Attachment #8975513 -
Flags: review?(irios.mozilla)
Comment 2•7 years ago
|
||
Comment on attachment 8975513 [details] [review]
Pull request
The failures are due to intermittents already managed in other PRs pending to land.
Thanks for adding the accIDs!
Attachment #8975513 -
Flags: review?(irios.mozilla) → review+
Landed on master
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•