After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709619 - ListView header decoration do not match regular TreeView
ListView header decoration do not match regular TreeView
Status: RESOLVED FIXED
Product: hyena
Classification: Other
Component: Hyena.Gui
git master
Other Linux
: Normal normal
: ---
Assigned To: hyena-maint
hyena-maint
Depends on: 731463
Blocks:
 
 
Reported: 2013-10-08 09:30 UTC by Bertrand Lorentz
Modified: 2014-06-12 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ListView showing incorrect header style (45.93 KB, image/png)
2013-10-08 09:30 UTC, Bertrand Lorentz
Details
Regular TreeView with Adwaita theme (9.02 KB, image/png)
2013-10-08 09:35 UTC, Bertrand Lorentz
Details
ListView widget after various improvements (57.12 KB, image/png)
2014-06-12 15:37 UTC, Bertrand Lorentz
Details

Description Bertrand Lorentz 2013-10-08 09:30:59 UTC
Created attachment 256700 [details]
ListView showing incorrect header style

The visual style of the ListView headers does not match the one of the regular TreeView:
- The bottom line should be gray instead of black
- The border line between each header column is missing

See the attached screenshots.
Comment 1 Bertrand Lorentz 2013-10-08 09:35:58 UTC
Created attachment 256702 [details]
Regular TreeView with Adwaita theme

This is what the ListView header should ideally look like.
Comment 2 Bertrand Lorentz 2013-10-09 16:52:02 UTC
I'm making some progress on this...
Comment 3 Bertrand Lorentz 2014-06-10 15:52:34 UTC
Progress !
U
Comment 4 Bertrand Lorentz 2014-06-12 15:37:46 UTC
Created attachment 278354 [details]
ListView widget after various improvements

I've now committed changes to use the StyleContext API to draw the column headers, so the appearance follow the GTK theme, including when window is not focused.
Comment 5 Bertrand Lorentz 2014-06-12 15:39:56 UTC
With the changes mentioned above, I'm marking this as fixed.

Bug #731463 on the Adwaita theme still needs to be fixed, but I'm fairly convinced the ListView widget now does the right thing for the column headers.