Closed
Bug 1164301
Opened 10 years ago
Closed 10 years ago
Voice input in url activates on click and release
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: mcomella, Assigned: karim)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.47 KB,
patch
|
liuche
:
review+
|
Details | Diff | Splinter Review |
STR:
1) Click the url bar
2) Click and hold the mic icon
Expected: On release, voice input activates
Actual: Voice input activates several times a second
Comment 1•10 years ago
|
||
I can't repro the "several times a second" bug anymore, although I do see the voice activation being activated on both press and release.
Assignee: nobody → kbenhmida
Summary: Long pressing voice input in url bar activates voice input repeatedly → Voice input in url activates on click and release
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8608387 [details] [diff] [review]
Voice input in url activates on click and release
The Voice Recognizer now only launches on click (ACTION_DOWN). Tested on Galaxy Nexus, Nexus 7 and 9
Attachment #8608387 -
Flags: review?(liuche)
Comment 4•10 years ago
|
||
Comment on attachment 8608387 [details] [diff] [review]
Voice input in url activates on click and release
Review of attachment 8608387 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! You can fix the nit and then I'll land it for you.
::: mobile/android/base/toolbar/ToolbarEditText.java
@@ +722,5 @@
>
> @Override
> public boolean onTouch(View v, MotionEvent event) {
> boolean tapped;
> + int action = event.getActionMasked();
Nit: make this final.
Attachment #8608387 -
Flags: review?(liuche) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8608387 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8608861 [details] [diff] [review]
Voice input in url activates on click and release
Fixed the nit
Attachment #8608861 -
Flags: review?(liuche)
Updated•10 years ago
|
Attachment #8608861 -
Flags: review?(liuche) → review+
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
| Assignee | ||
Comment 9•10 years ago
|
||
Updated•4 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
•