Commit c71befa0 authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Remove autofocus on edit printer dialog

autofocus does not make sense for the edit-printer-dialog since the
user is not filling out information but rather editing information
that already exists


Bug: 1015673
Change-Id: I2d4725ad42e4785f38c1ef1a8e559e6871016f61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906255Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714985}
parent fecf6e98
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</div> </div>
<div slot="dialog-body" scrollable> <div slot="dialog-body" scrollable>
<div class="settings-box first two-line"> <div class="settings-box first two-line">
<cr-input class="printer-name-input" autofocus <cr-input class="printer-name-input"
id="printerName" id="printerName"
value="{{pendingPrinter_.printerName}}" value="{{pendingPrinter_.printerName}}"
on-input="onPrinterInfoChange_" on-input="onPrinterInfoChange_"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment