Bug 32921

Summary: Group boxes on ZRH preference pages have bold text
Product: [Eclipse Project] Platform Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Tod Creasey <Tod_Creasey>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: andre_weinand, Tod_Creasey
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Dirk Baeumer CLA 2003-02-25 06:19:14 EST
RC1

- open preference dialog
- select Java 
   observe: group box text is rendered using bold
- select Workbench
   observe: group box text is rendered using normal font style.
Comment 1 Andre Weinand CLA 2003-03-03 12:29:25 EST
This problem is a consequence of the many fixes for the font propagation bug 19346.

On MacOS X the native Group control uses a bold font in its title.
If font propagtion is used, that is if the parent's font is always propagated
to its children, the bold font used in Groups is overwritten with a non-bold font.

Since ZRH hasn't yet fixed any of the problem reports related to bug 19346, all ZRH pref
pages and dialogs show the correct behavior.

(There is a proposal by Dirk Baeumer that would fix this problem; he and Steve 
Northover have the details).
Comment 2 Tod Creasey CLA 2003-03-03 14:44:34 EST
For 2.1 the DialogFont is to be applied to all of the widgets in the dialog 
regardless of whether or not this font is different than the default font for 
that platform (Lists on AIX have this issue as well incidentally).
Comment 3 Tod Creasey CLA 2003-03-03 14:45:30 EST
Marking as WONTFIX.