Bug 304886 - [Webapp] Remove the filter dialog
Summary: [Webapp] Remove the filter dialog
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M7   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on: 303105
Blocks:
  Show dependency tree
 
Reported: 2010-03-05 16:24 EST by Chris Goldthorpe CLA
Modified: 2010-11-22 10:26 EST (History)
0 users

See Also:


Attachments
Patch for step 1 (5.04 KB, patch)
2010-03-05 16:32 EST, Chris Goldthorpe CLA
no flags Details | Diff
Patch for step 2 (12.79 KB, patch)
2010-03-17 18:33 EDT, Chris Goldthorpe CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Goldthorpe CLA 2010-03-05 16:24:28 EST
The filter dialog was introduced during 3.6M6 as a way for the user to turn on and off filters defined by an AbstractHelpScope. Having used this in practice we believe that this is not of high value to users and may be confusing to them. The main purpose of AbstractHelpScope and the org.eclipse.help.base.scope extension point is to allow a single infocenter to serve multiple products and for each different product a scope parameter would be added. For example /help?scope=sdk.

Step 1 is to add a preference to allow for hiding or showing (default = show) of the filter dialog while we verify that it is not needed. Step 2 is to remove the preference, the dialog and any resources it uses. Also apply the filter to the list of Tocs and Topics shown in the scope dialog.
Comment 1 Chris Goldthorpe CLA 2010-03-05 16:32:29 EST
Created attachment 161196 [details]
Patch for step 1
Comment 2 Chris Goldthorpe CLA 2010-03-05 16:33:24 EST
Patch for step 1 committed.
Comment 3 Chris Goldthorpe CLA 2010-03-17 18:33:38 EDT
Created attachment 162366 [details]
Patch for step 2
Comment 4 Chris Goldthorpe CLA 2010-03-17 18:37:37 EDT
Patch committed, Fixed