From 9a063925d2458740464a15281a1cd69d5b854898 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 26 May 2011 14:46:11 +0200 Subject: [PATCH] SONAR-2443 Remove indicator from suggest field to prevent "shaking" FI: the display of the indicator is handle by the scriptaculous component, which uses the "display" property instead of the "visibility" one to hide/show the indicator. This is what causes the "shaking" of elements placed on the right side of the component while waiting for the answer from the server. --- .../WEB-INF/app/views/autocomplete/_text_field.html.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.html.erb index 5f37632ba08..8675ee22515 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.html.erb @@ -1,14 +1,10 @@ -