fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-04 06:04 am

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/3a0c77a7fc0d]

http://bugs.dwscoalition.org/show_bug.cgi?id=2524

Fix the tags list moving around when hovering over the "save" button in the
tags browser.

Patch by [personal profile] fu.

Files modified:
  • htdocs/js/jquery.tagselector.js
  • htdocs/stc/jquery.tagselector.css
--------------------------------------------------------------------------------
diff -r d9be734ba42c -r 3a0c77a7fc0d htdocs/js/jquery.tagselector.js
--- a/htdocs/js/jquery.tagselector.js	Fri Nov 04 13:52:46 2011 +0800
+++ b/htdocs/js/jquery.tagselector.js	Fri Nov 04 14:05:36 2011 +0800
@@ -114,7 +114,7 @@
         <span class='tagselector_searchbox'>\
           Search: <input type='text' id='tagselector_search'>\
           </span>\
-          <button id='tagselector_select' disabled='disabled'>Save</button>\
+          <button id='tagselector_select' class='ui-state-default' disabled='disabled'>Save</button>\
       </div>\
       <div id='tagselector_tags'><span class='tagselector_status'>Loading...</span></div>\
     </div>";
diff -r d9be734ba42c -r 3a0c77a7fc0d htdocs/stc/jquery.tagselector.css
--- a/htdocs/stc/jquery.tagselector.css	Fri Nov 04 13:52:46 2011 +0800
+++ b/htdocs/stc/jquery.tagselector.css	Fri Nov 04 14:05:36 2011 +0800
@@ -20,6 +20,7 @@
 
 #tagselector_tags {
     overflow: auto;
+    clear: both;
 }
 
 #tagselector_select {
--------------------------------------------------------------------------------