Bug 13318

Summary: Help window remains hidden
Product: [Eclipse Project] Platform Reporter: Vlad Klicnik <klicnik>
Component: User AssistanceAssignee: Dorian Birsan <birsan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 12073    
Bug Blocks:    

Description Vlad Klicnik CLA 2002-04-10 10:45:13 EDT
20020409 Win2K

I opened help  window to the bookshelf.
Switch to workbench, place focus on navigator, press F1.
Infopop comes up, I select one of the links.
Nothing happens ... at least nothing I could see ... the help view stays hidden 
behind the workbench (it actually contains the right content, but is hidden).

I was expecting the help view to be forced to front when I request action from 
the workbench side with help open.
Comment 1 Konrad Kolosowski CLA 2002-04-10 10:53:11 EDT
I have opened 12073 agains SWT that we cannot move shell above all shells.  
That bug got changed to feature request from SWT.  This bug depends on it.  
Once 12073 is implemented, we need to do a change to call the correct method 
that does move above all.
Comment 2 Steve Northover CLA 2002-04-16 19:06:23 EDT
Fixed > 20020416.

See Shell.setActive() and Shell.forceActive().