GNOME Bugzilla – Bug 256540
gpg details dialog has a single tab
Last modified: 2008-07-28 07:05:39 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: gpg details dialog has a single tab Steps to reproduce the problem: 1. read a message signed using gpg 2. click on the lock (or broken lock) icon Actual Results: dialog appears with a single "details" tab. Expected Results: dialog appears with no visible tab How often does this happen? everytime Additional Information: tabs are for organizing information. A single tab is useless.
Ugh. Why is the target milestone so far away? Is this problem so hard to fix? Seems like a simple one liner. (Or is it just so rare to see?)
I think this dialog can have two tabs.
What would the two tabs contain?
Why not only show the tabs if there's more than one?
Right... That's the gnome interface guidelines. But the previous question was: why not use two tabs? I wanted to know what would be displayed in each tab.
still one tab, at least it would be nice to show the key id or sth like that, see bug 268414...
still valid in evolution-2.2.0.0.200503210410-0.snap.ximian.10.1, retargetting to 2.3. if we only had a "hig" keyword... ;-)
changing component to "Mailer" to get rid of the UI component, also reassigning as discussed with nags... adding UI keyword.
at least retargetting from 2.3 to 2.5
removing old 2.5 target milestone and retargetting to future - sorry.
should probably look at gnome-terminal or epiphany sources to see how the tab on/off thing works.
Bumping version to a stable release.
Created attachment 114386 [details] [review] proposed evo patch for evolution; Do not use only one tab there. Actually, I removed the GtkNotebook completely, there were two tabs, Summary and Details, but the design has been changed and it was used only one of them. Thus no need to have there a GtkNotebook at all. The other thing is that the improvement form the other side, would be done as well, but what to write on the summary tab? And have a special tab for Signer and Encrypter?
(In reply to comment #14) > Created an attachment (id=114386) [edit] > proposed evo patch > > for evolution; > > Do not use only one tab there. Actually, I removed the GtkNotebook completely, > there were two tabs, Summary and Details, but the design has been changed and > it was used only one of them. Thus no need to have there a GtkNotebook at all. > Commit and announce UI change. > The other thing is that the improvement form the other side, would be done as > well, but what to write on the summary tab? And have a special tab for Signer > and Encrypter? > Didn't get you question.
Committed to trunk. Committed revision 35847. The question was just about two possible ways how to solve this. One was by removing GtkNotebook completely, the other was to populate the second tab too. Never mind, I chose the first option.