Closed
Bug 854457
Opened 12 years ago
Closed 12 years ago
Implement talkback support (a11y) in the new tabs tray
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(relnote-firefox -)
VERIFIED
FIXED
Firefox 22
Tracking | Status | |
---|---|---|
relnote-firefox | --- | - |
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
(Keywords: access)
Attachments
(1 file)
39.21 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
In other words, implement a11y in TwoWayView.
Assignee | ||
Updated•12 years ago
|
Summary: Implement talkback support (a11y) in new tabs tray → Implement talkback support (a11y) in the new tabs tray
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #730078 -
Flags: review?(mark.finkle)
Comment 2•12 years ago
|
||
Comment on attachment 730078 [details] [diff] [review]
Implement a11y actions/state and focus handling in TwoWayView
>+ // FIXME: Unfortunately, ViewCompat.setAccessibilityDelegate() doesn't accept
>+ // null delegates.
>+ if (Build.VERSION.SDK_INT >= 14) {
>+ scrap.setAccessibilityDelegate(null);
>+ }
>+
>+
> if (mRecyclerListener != null) {
> mRecyclerListener.onMovedToScrapHeap(scrap);
nit: remove the extra line.
Let's keep a lookout for regressions
Attachment #730078 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
(In reply to Lucas Rocha (:lucasr) from comment #3)
> Pushed:
> https://blog.mozilla.org/places/2013/03/27/mozilla-paris-finally-united/
LOL. Could have been worse.
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #4)
> (In reply to Lucas Rocha (:lucasr) from comment #3)
> > Pushed:
> > https://blog.mozilla.org/places/2013/03/27/mozilla-paris-finally-united/
>
> LOL. Could have been worse.
LOL. Indeed :-)
https://hg.mozilla.org/integration/mozilla-inbound/rev/343f9693d283
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
Comment 7•12 years ago
|
||
Verified working in the 2013-03-28 Nightly build.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
relnote-firefox:
--- → ?
Updated•12 years ago
|
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
•