Landing bug 352323 (the scroll right button doesn't appear disabled like the scroll left, patch by Seth Spitzer, r=mconnor) scrollbox.xml portion on trunk, the tabbrowser/theme portions were landed as as part of bug 353673).

This commit is contained in:
mozilla.mano%sent.com 2006-09-22 01:33:25 +00:00
Родитель d2644794a8
Коммит cd9a3453a6
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -152,6 +152,10 @@
this._scrollButtonUp.disabled = disableUpButton;
this._scrollButtonDown.disabled = disableDownButton;
var event = document.createEvent("Events");
event.initEvent("UpdatedScrollButtonsDisabledState", true, false);
this.dispatchEvent(event);
]]></body>
</method>
</implementation>