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

Issue 93863007: Use click event for search field cancel button (Closed)

Created:
6 years, 11 months ago by keishi
Modified:
6 years, 9 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use click event for search field cancel button The previous behavior was to select all on mouse down and clear on mouse up. This matched the Cocoa NSSearchField behavior. On Android the button may be so small users couldn't tap it reliably and only mousedown would fire. BUG=329326 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170202

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove Android ifdef #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -23 lines) Patch
M Source/core/html/shadow/TextControlInnerElements.cpp View 1 2 1 chunk +4 lines, -23 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
keishi
6 years, 11 months ago (2014-01-07 12:35:14 UTC) #1
tkent
https://codereview.chromium.org/93863007/diff/1/Source/core/html/shadow/TextControlInnerElements.cpp File Source/core/html/shadow/TextControlInnerElements.cpp (right): https://codereview.chromium.org/93863007/diff/1/Source/core/html/shadow/TextControlInnerElements.cpp#newcode236 Source/core/html/shadow/TextControlInnerElements.cpp:236: #if OS(ANDROID) We don't want to add platform-#if in ...
6 years, 11 months ago (2014-01-07 13:33:52 UTC) #2
keishi
On 2014/01/07 13:33:52, tkent wrote: > https://codereview.chromium.org/93863007/diff/1/Source/core/html/shadow/TextControlInnerElements.cpp > File Source/core/html/shadow/TextControlInnerElements.cpp (right): > > https://codereview.chromium.org/93863007/diff/1/Source/core/html/shadow/TextControlInnerElements.cpp#newcode236 > ...
6 years, 11 months ago (2014-01-08 04:01:08 UTC) #3
tkent
On 2014/01/08 04:01:08, keishi1 wrote: > I think we can just use click instead of ...
6 years, 11 months ago (2014-01-08 04:04:56 UTC) #4
tkent
lgtm
6 years, 9 months ago (2014-03-13 01:59:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/93863007/60001
6 years, 9 months ago (2014-03-13 02:00:04 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 02:00:25 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/core/html/shadow/TextControlInnerElements.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-13 02:00:26 UTC) #8
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 9 months ago (2014-03-27 19:08:08 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/93863007/120001
6 years, 9 months ago (2014-03-27 19:08:41 UTC) #10
commit-bot: I haz the power
6 years, 9 months ago (2014-03-27 20:16:52 UTC) #11
Message was sent while issue was closed.
Change committed as 170202

Powered by Google App Engine
This is Rietveld 408576698