|
|
Created:
5 years, 8 months ago by Deepak Modified:
5 years, 8 months ago Reviewers:
Bernhard Bauer CC:
chromium-reviews, oshima+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionSwallow double-click events on menu buttons in Web UI in chrome://bookmarks.
'dblclick' event is getting propagated to the 'bmm.list' and selected bookmark is getting opened in the newtab.
Now Swallowing double-click events on menu buttons in Web-UI and stopping its propagation to bookmark manager list.
BUG=437695
Committed: https://crrev.com/a84191ca8ce935421eba6c13cca3cd45d01e8bd4
Cr-Commit-Position: refs/heads/master@{#326265}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : Resolving merge conflict. #Messages
Total messages: 23 (7 generated)
deepak.m1@samsung.com changed reviewers: + bauerb@chromium.org
PTAL Thanks
BTW, in general it would be very helpful if you changed your CL description to state what you are changing instead of the bug (which is linked anyway). https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... File ui/webui/resources/js/cr/ui/menu_button.js (right): https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... ui/webui/resources/js/cr/ui/menu_button.js:158: case 'dblclick': Can you add a comment like "Don't allow double click events to propagate"?
Thanks for review. Comment added and issue description updated as suggested. PTAL https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... File ui/webui/resources/js/cr/ui/menu_button.js (right): https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... ui/webui/resources/js/cr/ui/menu_button.js:158: case 'dblclick': On 2015/04/21 15:54:47, Bernhard Bauer wrote: > Can you add a comment like "Don't allow double click events to propagate"? Done.
On 2015/04/22 04:14:25, Deepak wrote: > Thanks for review. > Comment added and issue description updated as suggested. The issue title / first paragraph of the issue description is still the same, and that is what is going to be most important: for example, when looking through a long list of changes, you want to immediately see what the changes are. The bug that is fixed is not as interesting there. In addition, stating the bug could be interpreted as the behavior _after_ your change, which is exactly backwards. > PTAL > > https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... > File ui/webui/resources/js/cr/ui/menu_button.js (right): > > https://codereview.chromium.org/1092933004/diff/20001/ui/webui/resources/js/c... > ui/webui/resources/js/cr/ui/menu_button.js:158: case 'dblclick': > On 2015/04/21 15:54:47, Bernhard Bauer wrote: > > Can you add a comment like "Don't allow double click events to propagate"? > > Done.
I understand, Description should tell about fixed issue. I have changed description as: "Selected Item should not open in newTab on double clicking dropdown menu button in bookmark manager." Please suggest if still it is not proper. Thanks
On 2015/04/22 08:04:55, Deepak wrote: > I understand, Description should tell about fixed issue. > I have changed description as: > "Selected Item should not open in newTab on double clicking dropdown menu button > in bookmark manager." > > Please suggest if still it is not proper. > Thanks Not quite, you're just adding "should not" :) Just very briefly describe the changes that you make: "Swallow double-click events on menu buttons in Web UI", for example.
Thanks for suggestion. Tried to improve title as suggested. Is this fine :)
Yes :) LGTM
On 2015/04/22 08:36:31, Bernhard Bauer wrote: > Yes :) LGTM Thanks.
The CQ bit was checked by deepak.m1@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1092933004/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator...) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ni...) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by deepak.m1@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1092933004/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator...) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ni...) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by deepak.m1@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from bauerb@chromium.org Link to the patchset: https://codereview.chromium.org/1092933004/#ps60001 (title: "Resolving merge conflict.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1092933004/60001
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/a84191ca8ce935421eba6c13cca3cd45d01e8bd4 Cr-Commit-Position: refs/heads/master@{#326265} |