Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: chrome/browser/resources/print_preview.html

Issue 7040017: Print Preview: Fixing the behavior of increment/decrement buttons, destinations drop-down list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index d8b280fedf197a940b2960621aaf5d3a77ca78b1..e33b87d04db81cc14f08480cdda62584626e639a 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -53,8 +53,8 @@
<h1 i18n-content="copiesLabel"></h1>
<div>
<div>
- <input id="copies" type="text" name="copies" value="1" min=1"
- max="999" class="number small" placeholder="1"/>
Lei Zhang 2011/05/19 23:12:54 what's this placeholder value?
dpapad 2011/05/19 23:17:44 It was there to show "1" even when the textbox was
+ <input id="copies" type="text" name="copies" value="1" min="1"
+ max="999" maxlength="3" class="number small"/>
<button id="increment">+</button>
<button id="decrement">–</button>
<span id="collate-option" hidden>
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698