Closed
Bug 695626
Opened 14 years ago
Closed 5 years ago
keyup event is only fired with android hardware keyboard although keydown and keypress aren't fired
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect, P3)
Tracking
(blocking-fennec1.0 -)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | - |
People
(Reporter: m_kato, Unassigned)
References
Details
(Whiteboard: [HKB])
Since TextWatcher handles onKeyDown, keydown and keypress aren't fired. But it doesn't handle onKeyUp, keyup event is fired.
Of course, when IME is working, this issue won't occur.
Reporter | ||
Updated•14 years ago
|
Whiteboard: [HKB]
Comment 1•14 years ago
|
||
What sites does this affect?
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Alex Pakhotin (:alexp) from comment #1)
> What sites does this affect?
This is incomplete for DOM3 event implementation.
Comment 3•13 years ago
|
||
I think this bug is related to IME bug 737658.
Component: Widget: Android → IME
Depends on: 630576
Product: Core → Fennec Native
QA Contact: android → ime
Updated•13 years ago
|
Assignee: nobody → cpeterson
![]() |
||
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
blocking-fennec1.0: ? → -
is this related to bug 354358?
Comment 5•13 years ago
|
||
nhirata, no. bug 354358 affects both Fennec and desktop Firefox users. This bug only affects Fennec users with HKB.
Updated•13 years ago
|
Priority: -- → P3
Updated•12 years ago
|
Assignee: cpeterson → nobody
Reporter | ||
Comment 6•5 years ago
|
||
Acutally, we dispatch keydown evnet. So resolved as incomplete.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
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
•