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 633774 - Headers are gone in grouped view
Headers are gone in grouped view
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Tasks
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Vibha Yadav
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-11-02 05:51 UTC by Vibha Yadav
Modified: 2013-09-13 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for getting color properly (542 bytes, patch)
2010-11-02 05:52 UTC, Vibha Yadav
accepted-commit_now Details | Review
Patch for proper display in grouped view (1.10 KB, patch)
2010-11-14 13:24 UTC, Vibha Yadav
committed Details | Review

Description Vibha Yadav 2010-11-02 05:51:32 UTC
Create a view that has Group by category, Headers are not displayed properly.
Also it gives warning.

(evolution:4039): GnomeCanvas-WARNING **: Failed to parse color 'grey70'

(evolution:4039): GnomeCanvas-WARNING **: Failed to parse color 'grey70'
Comment 1 Vibha Yadav 2010-11-02 05:52:46 UTC
Created attachment 173676 [details] [review]
Patch for getting color properly
Comment 2 Milan Crha 2010-11-02 10:21:03 UTC
Confirming, I see it too. The patch helps, though not completely. It makes the header gray again, but the text in the group is shifted under the first line of the group itself for me.

Could you extend your patch to include also fix for this, please?
Comment 3 Vibha Yadav 2010-11-14 13:24:10 UTC
Created attachment 174433 [details] [review]
Patch for proper display in grouped view

GROUP_INDENT was missed for rendering in group view.

Including previous patch too for proper display of color.
Comment 4 Matthew Barnes 2010-11-14 13:59:33 UTC
Good catch, please commit!
Comment 5 Milan Crha 2010-11-15 10:11:09 UTC
Created commit 41117c2 in evo master (.2.91.3+)