Преглед на файлове

Comment about Gecko scrollbar bug in Firefox 64

https://bugzilla.mozilla.org/show_bug.cgi?id=1514498
Alexandre Alapetite преди 7 години
родител
ревизия
9214eeecff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      p/scripts/main.js

+ 1 - 1
p/scripts/main.js

@@ -543,7 +543,7 @@ function init_column_categories() {
 			}
 		});
 		$(this).parent().next(".tree-folder-items").slideToggle(300, function () {
-			//Workaround for Gecko bug in Firefox 64-65(+?):
+			//Workaround for Gecko bug 1514498 in Firefox 64
 			var sidebar = document.getElementById('sidebar');
 			if (sidebar && sidebar.scrollHeight > sidebar.clientHeight &&	//if needs scrollbar
 				sidebar.scrollWidth >= sidebar.offsetWidth) {	//but no scrollbar