From 6c463d84e292fed65f73ceeddf1ac9998b976934 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Wed, 23 May 2012 09:39:23 +0200 Subject: [PATCH] SONAR-2706 Fix issue with element focus --- .../webapp/WEB-INF/app/views/project_reviews/_review.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb index 3b1ba353dce..2a159fb6ec7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb @@ -55,7 +55,7 @@ <%= button_to_remote message("reviews.command.#{screen.getCommandKey()}.button"), :url => {:controller => "project_reviews", :action => "screen", :id => review.id, :command => screen.getCommandKey()}, :update => "actionForm", - :complete => "$('actionButtons').remove();$('actionForm').show();$('selectSeverity').focus();" -%> + :complete => "$('actionButtons').remove();$('actionForm').show();$('actionText').focus();" -%> <% end end -- 2.39.5