Bug 81055 - [Dialogs] Contents of dialogs to wide to be fully displayed with non-standard desktop theme
Summary: [Dialogs] Contents of dialogs to wide to be fully displayed with non-standard...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P5 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo, ui
: 83883 86146 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-15 03:03 EST by Hapag LLoyd CLA
Modified: 2019-09-06 16:12 EDT (History)
3 users (show)

See Also:


Attachments
Preferrences dialog "Java/Code Style/Code Templates" (18.48 KB, image/gif)
2004-12-15 03:24 EST, Hapag LLoyd CLA
no flags Details
Empty Preferrences dialog "Java/Code Style/Code Templates" (12.33 KB, image/gif)
2004-12-15 03:25 EST, Hapag LLoyd CLA
no flags Details
Dialog "Confirm Exit" (4.46 KB, image/gif)
2004-12-15 03:26 EST, Hapag LLoyd CLA
no flags Details
That's the MacOSX theme I'm using. (458.62 KB, application/zip)
2005-01-28 12:50 EST, Hapag LLoyd CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hapag LLoyd CLA 2004-12-15 03:03:40 EST
The contents of the dialog windows is to wide to be fully shown inside the
windows although they already come up with their maximum width. Reducing the
width of the window doesn't effect the components, even more of them vanishes.
For example in the "Java/Code Style/Code Templates" and "Java/Code
Style/Organize Imports" branches the right hand side buttons are so far on the
right and so wide that they reach out of the window and the text on them can't
be read any more. Often they don't even show any contents until I resize the
window. 
Also the other dialogs are affected, e.g. the "Confirm Exit" dialog.

I'm using Eclipse 3.0.1 with Java 1.5, but the behavoir was also the same with
Eclipse 3.0 and Java 1.4. Even a fresh installation doesn't correct this behavoir.
Comment 1 Hapag LLoyd CLA 2004-12-15 03:24:22 EST
Created attachment 16627 [details]
Preferrences dialog "Java/Code Style/Code Templates"

dialog "Java/Code Style/Code Templates" with components paasing beyond rigth
side
Comment 2 Hapag LLoyd CLA 2004-12-15 03:25:23 EST
Created attachment 16628 [details]
Empty Preferrences dialog "Java/Code Style/Code Templates"
Comment 3 Hapag LLoyd CLA 2004-12-15 03:26:10 EST
Created attachment 16629 [details]
Dialog "Confirm Exit"
Comment 4 Hapag LLoyd CLA 2004-12-15 03:35:02 EST
As you can see I'm using a different desktop theme called iTunes.
As I was making the screenshots it came into my mind that this could be the
cause for the problems. I changed the theme to the standard one and now the
problems are gone. As a result I'm going to lower the severity of this bug and
modify the bug-summary.
Comment 5 Billy Biggs CLA 2005-01-28 10:01:24 EST
*** Bug 83883 has been marked as a duplicate of this bug. ***
Comment 6 Benjamin Pasero CLA 2005-01-28 11:38:35 EST
As an answer on the question if this issue is Theme-dependant 
from a user having this problem:

"As I thought and as you'll be able to see it on the picture,
I get exactly the same issue when using no theme at all. But
it doesn't surprise me as I have tested it on several
workstations with different resolutions, OS and themes and
the problem only occurs on unusual ratio resolutions."

Ben
Comment 7 Hapag LLoyd CLA 2005-01-28 12:46:12 EST
I'm using a screen resolution of 1280x960. But I don't think that the problem is
connected with that. In sun's java forum I found somebody having the same
problem (http://forum.java.sun.com/thread.jspa?threadID=575952&tstart=0 I'm
fisher73). And the thing we all have in common (including Benjamin Pasero) is
we're all using a MacOSX theme. But in contrast to Benjamin I'm using StyleXP to
a apply it. When I switch to a theme that comes with WinXP the problem is gone.
The reason that it doesn't help Benjamin may also be connected with the fact
that he doesn't seem to use StyleXP but an other way. But I'm pretty sure that
the cause for the problem is the theme.
Comment 8 Hapag LLoyd CLA 2005-01-28 12:50:53 EST
Created attachment 17553 [details]
That's the MacOSX theme I'm using.
Comment 9 Benjamin Pasero CLA 2005-01-29 12:48:01 EST
*** Bug 83883 has been marked as a duplicate of this bug. ***
Comment 10 Billy Biggs CLA 2005-02-22 12:22:08 EST
*** Bug 86146 has been marked as a duplicate of this bug. ***
Comment 11 Billy Biggs CLA 2005-02-22 12:22:47 EST
Bug 86146 includes a link to a theme that can reproduce this problem.
Comment 12 Marcus Brito CLA 2005-02-22 12:32:49 EST
It's not about "MacOS X" themes, because they're not Mac themes to start with --
just MS Visual Styles mimicing some Mac themes. Anyway, I've been testing lots
of themes available from www.customize.org, and can't find a pattern on what
themes exhibit this defect, and what themes does not. Maybe inspecting two such
themes can reveal something.

Bug 86146 contains a link to a theme that reproduces the bug.
"Milk", available for download at http://www.customize.org/view/22696 doesn't
show this problem (and it's also port from a OSX theme)
Comment 13 Benjamin Pasero CLA 2005-03-19 05:10:17 EST
I received a message from a user that has exactly the same problems: Some
dialogs span the entire screen-width. I asked, he is not using any theme and
running a resolution of 1280x1024.

Ben
Comment 14 Benjamin Pasero CLA 2005-03-19 10:43:19 EST
Commenting my last comment by reply of the user:

"I used Flyakite OS X awhile back, and I think there might be some remniants
left that could have affected things."

Flyakite is a Mac OS X Theme. See http://osx.portraitofakite.com/index.php.

Ben
Comment 15 Susan McCourt CLA 2007-06-29 13:27:41 EDT
This bug is quite old...are you guys still seeing this problem?
cc'ing Steve in case he's heard of any layout problems involving certain windows resolutions/themes.
Comment 16 Steve Northover CLA 2007-07-04 12:35:15 EDT
Not really.  Eclipse does a bunch of measuring using values queried from the font.  It's possible that it is returning something too big.  Does the problem happen when you run the ControlExample?

http://www.eclipse.org/swt/examples.php
Comment 17 Susan McCourt CLA 2007-07-05 14:12:08 EDT
Benjamin or Hapag - can you let me know if you still see the problem and if the ControlExample (linked by Steve in comment #15) exhibits the problem.  That will help us figure out if it's SWT or JFace.  I will investigate for 3.4 if the problem is still around...
Comment 18 Susan McCourt CLA 2009-07-09 15:32:15 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 19 Eclipse Webmaster CLA 2019-09-06 16:12:47 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.