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
Describe the issue:
tabstoolbar_below_navigation_toolbar.uc.js places tabs under navbar correctly, but after some update between ESR78-ESR91 #tab-notification-deck is placed between the two.
What should have happened instead?
#tab-notification-deck should be placed below TabsToolbar
Steps to reproduce the issue?
Force firefox to show a notification.
Method used (M1, M2 or M3):
M2
Screenshots (drag and drop images into this post):
System information
OS & OS version: Win10 Pro
OS theme: Default
DPI / HiDPI resolution: Default
Firefox or Thunderbird: Firefox
Firefox/Thunderbird version: ESR91/Dev100.0b2
Firefox/Thunderbird theme: Dark
Settings this issue occurs with: Default
The text was updated successfully, but these errors were encountered:
Aminomancer has a nice little code to evoke that notification from console.
Depending on FF version:
{letnotificationTest=gBrowser.getNotificationBox(gBrowser.selectedBrowser);notificationTest.appendNotification(null,{label:"This is a demo notification",priority:notificationTest.PRIORITY_INFO_HIGH},[{label:"Button 1"},{label:"Link 1",supportPage:"https://github.com/aminomancer/uc.css.js"}])}
or
{letnotificationTest=gBrowser.getNotificationBox(gBrowser.selectedBrowser);notificationTest.appendNotification("This is a demo notification",null,null,notificationTest.PRIORITY_INFO_HIGH);}
While #tab-notification-deck-template didn't do anything, #tab-notification-deck seems to work in both ESR91 and DEV100
Describe the issue:
tabstoolbar_below_navigation_toolbar.uc.js places tabs under navbar correctly, but after some update between ESR78-ESR91
#tab-notification-deck
is placed between the two.What should have happened instead?
#tab-notification-deck should be placed below TabsToolbar
Steps to reproduce the issue?
Force firefox to show a notification.
Method used (M1, M2 or M3):
M2
Screenshots (drag and drop images into this post):
System information
OS & OS version: Win10 Pro
OS theme: Default
DPI / HiDPI resolution: Default
Firefox or Thunderbird: Firefox
Firefox/Thunderbird version: ESR91/Dev100.0b2
Firefox/Thunderbird theme: Dark
Settings this issue occurs with: Default
The text was updated successfully, but these errors were encountered: