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 658066 - Too much big Security Information dialog in LANG=ko_KR_UTF-8
Too much big Security Information dialog in LANG=ko_KR_UTF-8
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 660592 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-02 15:30 UTC by sangu
Modified: 2011-10-07 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Big Security Information dialog in LANG=ko_KR_UTF-8 (53.29 KB, image/png)
2011-09-05 17:10 UTC, sangu
  Details
Patch (7.99 KB, patch)
2011-10-05 15:44 UTC, Dan Vrátil
accepted-commit_now Details | Review

Description sangu 2011-09-02 15:30:57 UTC
Too much big Security Information dialog in LANG=ko_KR_UTF-8.

1. $ LANG=ko_KR.UTF-8 evolution
2. Click a mail
3. Click signature icon in mail.
Comment 1 Milan Crha 2011-09-05 11:43:54 UTC
thanks for a bug report. Could you attach a screenshot of that dialog, please? I tried to reproduce this, with GPG signature/encryption dialog and I do not see any of them oversized, they are same as in C LANG for me.
Comment 2 sangu 2011-09-05 17:10:34 UTC
Created attachment 195720 [details]
Big Security Information dialog in LANG=ko_KR_UTF-8
Comment 3 Milan Crha 2011-09-06 06:48:39 UTC
OK, we are looking on the same dialog. I do not see any change in the corresponding ui file, neither in the file where the dialog is used, thus it seems to me like am issue more deeply, probably in gtk+. What is your version of gtk3, please? Mine is gtk3-3.0.12-1.
Comment 4 sangu 2011-09-06 07:56:26 UTC
(In reply to comment #3)
>   What is your version of gtk3, please? Mine is gtk3-3.0.12-1.
$ rpm -q gtk3 
gtk3-3.1.16-1.fc16.x86_64
Comment 5 Milan Crha 2011-09-06 09:35:05 UTC
Thanks for the update. I can reproduce it with that version too, even with en_US LANG, the dialog is constructed with the smallest possible width which makes it too tall. I'm assigning this to gtk+, because it's a regression from 3.0.x version, where I do not expect it being an intentional change.
Comment 6 sangu 2011-10-02 07:32:59 UTC
This issue still happens in gtk3-3.2.0-1.fc16.x86_64.
Comment 7 Milan Crha 2011-10-03 12:23:57 UTC
*** Bug 660592 has been marked as a duplicate of this bug. ***
Comment 8 Dan Vrátil 2011-10-05 15:44:00 UTC
Created attachment 198349 [details] [review]
Patch

Fixed patch originally attached to bug #660592. GtkVBox is replaced by GtkGrid as Milan wanted.

I tested it with C and ko_KR locales and both is ok.
Comment 9 Milan Crha 2011-10-06 19:12:34 UTC
Thanks for a patch. I didn't test it, but it looks pretty straightforward, please commit to master and gnome-3-2 (I do not consider this change causing UI freeze break).