accessibility bugs with editboxes on Firefox for android
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: techexplorers2020, Assigned: eeejay)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/111.0 Firefox/111.0
Firefox for Android
Steps to reproduce:
Step 1, turn on talk back. Step 2, open Firefox and find an edit box. Step 3, input text. while at it, try deleting. Step 4, try to navigate by words, characters, lines.
Actual results:
When deleting or typing text it won't get announced.
Also when trying to navigate the text, it won't also get announced.
Expected results:
It should announce the text while navigating and also while typing or deleting
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
Navigating by character word or line works for me and I do hear the subtring representing the range the caret moved.
I see two issues though: deleting text does not get announced and inserting text does not get announced.
| Assignee | ||
Comment 3•3 years ago
|
||
Ah. I see now that with an external keyboard moving the caret doesn't speak the selection changes. I guess when you use gestures you get spoken text navigation via talkback.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
These are two separate issues though. Looks like we never sent fromIndex in the TYPE_VIEW_TEXT_CHANGED event. And in the TYPE_VIEW_TEXT_SELECTION_CHANGED we don't send the text contents of the accessible where the text selection happened.
I want to believe that this used to work in earlier versions of TalkBack without those fields, but I can't prove that!
| Reporter | ||
Comment 5•3 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #2)
Navigating by character word or line works for me and I do hear the subtring representing the range the caret moved.
I see two issues though: deleting text does not get announced and inserting text does not get announced.
hi.
forgot to mention something on the bug the text navigation problem only effect the address bar.
again, sorry for that i forgot to provide that.
the text input and deletion but is present everywhere though.
also, the one other thing i noticed is that you can't check if the password field is empty or not as it won't show them.
i am not saying the password should be visible. but it should show the hidden char "*".
check chrome to see how it should be.
thanks.
i hope these will be fixed soon.
| Reporter | ||
Comment 6•3 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #4)
I want to believe that this used to work in earlier versions of TalkBack without those fields, but I can't prove that!
well i started using firefox from the mid of 2021 and the bug is there even then.
just didn't got time to report it.
| Assignee | ||
Comment 7•3 years ago
|
||
Depends on D177807
| Assignee | ||
Comment 8•3 years ago
|
||
Depends on D177808
Comment 10•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6a96af3a6279
https://hg.mozilla.org/mozilla-central/rev/4cc3d74ec36b
Description
•