mate-desktop / caja

Caja, the file manager for the MATE desktop
https://mate-desktop.org/
Other
265 stars 143 forks source link

GTK3_DEBUG / CSS Theme: CSS property ignores entry element from GTK3 CSS themes #1726

Open danielaixer opened 1 year ago

danielaixer commented 1 year ago

Expected behaviour

background-color css property pointing to an actual .css file

Actual behaviour

background-color css property points to (eg.) :1:39

Steps to reproduce the behaviour

  1. Open a Caja window with entry path/address box enabled (instead a button path box)
  2. Open GTK debug window with Control+Alt+D
  3. Click on debugger's object selector and select Caja's entry path box
  4. On the GTK debugger check the css nodes for the element entry.caja-location.entry
  5. The property "background-color" points to :1:39, ignoring the properties for "entry" css elements of the GTK theme.

MATE general version

mate-desktop 1.24.0-2

Package version

caja 1.24.0-1

Linux Distribution

Ubuntu Mate 20.04

Link to bugreport of your Distribution (requirement)

https://bugs.launchpad.net/ubuntu-mate/+bug/2025349

GTK3-Debug