Closed
Bug 1256147
Opened 9 years ago
Closed 9 years ago
Keyboard swipe doesn't work on Galaxy S7
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Firefox for Android Graveyard
Keyboards and IME
Tracking
(firefox47 verified, firefox48 verified, firefox49 verified, fennec47+)
VERIFIED
FIXED
Firefox 49
People
(Reporter: mkaply, Assigned: jchen)
Details
Attachments
(6 files)
20.00 KB,
text/plain
|
Details | |
6.11 KB,
patch
|
esawin
:
review+
|
Details | Diff | Splinter Review |
2.11 KB,
patch
|
esawin
:
review+
|
Details | Diff | Splinter Review |
1.71 KB,
patch
|
esawin
:
review+
|
Details | Diff | Splinter Review |
8.43 KB,
patch
|
jchen
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.80 KB,
patch
|
jchen
:
review+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
On my Galaxy S7, in many places in Firefox, using the Swype keyboard simply doesn't work. It also doesm't do autocomplete or anything like that.
This happens in bugzilla fields and places like the message fields here.
ttp://www.circuitoftheamericas.com/2016-f1
Comment 1•9 years ago
|
||
I am able to use Swype from the Play store. Blassey does this happen with your s6?
Flags: needinfo?(blassey.bugs)
Reporter | ||
Comment 2•9 years ago
|
||
This is the built in swipe on the s7.
I am in Mountain View for the week if anyone here wants to see.
Reporter | ||
Comment 4•9 years ago
|
||
I do get the correct keyboard in the URL bar, I just don't get it for any entryfields/text areas on web pages.
Reporter | ||
Comment 5•9 years ago
|
||
For this log, I started on bugzilla.mozilla.org.
I clicked in the input field and got the keyboard with no swipe or autopredict.
Then I clicked in the URL bar and got the regular keyboard.
Reporter | ||
Updated•9 years ago
|
Attachment #8733036 -
Attachment mime type: text/x-log → text/plain
Reporter | ||
Comment 7•9 years ago
|
||
I'll be more than happy to try to debug this if someone can point me to the code that pops up the keyboard.
Assignee: nobody → nchen
tracking-fennec: ? → 47+
Jim, go ahead and get an S7 so you can figure this out
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Summary: Swipe keyboard doesn't work in many places → Keyboard swipe doesn't work on Galaxy S7
Assignee | ||
Comment 9•9 years ago
|
||
Showing and hiding the keyboard in onCreatInputConnection avoids a
possible race with resetInput in notifyIMEContext, and it replaces the
"show keyboard on window refocus" hack that we had before.
Attachment #8744356 -
Flags: review?(esawin)
Assignee | ||
Comment 10•9 years ago
|
||
Make showSoftInput always post to the UI thread for consistency.
Attachment #8744357 -
Flags: review?(esawin)
Assignee | ||
Comment 11•9 years ago
|
||
Initialize the EditorInfo object even when we return null in
onCreateInputConnection. This fixes the bug for the Samsung keyboard on
Galaxy S7.
Attachment #8744358 -
Flags: review?(esawin)
Updated•9 years ago
|
Attachment #8744357 -
Flags: review?(esawin) → review+
Updated•9 years ago
|
Attachment #8744358 -
Flags: review?(esawin) → review+
Updated•9 years ago
|
Attachment #8744356 -
Flags: review?(esawin) → review+
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ef32a2ed627
https://hg.mozilla.org/mozilla-central/rev/9ee4cd959c96
https://hg.mozilla.org/mozilla-central/rev/7db5ba8edcfb
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Assignee | ||
Comment 14•9 years ago
|
||
Approval Request Comment
[Feature/regressing bug #]: N/A
[User impact if declined]: Cannot use the keyboard swipe feature on popular Galaxy S7 device
[Describe test coverage new/current, TreeHerder]: Locally
[Risks and why]: Very small; patch doesn't introduce any major behavior change
[String/UUID change made/needed]: None
Attachment #8745150 -
Flags: review+
Attachment #8745150 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 15•9 years ago
|
||
Approval Request Comment
[Feature/regressing bug #]: N/A
[User impact if declined]: Cannot use the keyboard swipe feature on popular Galaxy S7 device
[Describe test coverage new/current, TreeHerder]: Locally
[Risks and why]: Very small; patch doesn't introduce any major behavior change
[String/UUID change made/needed]: None
Attachment #8745151 -
Flags: review+
Attachment #8745151 -
Flags: approval-mozilla-beta?
status-firefox47:
--- → affected
Comment on attachment 8745151 [details] [diff] [review]
Patch For Beta
Enables keyboard swipe feature on S7 device. Beta47+
Attachment #8745151 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment on attachment 8745150 [details] [diff] [review]
Patch for Aurora
Aurora48+
Attachment #8745150 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
bugherder uplift |
Reporter | ||
Comment 20•9 years ago
|
||
I've verified that this is fixed when I build locally. Haven't tried any official builds yet. I'll mark verified once a beta has the fix.
Comment 21•9 years ago
|
||
Reproduced the issue on Firefox for Android 47 Beta 1 on Samsung Galaxy S7 Edge using Swipe from Samsung keyboard.
Verified as fixed on Firefox for Android 47 Beta 2. Swipe works ok both on URL Bar and input fields.
Comment 22•9 years ago
|
||
Swipe works ok both on URL Bar and input fields:
Verified as fixed on:
Device: Samsung Galaxy S7 Edge (Android 6.0)
Build: Firefox for Android 49.0a1 and 48.0a2 (2016-05-03)
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
•