Bug 30842 - Use radio buttons instead of checkboxes in Help Preferences
Summary: Use radio buttons instead of checkboxes in Help Preferences
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Konrad Kolosowski CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
: 35485 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-03 19:05 EST by Roberto Scaramuzzi CLA
Modified: 2004-03-17 13:49 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Scaramuzzi CLA 2003-02-03 19:05:03 EST
The UI to select a Help browser (Window|Preferences|Help) has a list of
available browsers/browser adapters. The chosen one is specified by a checkbox,
but the behavior is that of a radio button (when you check one the others become
unchecked). This is surprising to the user and violates UI guidelines.
Comment 1 Konrad Kolosowski CLA 2003-02-03 23:47:45 EST
The page uses SWT Table with SWT.CHECK style.  Adding SWT.SINGLE style does not 
change the appearance of the selection widget.  SWT.RADIO is not supported by 
table.  Page needs to be redesign to fix this.
Comment 2 Dorian Birsan CLA 2003-03-21 11:54:13 EST
*** Bug 35485 has been marked as a duplicate of this bug. ***
Comment 3 Konrad Kolosowski CLA 2004-03-17 13:49:15 EST
Browser pref page reworked.