Bug 111575 - [Accessibility] AspectJ Compiler property page is unusable with large fonts
Summary: [Accessibility] AspectJ Compiler property page is unusable with large fonts
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.3.0   Edit
Assignee: Sian January CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 05:32 EDT by Sian January CLA
Modified: 2005-10-13 04:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sian January CLA 2005-10-05 05:32:17 EDT
When large fonts are used the second radio button (Use Project Settings) on 
the AspectJ Compiler property page disappears, which means that it is not 
possible to change the settingd for an individual project.  The solution is to 
use a checkbox instead like the Java Compiler property page.
Comment 1 Sian January CLA 2005-10-05 05:33:37 EDT
Not fixing in 1.2.1 as the JDT in Eclipse 3.0 uses radio buttons and does not 
support links.
Comment 2 Sian January CLA 2005-10-13 04:10:43 EDT
Now fixed in the following build:

BUILD COMPLETE -  build.152
Date of build: 10/12/2005 17:23:35
Time to build: 34 minutes 12 seconds

The fix involved changing AJCompilerPreferencePage to be a 
PropertyAndPreferencePage and moving the required methods from the old 
CompilerPropertyPage.  This provided a checkbox rather than radio buttons, 
fixing the accessibility problem.  Some refactoring of the 
PreferencePageBuilder aspect was also required.