Closed
Bug 1194050
Opened 9 years ago
Closed 9 years ago
Almost invisible warning message "A web page is causing Nightly to run slowly. What would you like to do?"
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1187203
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
build identifire:
https://hg.mozilla.org/mozilla-central/rev/91de9c670800
Mozilla/5.0 (X11; Linux i686; rv:42.0) Gecko/20100101 Firefox/42.0 ID:20150807030210
On Ubuntu14.04 32 bit, GNOME Classic Ambiance,
There is a almost invisible warning message "A web page is causing Nightly to run slowly. What would you like to do?"
See screenshot.
Comment 1•9 years ago
|
||
This is invoked via:
nb.appendNotification(message, "process-hang",
"chrome://browser/content/aboutRobots-icon.png",
nb.PRIORITY_WARNING_HIGH, buttons);
Presumably this is a styling issue that affects all WARNING_HIGH notification bars. bug 1194053 is very similar and uses:
nb.appendNotification(message, "unsigned-addons-disabled", "",
nb.PRIORITY_WARNING_MEDIUM, buttons);
Checking what's going on here...
Flags: needinfo?(gijskruitbosch+bugs)
Comment 2•9 years ago
|
||
It looks like this might be a GTK3 issue, because we use infotext and infobackground for the foreground/background color, so it looks like those are being misreported on GTK3. Karl, can you help?
Flags: needinfo?(gijskruitbosch+bugs) → needinfo?(karlt)
Updated•9 years ago
|
Component: Theme → Widget: Gtk
Product: Firefox → Core
Comment 4•9 years ago
|
||
Thanks for the analysis, Gijs.
I can't take the bug, but it is being tracked.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(karlt)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•