|
|
Chromium Code Reviews|
Created:
3 years, 6 months ago by stevenjb Modified:
3 years, 6 months ago Reviewers:
xdai1 CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org Target Ref:
refs/heads/master Project:
chromium Visibility:
Public. |
DescriptionSettings: Printers: Cleanup layout and fix for long names
BUG=726676
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2906893003
Cr-Commit-Position: refs/heads/master@{#475665}
Committed: https://chromium.googlesource.com/chromium/src/+/e9481b6417f18f946c21e1a2049c7052caf0c8e7
Patch Set 1 #Patch Set 2 : Use list-frame instead of underbar #Messages
Total messages: 16 (7 generated)
Description was changed from ========== Settings: Printers: Cleanup layout and fix for long names BUG=726676 ========== to ========== Settings: Printers: Cleanup layout and fix for long names BUG=726676 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
stevenjb@chromium.org changed reviewers: + xdai@chromium.org
There were a couple of problems with the layout: * We need .text-elide (in settings_shared_css.html) to elide long names properly. * id tags were used inside a dom-repeat which would create multiple items with the same id which can be a problem.
On 2017/05/26 16:43:05, stevenjb wrote: > There were a couple of problems with the layout: > * We need .text-elide (in settings_shared_css.html) to elide long names > properly. > * id tags were used inside a dom-repeat which would create multiple items with > the same id which can be a problem. Thanks for fixing it. I patched your CL locally and found the layout of the page changed from https://screenshot.googleplex.com/h8MPX5OCDsv to https://screenshot.googleplex.com/irCSfpG7mSw. Is this intentional?
Mostly intentional, thanks for grabbing the screenshots, I realized that their shouldn't be a final bottom border and remembered that we have 'vertical-list' for that. (In general we should do as little per-page custom CSS as possible, but it can be tricky to find the right classes to use). Done!
Mostly intentional, thanks for grabbing the screenshots, I realized that their shouldn't be a final bottom border and remembered that we have 'vertical-list' for that. (In general we should do as little per-page custom CSS as possible, but it can be tricky to find the right classes to use). Done!
On 2017/05/26 19:32:12, stevenjb wrote: > Mostly intentional, thanks for grabbing the screenshots, I realized that their > shouldn't be a final bottom border and remembered that we have 'vertical-list' > for that. > > (In general we should do as little per-page custom CSS as possible, but it can > be tricky to find the right classes to use). > > Done! lgtm Thanks for fixing it! FYI: I just talked with weifangsun@, the PM of this project. She didn't have objection to the UI change. But she wanted the UX person to be aware of this change. I'll upload the screenshots in the bug and cc the UX designer.
The CQ bit was checked by stevenjb@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: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by stevenjb@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1496174348217140,
"parent_rev": "c95caf021bebd3bc58dafc206ff9f43678dc8d73", "commit_rev":
"e9481b6417f18f946c21e1a2049c7052caf0c8e7"}
Message was sent while issue was closed.
Description was changed from ========== Settings: Printers: Cleanup layout and fix for long names BUG=726676 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Settings: Printers: Cleanup layout and fix for long names BUG=726676 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2906893003 Cr-Commit-Position: refs/heads/master@{#475665} Committed: https://chromium.googlesource.com/chromium/src/+/e9481b6417f18f946c21e1a2049c... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/e9481b6417f18f946c21e1a2049c... |
