Bug 32921 - Group boxes on ZRH preference pages have bold text
Summary: Group boxes on ZRH preference pages have bold text
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 06:19 EST by Dirk Baeumer CLA
Modified: 2003-03-03 14:45 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.