You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something changed in XBL handling, so items inside <toolbarbutton> isn't displayed (but exists in DOM).
Strange workaround:
getstatusCounter(){letstatusCounter=document.getElementById('brief-status-counter');if(!statusCounter)returnnull;lettb=this.toolbarbutton;if(tb){// Workarond for Firefox 25.0a1letinnerBox=document.getElementById('brief-button-inner-box');if(innerBox&&innerBox.boxObject.width==0)tb.appendChild(statusCounter);}deletethis.statusCounter;returnthis.statusCounter=statusCounter;},
The text was updated successfully, but these errors were encountered:
Something changed in XBL handling, so items inside <toolbarbutton> isn't displayed (but exists in DOM).
Strange workaround:
The text was updated successfully, but these errors were encountered: