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

Unified Diff: chrome/browser/resources/feedback/js/feedback.js

Issue 614133003: Various Feedback fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 years, 3 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 | « chrome/browser/resources/feedback/css/feedback.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback/js/feedback.js
diff --git a/chrome/browser/resources/feedback/js/feedback.js b/chrome/browser/resources/feedback/js/feedback.js
index 55933f52e22b7fa032ebaa0fe8539945f2a8cc05..d8aef05e54dee5ae4a154f9710b08a523afdd164 100644
--- a/chrome/browser/resources/feedback/js/feedback.js
+++ b/chrome/browser/resources/feedback/js/feedback.js
@@ -315,6 +315,8 @@ function initialize() {
$('histograms-url').onclick =
windowOpener(STATS_WINDOW_ID, 'chrome://histograms');
}
+ // Make sure our focus starts on the description field.
+ $('description-text').focus();
});
}
});
« no previous file with comments | « chrome/browser/resources/feedback/css/feedback.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698