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)

All
Android
defect
Not set
normal

Tracking

(firefox41 fixed)

RESOLVED FIXED
Firefox 41
Tracking Status
firefox41 --- fixed

People

(Reporter: mcomella, Assigned: karim)

References

Details

Attachments

(1 file, 1 obsolete file)

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
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
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 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+
Attachment #8608387 - Attachment is obsolete: true
Comment on attachment 8608861 [details] [diff] [review] Voice input in url activates on click and release Fixed the nit
Attachment #8608861 - Flags: review?(liuche)
Attachment #8608861 - Flags: review?(liuche) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: