Closed
Bug 735806
Opened 12 years ago
Closed 3 years ago
Input event fired twice when entering text with the virtual keyboard
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect, P3)
Tracking
(blocking-fennec1.0 -)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | - |
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
397 bytes,
text/html
|
Details |
See testcase, steps to reproduce: - With the vkb, type a letter, for example, 'a'. Expected result: - Under the input, 1 line of text should appear: " event fired: input - input value: a " Actual result: - Under the input, 2 lines of text appears: " event fired: input - input.value: event fired: input - input.value: a "
Updated•12 years ago
|
Assignee: nobody → cpeterson
Updated•12 years ago
|
blocking-fennec1.0: ? → +
Comment 2•12 years ago
|
||
mw22, what device were you testing? I suspect this bug might be a dupe of or related to bug 630576.
Reporter | ||
Comment 3•12 years ago
|
||
Tested on the Galaxy Nexus, Android 4.0.2. I've added a dependancy, bug 630576 sure is related, although I don't know what would happen with this bug when that bug is fixed.
Depends on: 630576
Comment 4•12 years ago
|
||
So what is the impact of this bug? Finkle, do you remember why it was marked blocking?
blocking-fennec1.0: + → ?
Comment 5•12 years ago
|
||
if anyone finds a site that this breaks, please re-nom
blocking-fennec1.0: ? → -
No longer depends on: 630576
Updated•12 years ago
|
Priority: -- → P3
Updated•11 years ago
|
Assignee: cpeterson → nobody
@Brad, here is a site that this breaks: https://fr.m.wiktionary.org/w/index.php?title=Wiktionnaire:Page_d%E2%80%99accueil&mobileaction=toggle_view_mobile
Forgot to mention, click on the search input at the top of the page and you'll see a search overlay. Start typing in that overlay and you'll see letters appearing multiple times.
Comment 8•9 years ago
|
||
BM are you using prerelease versions of Firefox for Android (Aurora/Nightly)? Your comment sounds like bug 1133802.
Comment 10•9 years ago
|
||
Also, duplicate letters is one side effect of this bug I think. The real issue is the input event being fired twice. I checked it with console.log ;)
Comment 11•9 years ago
|
||
I found the bug described by BM in 37.0.1 and 38.0 (beta). Trying to write "abcde" in the search box of any Wikimedia site would display this (successively): a : a b : aab c : aabc d : aabcabcd e : aabcabcde
Comment 12•9 years ago
|
||
The problem I mentioned above is gone now, with 37.0.1 and current 38.0 beta.
Comment 13•3 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Updated•3 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
•