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

Issue 2558113002: Drop-down closes via tap/touch again. (Closed)

Created:
4 years ago by sahel
Modified:
4 years ago
Reviewers:
bokan
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Drop-down closes via tap/touch again. The drop-down list closes on a GestureTapDown, and the next GestureTap cannot open the same list. The regression was because of the following cl: https://codereview.chromium.org/2517253002/ BUG=670185, 569092 Test=LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html Committed: https://crrev.com/59dc4be5b2da772c3994506261f4044713198791 Cr-Commit-Position: refs/heads/master@{#437650}

Patch Set 1 #

Total comments: 11

Patch Set 2 : m_lastCancelledPopUp->m_lastHiddenPopUp #

Patch Set 3 : Always reset the m_lastHiddenPopUp at the end of a GestureTap #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -21 lines) Patch
M third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations.html View 1 chunk +23 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 chunks +30 lines, -20 lines 0 comments Download

Messages

Total messages: 33 (25 generated)
sahel
4 years ago (2016-12-07 20:46:28 UTC) #7
bokan
Do gesture scrolls and taps inside the dropdown items go to a separate handler? i.e. ...
4 years ago (2016-12-08 16:28:35 UTC) #9
sahel
https://codereview.chromium.org/2558113002/diff/1/third_party/WebKit/Source/web/WebViewImpl.cpp File third_party/WebKit/Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/2558113002/diff/1/third_party/WebKit/Source/web/WebViewImpl.cpp#newcode874 third_party/WebKit/Source/web/WebViewImpl.cpp:874: m_lastCancelledPagePopup = nullptr; On 2016/12/08 16:28:35, bokan wrote: > ...
4 years ago (2016-12-09 15:36:37 UTC) #19
bokan
https://codereview.chromium.org/2558113002/diff/1/third_party/WebKit/Source/web/WebViewImpl.cpp File third_party/WebKit/Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/2558113002/diff/1/third_party/WebKit/Source/web/WebViewImpl.cpp#newcode874 third_party/WebKit/Source/web/WebViewImpl.cpp:874: m_lastCancelledPagePopup = nullptr; On 2016/12/09 15:36:37, sahel wrote: > ...
4 years ago (2016-12-09 16:58:08 UTC) #20
bokan
lgtm modulo my last comment though
4 years ago (2016-12-09 16:58:38 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2558113002/60001
4 years ago (2016-12-09 20:34:19 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-12-09 21:05:55 UTC) #31
commit-bot: I haz the power
4 years ago (2016-12-12 14:40:47 UTC) #33
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/59dc4be5b2da772c3994506261f4044713198791
Cr-Commit-Position: refs/heads/master@{#437650}

Powered by Google App Engine
This is Rietveld 408576698