|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by Moe Modified:
4 years, 1 month ago CC:
chromium-reviews, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-elements_chromium.org, oshima+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[MD Settings][People] Profile Avatar Selector won't lose focus on pressing esc
BUG=653836
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/c262d27647ccc3887bee4a9f8f6727b8d0ce474e
Cr-Commit-Position: refs/heads/master@{#427195}
Patch Set 1 #
Messages
Total messages: 17 (9 generated)
Description was changed from ========== [MD Settings][People] Profile Avatar Selector won't lose focus on pressing esc BUG=653836 ========== to ========== [MD Settings][People] Profile Avatar Selector won't lose focus on pressing esc BUG=653836 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by mahmadi@chromium.org to run a CQ dry run
Dry run: 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
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
mahmadi@chromium.org changed reviewers: + michaelpg@chromium.org
Hi Michael, Please review this CL.
michaelpg@chromium.org changed reviewers: + dbeam@chromium.org
looks fine, but dbeam is likely to know whether this is "right"
i think michaelpg@ was talking about "rightness" as we're overriding something without any real way of detecting if it's changing. also, Polymer used to use _singleUnder for private, but then changed to _protected and __private or something. that's never been super clear to me. basically: it's not clear whether you're overriding a @protected or @private method. it'd also be way better if we could use @override (and not copy the description, and get a closure compiler error if the method gets renamed), but I'm guessing that doesn't work?
oh, also lgtm i honestly don't know what i think should happen, though. pressing escape in an <input> and <textarea> doesn't really do much, so I suppose we should emulate that (which is what you're doing).
Thank you both. Dan, yes unfortunately the Polymer Pass isn't smart enough for @override to work.
The CQ bit was checked by mahmadi@chromium.org
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.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== [MD Settings][People] Profile Avatar Selector won't lose focus on pressing esc BUG=653836 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [MD Settings][People] Profile Avatar Selector won't lose focus on pressing esc BUG=653836 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/c262d27647ccc3887bee4a9f8f6727b8d0ce474e Cr-Commit-Position: refs/heads/master@{#427195} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/c262d27647ccc3887bee4a9f8f6727b8d0ce474e Cr-Commit-Position: refs/heads/master@{#427195} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
