Closed
Bug 1140044
Opened 11 years ago
Closed 11 years ago
Bookmarks button in browser menu does not update title when state changes, affecting a11y
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
Firefox 39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: mcomella, Assigned: jll544, Mentored)
Details
(Whiteboard: [lang=java][good next bug])
Attachments
(1 file)
|
2.80 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
The title on these assets is used in accessibility to describe the interaction. In this case, the title is always "Bookmark" [1], but this is not helpful when removing bookmarks. Your task:
* Add a string for "Remove bookmark" (look into m/a/b/strings.xml & m/a/b/locales/en-US/android_strings.dtd)
* Dynamically update the title so that the correct title is applied to the action (look into m/a/b/BrowserApp.java)
* Enable accessibility to test your work! (Note: this may take a bit of learning to use)
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/locales/en-US/android_strings.dtd#44
Attachment #8579644 -
Flags: review?(michael.l.comella)
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8579644 [details] [diff] [review]
bug-1140044.patch
Review of attachment 8579644 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm! Thanks Jeff!
Here's a try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8853fb2842b2
Add "checkin-needed" once it goes green!
Attachment #8579644 -
Flags: review?(michael.l.comella) → review+
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → jll544
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [lang=java][good next bug] → [lang=java][good next bug][fixed-in-fx-team]
| Reporter | ||
Comment 4•11 years ago
|
||
Jeff, if you'd like some followup work, perhaps you'd like to work on bug 1145252 or bug 1146730? Let me know if you would prefer something else too.
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [lang=java][good next bug][fixed-in-fx-team] → [lang=java][good next bug]
Target Milestone: --- → Firefox 39
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•