Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 331524

Summary: WorkbenchPreferenceDialog overrides client focus (was: [preferences] Configuring problem severity via hover broken)
Product: [Eclipse Project] Platform Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.5   
Target Milestone: 3.7 M4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Fix
none
Fix none

Description Dani Megert CLA 2010-12-01 06:53:00 EST
3.5.

1. paste this:
public class Bug {
	void foo() {
		java.util.List l;
	}
}
2. hover over the the warning
3. move the mouse into the hover so that it enriches
4. click on 'Configure Problem Severity'
5. click 'Configure Workspace'
==> option is not selected / does not have focus
Comment 1 Dani Megert CLA 2010-12-01 06:53:32 EST
This got broken by wrong fix for bug 241877.
Comment 2 Dani Megert CLA 2010-12-01 06:53:57 EST
I'll fix this.
Comment 3 Dani Megert CLA 2010-12-01 07:01:19 EST
Created attachment 184245 [details]
Fix
Comment 4 Dani Megert CLA 2010-12-01 07:01:32 EST
Fixed in HEAD.
Available in builds >= N20101201-2000.
Comment 5 Dani Megert CLA 2010-12-01 07:15:00 EST
Created attachment 184247 [details]
Fix
Comment 6 Dani Megert CLA 2010-12-07 07:01:31 EST
Verified in I20101206-1800.
Comment 7 Dani Megert CLA 2011-10-04 10:48:39 EDT
This change was not put into R4_development. Cherry-picked it now.