Closed
Bug 1022477
Opened 11 years ago
Closed 11 years ago
Awesomebar doesn't search string automatically if using IME
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Firefox OS Graveyard
Gaia::Browser
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: m_kato, Unassigned)
Details
Attachments
(1 file)
When inputing string on Awesomebar (URL addressbar), Browser App search history by inputted string. But if using IME that has composing state, it doesn't search.
Current code use keyup event to use this. When using IME, no keyup event is fired. So we should use input event instead.
| Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8436662 -
Flags: review?(bfrancis)
Comment 2•11 years ago
|
||
Comment on attachment 8436662 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/20214
Thanks!
Attachment #8436662 -
Flags: review?(bfrancis) → review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•