Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1343195 - 'infobar' (warnings that appear at bottom of screen) text is white, intended to be black
Summary: 'infobar' (warnings that appear at bottom of screen) text is white, intended ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 24
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: AcceptedFreezeException
Depends On:
Blocks: F24FinalFreezeException
TreeView+ depends on / blocked
 
Reported: 2016-06-06 18:33 UTC by Adam Williamson
Modified: 2017-08-08 14:46 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-08 14:46:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Adam Williamson 2016-06-06 18:33:37 UTC
At least since 20160518.n.0, the text in anaconda 'infobars' (the orange-backgrounded warnings that slide in at the bottom of the screen when something needs doing) is white, when it's intended to be black. This is likely caused by GTK+ 3.20 CSS changes.

Proposing as an FE for Fedora 24 because it makes the text pretty hard to read and the fix will likely be fairly safe, and of course we can't fix this with an update as it's in the installer.

Comment 1 Geoffrey Marr 2016-06-06 19:59:39 UTC
This bug was discussed at the 2016-06-06 blocker review meeting [1] and determined to be an AccptedFreezeException as fixing this now will alleviate trying to fix it with an update in the future. The fix for this should be easy and anything broken will be easy to spot.

[1] https://meetbot.fedoraproject.org/fedora-blocker-review/2016-06-06/f24-blocker-review.2016-06-06-16.00.txt

Comment 2 David Shea 2016-06-07 11:16:04 UTC
According to https://developer.gnome.org/gtk3/stable/GtkInfoBar.html,

"GtkInfoBar has a single CSS node with name infobar. The node may get one of the style classes .info, .warning, .error or .question, depending on the message type."

and thus anaconda would apply a style to a particular message-type using something like:

.warning {
   background-color: a color;
   color: another color;
}

5affbbe5455f3805e3805e407719e793dad83b90 breaks this by overriding color with a .warning:backdrop selector.

Comment 3 Matthias Clasen 2016-06-07 13:03:54 UTC
(In reply to David Shea from comment #2)
> According to https://developer.gnome.org/gtk3/stable/GtkInfoBar.html,
> 
> "GtkInfoBar has a single CSS node with name infobar. The node may get one of
> the style classes .info, .warning, .error or .question, depending on the
> message type."
> 
> and thus anaconda would apply a style to a particular message-type using
> something like:
> 
> .warning {
>    background-color: a color;
>    color: another color;
> }
> 
> 5affbbe5455f3805e3805e407719e793dad83b90 breaks this by overriding color
> with a .warning:backdrop selector.

First, the documentation does not say what you seem to be reading into it. Widget states still apply and selectors including states have higher specificity than those without. 

Second, why would the backdrop state be present ? The anaconda window is focused and active, is it not ?

Comment 4 Fedora End Of Life 2017-07-25 21:01:43 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 5 Fedora End Of Life 2017-08-08 14:46:46 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.