Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Issue 7606030: Make touch event handling more consistent with Android keyboard. (Closed)

Created:
9 years, 4 months ago by mazda
Modified:
9 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Make touch event handling more consistent with Android keyboard. The notable change is that now characters are input in the timing of touchend instead of touchstart. This is necessary for showing popup keyboard by long-press without inputting the chracacter of the pressed key. This CL also changes the key to send a pair of keydown and keyup on touchend, which is consistent with Android keyboard behavior. BUG=none TEST=Manually on the device Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97109

Patch Set 1 #

Total comments: 6

Patch Set 2 : Modify setupKeyEventHandlers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -40 lines) Patch
M chrome/browser/resources/keyboard/common.js View 1 10 chunks +67 lines, -40 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mazda
9 years, 4 months ago (2011-08-10 13:43:55 UTC) #1
bryeung
http://codereview.chromium.org/7606030/diff/1/chrome/browser/resources/keyboard/common.js File chrome/browser/resources/keyboard/common.js (right): http://codereview.chromium.org/7606030/diff/1/chrome/browser/resources/keyboard/common.js#newcode95 chrome/browser/resources/keyboard/common.js:95: if (!type || type == 'keydown' || type == ...
9 years, 4 months ago (2011-08-12 18:07:44 UTC) #2
mazda
Thank you for the review. Please take another look. http://codereview.chromium.org/7606030/diff/1/chrome/browser/resources/keyboard/common.js File chrome/browser/resources/keyboard/common.js (right): http://codereview.chromium.org/7606030/diff/1/chrome/browser/resources/keyboard/common.js#newcode95 chrome/browser/resources/keyboard/common.js:95: ...
9 years, 4 months ago (2011-08-16 09:45:50 UTC) #3
bryeung
LGTM
9 years, 4 months ago (2011-08-16 18:18:02 UTC) #4
commit-bot: I haz the power
9 years, 4 months ago (2011-08-17 07:19:00 UTC) #5
Change committed as 97109

Powered by Google App Engine
This is Rietveld 408576698