Last modified: 2012-08-21 00:19:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T40896, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 38896 - Cannot filter on ICS 4.0.4
Cannot filter on ICS 4.0.4
Status: RESOLVED FIXED
Product: WikiLoves Monuments Mobile
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: High normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-31 21:48 UTC by Jon
Modified: 2012-08-21 00:19 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: Android
Assignee Huggle Beta Tester: ---


Attachments

Description Jon 2012-07-31 21:48:53 UTC
When I try to filter the list of campaigns or monuments
typing in the text box seems to have no effect

This seems to be due to the keyup event never firing (android 4.0.4)
It seems somewhat better with keypress but this smells like a Cordova bug...
Comment 1 Brion Vibber 2012-08-01 21:16:39 UTC
I can confirm on 4.0.4 Galaxy Nexus and 4.1.1 Nexus 7...

I'm getting keydown and keypress events, but the keyup handler isn't getting called.

Doesn't seem to make a difference to remove the -webkit-user-modify CSS bit.
Comment 2 Brion Vibber 2012-08-01 21:35:05 UTC
Making a stub app seems inconsistent... with HTML/JS at http://leuksman.com/misc/key.html

* Nexus One 2.3.6
 -- browser - keydown+keypress+keyup
 -- app - keydown+keypress+keyup
* Galaxy Nexus 4.0.4 
 -- browser - keydown+keypress+keyup
 -- app - keydown+keypress+keyup
* Nexus 7 tablet 4.1.1
 -- browser - n/a (no classic Browser app to test with)
 -- app - keydown+keypress (no keyup)

I think we *should* get a keyup event, but I just wouldn't trust it. Virtual keyboard input is wonky. :P

I'd say either go with 'keypress' or even 'input' event... 'input' appears to fire when pasting as well, yay!
Comment 3 Jon 2012-08-20 23:35:14 UTC
Fixed with input event in https://github.com/wikimedia/WLMMobile/pull/145

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links