]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4421 Remove autofocus on comment text area to prevent bulk change modal window...
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 9 Jul 2013 15:29:03 +0000 (17:29 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 9 Jul 2013 15:29:14 +0000 (17:29 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb

index 6cf20cf7c8a6b284b9887dadfea3d222debe727c..3f0795a38d41e229674b468c4b2546dffd8edf0d 100644 (file)
@@ -97,7 +97,7 @@
         </label>
         <div style="padding: 0 10px 10px 0;">
           <div>
-            <textarea rows="4" name="comment" style="width: 100%" autofocus="autofocus"></textarea>
+            <textarea rows="4" name="comment" id="comment" style="width: 100%"></textarea>
           </div>
           <div style="float:right">
             <%= render :partial => 'markdown/tips' -%>