Closed
Bug 817536
Opened 13 years ago
Closed 13 years ago
when text correction is enabled filtering on list doesn't work
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: imam.developers, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
Build ID: 20121128204232
Steps to reproduce:
To reproduce the bug please do the following:
1. make sure that in your "Android keyboard settings" -> "text correction" -> "show correction suggestions": "always show" is active
2. for example, visit http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/toolbar.htm?classic
3. type some text into the filter
Actual results:
On mobile firefox the list isn't filtered. Desktop Firefox and other browsers (like chrome for android) have no problems.
Expected results:
The list should be filtered by text input when "Android keyboard settings" -> "text correction" -> "show correction suggestions": "always show" is active.
| Reporter | ||
Updated•13 years ago
|
Severity: normal → major
Updated•13 years ago
|
Severity: major → normal
Component: Keyboards and IME → General
OS: Windows 7 → Android
Hardware: x86_64 → ARM
Comment 1•13 years ago
|
||
The problem is that the page updates the filter during key events, but Fennec doesn't necessarily send key events when inputting text. The best approach would be to listen to input events instead.
Comment 2•13 years ago
|
||
Sounds like this is actionable then. Marking as new.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•13 years ago
|
||
fwiw, what Jim is suggesting is a change to the website's content
| Reporter | ||
Comment 4•13 years ago
|
||
Okay thanks, everything works now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•5 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
•