|
|
Created:
4 years, 2 months ago by calamity Modified:
4 years, 1 month ago Reviewers:
tsergeant CC:
chromium-reviews, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[MD History] Disable clicks in the date header of cards.
This CL disables clicks in the date header of cards as this was causing
the first item to be selected when the date was clicked.
BUG=654998
NO_DEPENDENCY_CHECKS=true
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/a9c75fd281a6d46fb86d66518bcdf2f82bd932dc
Cr-Commit-Position: refs/heads/master@{#427288}
Patch Set 1 #
Total comments: 2
Patch Set 2 : pointer-events: none #
Total comments: 1
Patch Set 3 : rebase #
Messages
Total messages: 30 (17 generated)
Description was changed from ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 ========== to ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
calamity@chromium.org changed reviewers: + tsergeant@chromium.org
A side-effect of this is that the date is so longer selectable... I'm not sure if there's a better way to do this. The core issue is that the history-item gets focused when you click the header, which triggers selection. WDYT?
https://codereview.chromium.org/2420583003/diff/1/chrome/browser/resources/md... File chrome/browser/resources/md_history/history_item.html (right): https://codereview.chromium.org/2420583003/diff/1/chrome/browser/resources/md... chrome/browser/resources/md_history/history_item.html:211: on-mousedown="onTitleMousedown_"> can we just do pointer-events: none instead? basically the same
https://codereview.chromium.org/2420583003/diff/1/chrome/browser/resources/md... File chrome/browser/resources/md_history/history_item.html (right): https://codereview.chromium.org/2420583003/diff/1/chrome/browser/resources/md... chrome/browser/resources/md_history/history_item.html:211: on-mousedown="onTitleMousedown_"> On 2016/10/13 17:40:24, Dan Beam wrote: > can we just do pointer-events: none instead? basically the same Done.
lgtm with a question https://codereview.chromium.org/2420583003/diff/20001/chrome/browser/resource... File chrome/browser/resources/md_history/history_item.html (right): https://codereview.chromium.org/2420583003/diff/20001/chrome/browser/resource... chrome/browser/resources/md_history/history_item.html:22: pointer-events: none; Is it possible to apply pointer-events: none to #date-accessed, removing the need for the extra pointer-events: auto below?
On 2016/10/20 15:40:01, tsergeant wrote: > lgtm with a question > > https://codereview.chromium.org/2420583003/diff/20001/chrome/browser/resource... > File chrome/browser/resources/md_history/history_item.html (right): > > https://codereview.chromium.org/2420583003/diff/20001/chrome/browser/resource... > chrome/browser/resources/md_history/history_item.html:22: pointer-events: none; > Is it possible to apply pointer-events: none to #date-accessed, removing the > need for the extra pointer-events: auto below? Nope =( The pointer events then filter through to the card, focusing it.
Patchset #3 (id:40001) has been deleted
The CQ bit was checked by calamity@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
This CL has an open dependency (Issue 2420583003 Patch 1). Please resolve the dependency and try again. If you are sure that there is no real dependency, please use one of the options listed in https://goo.gl/9Es4OR to land the CL.
The CQ bit was checked by calamity@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
This CL has an open dependency (Issue 2420583003 Patch 1). Please resolve the dependency and try again. If you are sure that there is no real dependency, please use one of the options listed in https://goo.gl/9Es4OR to land the CL.
The CQ bit was checked by calamity@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
This CL has an open dependency (Issue 2420583003 Patch 1). Please resolve the dependency and try again. If you are sure that there is no real dependency, please use one of the options listed in https://goo.gl/9Es4OR to land the CL.
The CQ bit was unchecked by calamity@chromium.org
Description was changed from ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 NO_DEPENDENCY_CHECKS=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by calamity@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by calamity@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from tsergeant@chromium.org Link to the patchset: https://codereview.chromium.org/2420583003/#ps60001 (title: "rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 NO_DEPENDENCY_CHECKS=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 NO_DEPENDENCY_CHECKS=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
Message was sent while issue was closed.
Committed patchset #3 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 NO_DEPENDENCY_CHECKS=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [MD History] Disable clicks in the date header of cards. This CL disables clicks in the date header of cards as this was causing the first item to be selected when the date was clicked. BUG=654998 NO_DEPENDENCY_CHECKS=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a9c75fd281a6d46fb86d66518bcdf2f82bd932dc Cr-Commit-Position: refs/heads/master@{#427288} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/a9c75fd281a6d46fb86d66518bcdf2f82bd932dc Cr-Commit-Position: refs/heads/master@{#427288} |