Closed
Bug 1222249
Opened 9 years ago
Closed 9 years ago
Only listen to screen reader related events when it is enabled.
Categories
(Firefox OS Graveyard :: Gaia::System::Accessibility, defect)
Firefox OS Graveyard
Gaia::System::Accessibility
ARM
Gonk (Firefox OS)
Tracking
(feature-b2g:2.2r+, b2g-v2.2r fixed)
People
(Reporter: yzen, Assigned: yzen)
References
Details
(Keywords: access)
Attachments
(2 files)
Right now we are always listening for:
'mozChromeEvent'
'appwillopen'
'appopened'
'homescreenopening'
'homescreenopened'
We should only do that when screen reader is on.
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8683939 [details] [review]
[gaia] yzen:bug-1222249 > mozilla-b2g:master
Making sure the events do get handled when the screen reader is disabled.
Attachment #8683939 -
Flags: review?(timdream)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8683939 [details] [review]
[gaia] yzen:bug-1222249 > mozilla-b2g:master
David offered to review, moving the flag to him
Attachment #8683939 -
Flags: review?(timdream) → review?(dflanagan)
Assignee | ||
Updated•9 years ago
|
blocking-b2g: --- → 2.2r?
Comment 4•9 years ago
|
||
Comment on attachment 8683939 [details] [review]
[gaia] yzen:bug-1222249 > mozilla-b2g:master
Simple patch. Looks good to me.
Attachment #8683939 -
Flags: review?(dflanagan) → review+
Comment 5•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8683947 [details] [review]
[gaia] yzen:bug-1222249-v2.2r > mozilla-b2g:v2.2r
[Approval Request Comment] This bug aggravates the current issue with audio channels and causes bug 1222143
[Bug caused by] (feature/regressing bug #): 1209062
[User impact] if declined: audio channel issue will persist
Attachment #8683947 -
Flags: approval-gaia-v2.2r?
Comment 9•9 years ago
|
||
Does this bug effect v2.5? We should probably uplift to there is so as well.
Flags: needinfo?(yzenevich)
Assignee | ||
Comment 10•9 years ago
|
||
(In reply to Michael Henretty [:mhenretty] from comment #9)
> Does this bug effect v2.5? We should probably uplift to there is so as well.
AFAIK, the offender PR was not uplifted.
Flags: needinfo?(yzenevich)
Comment 11•9 years ago
|
||
clearing checkin-needed flag since this needs approval still
Keywords: checkin-needed
Updated•9 years ago
|
blocking-b2g: 2.2r? → ---
feature-b2g: --- → 2.2r+
Assignee | ||
Updated•9 years ago
|
Attachment #8683947 -
Flags: approval-gaia-v2.2r?
Comment 12•9 years ago
|
||
status-b2g-v2.2r:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•