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 98215 - disclosure widget (in file gsearchtool-support) not properly showing indicator in RTL text direction
disclosure widget (in file gsearchtool-support) not properly showing indicato...
Status: VERIFIED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
trunk
Other other
: Normal minor
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-11 05:00 UTC by jsc
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
my proposal. eliminates the use of uninitialized data (indicator_size) and changes the way calculate *x (1.65 KB, patch)
2002-11-11 05:02 UTC, jsc
none Details | Review

Description jsc 2002-11-11 05:00:17 UTC
Disclosure widget (originally from gnome-media) has problems to properly
draw the indicator in RTL (rigth to left) text direction. Also has problems
with big container->borderwiths.

the same problem as  98213 (gnome-panel) and 98195 (gnome-media)
Comment 1 jsc 2002-11-11 05:02:04 UTC
Created attachment 12223 [details] [review]
my proposal. eliminates the use of uninitialized data (indicator_size) and changes the way calculate *x
Comment 2 Dennis Cranston 2002-11-12 17:54:37 UTC
Applied to CVS (HEAD).

2002-11-12  Dennis M. Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c:  Patch from "jaiserca@inf.upv.es 
	(jaiserca)" to fix disclosure widget drawing problems 
	in RTL (right to left) environments.  Fixes bug 98215.