Closed
Bug 857749
Opened 12 years ago
Closed 12 years ago
[AccessFu] Application object utterance function fails due to missing this propagation.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: yzen, Assigned: yzen)
References
Details
Attachments
(1 file)
1.36 KB,
patch
|
eeejay
:
review+
|
Details | Diff | Splinter Review |
application object utterance function calls defaultFunc however this (UtteranceGenerator) object is not supplied along thus any reference to this in the defaultFunc will result in a TypeError.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → yura.zenevich
Assignee | ||
Updated•12 years ago
|
Summary: Application object utterance function fails due to missing this propagation. → [AccessFu] Application object utterance function fails due to missing this propagation.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #733011 -
Flags: review?(eitan)
Comment 2•12 years ago
|
||
Comment on attachment 733011 [details] [diff] [review]
fixed application utterance generation function.
Review of attachment 733011 [details] [diff] [review]:
-----------------------------------------------------------------
Great, thanks!
Attachment #733011 -
Flags: review?(eitan) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Built and tested on an android device (Nexus S), seems to work as expected.
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•