From de85770d94ee3aad0c14abedd07c7efc61be1b09 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 4 Feb 2019 10:14:37 +0200 Subject: [PATCH] Add warning about potential long tab switch times --- chrome/status_inside_urlbar.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 8e466b7..ec6c369 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -1,5 +1,15 @@ /* STATUSPANEL INSIDE URLBAR */ +/************** +IMPORTANT WARNING + +Using this style can lead to long tab switch times (and probably other problems). Everything may be fine when Firefox starts but situation gets gradually worse, although pretty slowly. + +Relevant information: https://bugzilla.mozilla.org/show_bug.cgi?id=1496065 + +**************/ + + #urlbar .urlbar-input-box{ display: -moz-stack; } /* -moz-stack causes an subtle issue where in certain scenarios a weirdly aligned "http(s)://" may show up */