Bug 109885 - Code assist (popup) border uses Windows Classic when XP theme is active
Summary: Code assist (popup) border uses Windows Classic when XP theme is active
Status: RESOLVED DUPLICATE of bug 219139
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 11:12 EDT by Pascal Filion CLA
Modified: 2008-06-04 18:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Filion CLA 2005-09-19 11:12:56 EDT
Steps to reproduce:
1. Start Eclipse with XP theme active (java.exe.manifest installed for the JDK
used to launch Eclipse)
2. Create a new Java project and a new Java class
3. Invoke the code assist

Result:
The popup border is 3D raised when it should be flat like any Windows XP popup
border.
Comment 1 Veronika Irvine CLA 2005-09-19 13:02:20 EDT
The border appears because the shell is created with the style SWT.RESIZE. Most
pop-ups are not resizable which causes the difference in appearance.
Comment 2 Pascal Filion CLA 2005-09-19 20:28:12 EDT
I would recommend to look at the combo popup used by the address bar of IE. 
That is also a popup and it is resizable. Also, having the resizing grip at 
the bottom left would help the user.
Comment 3 Steve Northover CLA 2005-10-04 19:19:44 EDT
To tell you the truth, I have no idea what API they are using to get this kind 
of resize thumb.  If anyone has any ideas, please post them to this bug report.
Comment 4 Steve Northover CLA 2008-06-04 18:20:30 EDT

*** This bug has been marked as a duplicate of bug 219139 ***