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 337160 - going from group selection to single selection doesn't show contents of message
going from group selection to single selection doesn't show contents of message
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.22.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Milan Crha
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-04-04 10:02 UTC by Daniel Holbach
Modified: 2008-06-25 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed evo patch (1.99 KB, patch)
2008-06-09 16:01 UTC, Milan Crha
committed Details | Review

Description Daniel Holbach 2006-04-04 10:02:55 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/evolution/+bug/37935

1. select a single message. the contents show in the preview window.
2. select additional messages by holding down CTRL and clicking on them with the mouse. the preview window correctly goes blank when multiple messages are selected.
3! release the CTRL key and click on the last message clicked on from step 2 (the one that should still have focus). now a single message is selected, but the contents are not shown in the preview window.
Comment 1 Karsten Bräckelmann 2006-04-04 15:31:17 UTC
Confirming.

Setting probabledup keyword, as I am pretty sure this has been filed already. Just can't find it...
Comment 2 André Klapper 2006-04-05 12:05:34 UTC
i can confirm this, however i think that this is a duplicate of a bug which was only partially fixed.

probably a gal bug.
Comment 3 Milan Crha 2008-06-09 16:01:53 UTC
Created attachment 112419 [details] [review]
proposed evo patch

for evolution;

It works better with this patch. I also added there a behavior that when the selected count get one, then the selected message is shown, even the cursor is somewhere else. If you do not like this, then I can remove it. As far as I tested it it works fine now. The problem was two different functions was going to decide what to show in different way.
Comment 4 Srinivasa Ragavan 2008-06-13 03:40:20 UTC
Milan, the code seems fine, I haven't tested it, just test and commit it.
Comment 5 Milan Crha 2008-06-13 06:33:17 UTC
Committed to trunk. Committed revision 35633.
Comment 6 Milan Crha 2008-06-25 15:25:22 UTC
bug #540160 contains a patch where I reverted this one, because it caused troubles.