Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82426 - When Eclipse SDK 3.0.0-r3 opens a new window to exit, Find and Replace, add a task, etc, the window is too small
Summary: When Eclipse SDK 3.0.0-r3 opens a new window to exit, Find and Replace, add a...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 18:58 UTC by Michael Cantrell
Modified: 2005-06-04 13:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cantrell 2005-02-17 18:58:51 UTC
The problem occurs whenever a new standalone window is opened by eclipse. The window is too small for all of the information to be shown, and cannot be resized by Enlightenment. When creating a new file the window can be resized but starts out small.

Reproducible: Always
Steps to Reproduce:
1.Open Eclipse using Enlightenment (DR16 cvs)
2.Add a new task to a workspace

Actual Results:  
A window popped up that cut off most of the options and could not be resized by
dragging on the corner.

Expected Results:  
A new window should pop up that shows all options and can be resized.

Eclipse-SDK-3.0.0-r3
Enlightenment-0.16.7.2
xorg-x11-6.8.0-r4
Comment 1 Billy Biggs 2005-02-17 20:44:22 UTC
This problem is in the Eclipse bugzilla here:

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=77267

The problem is that the GTK+ call gdk_window_get_frame_extents() is not returning accurate information under Enlightenment and is causing Eclipse to size its dialogs incorrectly.  See this GTK+ bug:

  http://bugzilla.gnome.org/show_bug.cgi?id=163910

This bug is fixed in GTK+ 2.6.2, at least for versions of Enlightenment which support _NET_VIRTUAL_ROOTS.  We do not yet have a workaround for this problem in Eclipse.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-06-04 13:55:20 UTC
Nothing we can do.