Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331524 - WorkbenchPreferenceDialog overrides client focus (was: [preferences] Configuring problem severity via hover broken)
Summary: WorkbenchPreferenceDialog overrides client focus (was: [preferences] Configur...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.7 M4   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 06:53 EST by Dani Megert CLA
Modified: 2011-10-04 10:48 EDT (History)
0 users

See Also:


Attachments
Fix (2.05 KB, patch)
2010-12-01 07:01 EST, Dani Megert CLA
no flags Details | Diff
Fix (6.33 KB, patch)
2010-12-01 07:15 EST, Dani Megert CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.