issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
35,657
Bug 35657 Eclipse crashes and throws exception when starting up in Chinese locales
Overview Description: For any Chinese locale on Sun Solaris 9, Eclipse will crash and throw a null pointer exception when the user attempts to start Eclipse in that environment. Steps to Reproduce: 1) Log into Solaris using any Chinese locale (e.g., zh_TW.BIG5, zh_CN.GB18030, zh). 2) Open a terminal session and start Eclipse. Actual Results: Eclipse crashed and threw the following exception: java.lang.ExceptionInInitializerError: java.lang.NullPointerException at org.eclipse.jface.preference.PreferenceConverter.<clinit>(PreferenceConverter.java:75) at org.eclipse.ui.internal.WorkbenchPlugin.initializeDefaultPreferences(WorkbenchPlugin.java:441) at org.eclipse.ui.plugin.AbstractUIPlugin.initializeDefaultPluginPreferences(AbstractUIPlugin.java:631) at org.eclipse.core.runtime.Plugin.getPluginPreferences(Plugin.java:347) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.initialize(AbstractUIPlugin.java:176) at org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore(AbstractUIPlugin.java:568) at org.eclipse.ui.internal.Workbench.getPreferenceStore(Workbench.java:701) at org.eclipse.ui.internal.Workbench.init(Workbench.java:844) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) Expected Results: Eclipse should start normally. I have tested this with a Japanese locale (ja_JP.eucJP), and Eclipse started normally. Note that no Eclipse language packs were installed, as my intention was only to test the functionality of an English version of Eclipse in a different locale. Build Date & Platform: Build 200303202147 (RC3a) on Sun Solaris 9 Additional Builds and Platforms: - Also Occurs On Build 200211071448 (2.0.2) on Sun Solaris 9 However, on Eclipse 2.0.2, a different exception is thrown, and instead of crashing, Eclipse hangs. Here is the exception: java.lang.NullPointerException at org.eclipse.swt.graphics.Device.<init>(Device.java:121) at org.eclipse.swt.widgets.Display.<init>(Display.java:319) at org.eclipse.swt.widgets.Display.<init>(Display.java:316) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1308) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539)
resolved fixed
f8eebc4
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-20T21:34:04Z"
"2003-03-25T19:20:00Z"
37,881
Bug 37881 StyledText - NPE when using RIGHT_TO_LEFT style with StyledText on Linux
build 20030520 Using the RIGHT_TO_LEFT style in StyledText on platforms other than Windows results in a NullPointerException in StyledTextBidi. The problem is that we are testing for the RIGHT_TO_LEFT style to determine whether we should operate in right oriented mode. We should be testing for the MIRRORED style. Testing for MIRRORED will be sufficient as long as it is only set on Windows (the only platform we support bidi on).
resolved fixed
669774d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-20T18:38:04Z"
"2003-05-20T19:46:40Z"
37,591
Bug 37591 ImageLoader.save for GIF saves in compress GIF format
null
resolved fixed
41f3fb6
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-16T18:22:45Z"
"2003-05-14T13:46:40Z"
35,804
Bug 35804 Cheese in Text
I200303272130 1) Create a task in the Task View 2) Edit the descripton in the table. 3) Cursor back and forth in the text. Notice that there are black lines between the characters where the cursor has been. Also notice that the text is scrolled off to the left when you first try to edit the description. This makes the cursor problem worse since you have no choice but to cursor backwards to see the existing description.
resolved fixed
af8a2f6
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-16T18:18:30Z"
"2003-03-28T14:00:00Z"
37,497
Bug 37497 Creating of new Image is failed in some cases.
This is caused by little mistake in the copying of block of code in the new method init(): ................. if (blackIndex == -1) { /* There was no black in the palette, so just copy the data over */ //! System.arraycopy(source.data, 0, image.data, 0, //! System.arraycopy(source.data, 0, imageData.data, 0, imageData.data.length); .................
resolved fixed
75da12d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T23:25:11Z"
"2003-05-12T14:33:20Z"
28,529
Bug 28529 ProgressBar direction wrong + cheese
I20021216 In progress bar tab of the control example: select SWT.HORIZONTAL. select 100x100 Progress bar draws vertically and leaves cheese.
resolved fixed
fd4cb46
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T22:19:27Z"
"2002-12-17T15:46:40Z"
34,185
Bug 34185 Native Tree: Clicking into selection doesn't reselect
I2003-03-07 In a tree view, I have selected all items. If I single click on any of the items, the selection doesn't change to include only the item I clicked on. Instead the selection stays unchanged.
resolved fixed
3aee767
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T22:09:31Z"
"2003-03-08T10:40:00Z"
33,496
Bug 33496 Multi-line text issues too many mouse track events on Photon (BBAWT)
When I add a MouseTrackListener to a multi-line Text widget on Photon, both mouseEntered *and* mouseExit are fired when I pass the mouse over the text widget, and both events are again fired when I move the mouse out of the widget. I would expect only mouseEntered when I pass over and only mouseExited when I mouse out. SWT v2130 QNX 6.1 Testcase: ========= import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.events.MouseMoveListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSWTTextAreaMouseTrack { public static void main(String[] args) { Display disp = Display.getDefault(); Shell shell = new Shell(disp); shell.setText("Test SWT MouseTrackListener"); shell.setLayout(new FillLayout()); final Button button = new Button(shell, 0); button.setText("Push"); button.addMouseTrackListener(new MouseTrackAdapter() { public void mouseEnter(MouseEvent e) { System.out.println("button mouseEnter"); } public void mouseExit(MouseEvent e) { System.out.println("button mouseExit"); } }); final Text text = new Text(shell, SWT.MULTI); text.setText("default text"); text.addMouseTrackListener(new MouseTrackAdapter() { public void mouseEnter(MouseEvent e) { System.out.println("text mouseEnter"); } public void mouseExit(MouseEvent e) { System.out.println("text mouseExit"); } }); shell.setSize(200, 200); shell.open(); while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } }
resolved fixed
f5e8c2f
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T21:15:55Z"
"2003-02-27T21:06:40Z"
37,178
Bug 37178 drag and drop movement of a class addes package.* to imports [refactoring]
Since I run around using 'organize imports' to turn all those stars into specific imports, shouldn't this import the specific class instead of *? Perhaps some sort of configuration option for this would be appropriate.
resolved fixed
6814887
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T21:03:29Z"
"2003-05-02T15:40:00Z"
37,140
Bug 37140 GC.drawImage throws SWTError with boundary conditions (BBAWT)
Using Swt v3001 on Linux-GTK ver 2.2.2 OS: RedHat Linux 8.0 SWT throws an SWTError: No more handles when drawImage(Image, int, int, int, int, int, int, int, int) is called with destX and destY parameters as Integer.Min_VALUE and destWidth and destHeight as Integer.MAX_VALUE -------- Testcase -------- import org.eclipse.swt.graphics.GC; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class SWTImageTest { public static void main(String[] args) { Display display = new Display (); Shell shell = new Shell (display); org.eclipse.swt.graphics.Image image = new org.eclipse.swt.graphics.Image(display, "\\home\\bbsmody\\balloon.gif"); GC gc = new GC(display); gc.drawImage(image, 0, 0, 60, 60, Integer.MIN_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } image.dispose(); gc.dispose(); display.dispose (); } } ----------- Stack Trace ----------- org.eclipse.swt.SWTError: No more handles Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/swt/SWTError.<init>(ILjava/lang/String;)V org/eclipse/swt/SWTError.<init>(I)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/graphics/GC.drawImageMask(Lorg/eclipse/swt/graphics/Image;IIIIIIIIZII)V org/eclipse/swt/graphics/GC.drawImage(Lorg/eclipse/swt/graphics/Image;IIIIIIIIZ)V org/eclipse/swt/graphics/GC.drawImage(Lorg/eclipse/swt/graphics/Image;IIIIIIII)V SWTImageTest.main([Ljava/lang/String;)V Please excuse the not-so-well-written testcase.
resolved fixed
97d7bbf
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T20:13:48Z"
"2003-05-01T17:26:40Z"
36,934
Bug 36934 Invalid thread access error on creating a font in Motif (BBAWT)
Using RedHat 8.0, SWT v3001 on Linux-Motif When a new Font is created in a new thread (not the UI thread) in SWT on Motif, an SWTException is thrown with the message Invalid thread access. Here is an example: Testcase -------- import org.eclipse.swt.graphics.Font; import org.eclipse.swt.widgets.Display; public class TestSwtFont { private Display display; static public void main(String[] args) { new TestSwtFont().runMain(args); } private void runMain(String[] args) { display = new Display(); Runnable r = new Runnable() { public void run() { Font font2 = new Font(display, "Courier", 11, 0); } }; Thread t = new Thread(r); t.start(); } } And here's the stack trace: Stack Trace ----------- org.eclipse.swt.SWTException: Invalid thread access Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/swt/SWTException.<init>(ILjava/lang/String;)V org/eclipse/swt/SWTException.<init>(I)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/widgets/Display.error(I)V org/eclipse/swt/widgets/Display.checkDevice()V org/eclipse/swt/graphics/Device.getWarnings()Z org/eclipse/swt/graphics/Font.init(Lorg/eclipse/swt/graphics/Device;[Lorg/eclipse/swt/graphics/FontData;)V org/eclipse/swt/graphics/Font.<init>(Lorg/eclipse/swt/graphics/Device;Ljava/lang/String;II)V TestSwtFont$1.run()V java/lang/Thread.run()V Note that this problem does not exist on Windows or GTK.
resolved fixed
e754a12
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T19:17:09Z"
"2003-04-25T19:46:40Z"
37,198
Bug 37198 gtk2 im - imhangul (korean IM) work bad in Eclipse
when I input korean character with imhangul, it does some strange thing. but when i use ami(XIM for korean) it does well. I can't describe well, so I'll attach my screen-shot.
resolved fixed
179b6c1
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-15T15:49:54Z"
"2003-05-04T09:20:00Z"
37,519
Bug 37519 Bug in Decorations.setPlacement method
The setPlacement method in Decorations contains the following code: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left = x; lpwndpl.top = y; } if ((flags & OS.SWP_NOSIZE) == 0) { lpwndpl.right = x + width; lpwndpl.bottom = x + height; } I believe this should be changed to: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left = x; lpwndpl.top = y; } else { x = lpwndpl.left; y = lpwndpl.top; } if ((flags & OS.SWP_NOSIZE) == 0) { lpwndpl.right = x + width; lpwndpl.bottom = y + height; } The problem with the current code occurs when the 1st test is false (ie. NO_MOVE is true) and the 2nd test is true (ie NOSIZE is false). Consider what happens if setPlacement is called with the values (0, 0, 400, 400), where the current window placement is (50, 50, 500, 500). The current code sets the window placement to (50, 50, 400, 400), which violates the requested width and height.
resolved fixed
6627de6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-14T22:07:36Z"
"2003-05-12T20:06:40Z"
36,450
Bug 36450 [Key Bindings] Only KeyUp event for Alt+[Shift]+<char> on Windows
null
resolved fixed
f664172
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-13T22:29:06Z"
"2003-04-14T14:20:00Z"
37,498
Bug 37498 BIDI: rtl-oriented TableCursor set next column instead of previos and vice versa, when it uses right and left arrow keys.
When TableCursor has rtl orientation, left and right arrow keys should be swapped.
resolved fixed
4011980
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-13T19:08:52Z"
"2003-05-12T14:33:20Z"
37,479
Bug 37479 BIDI: Drop-down list of CCombo doesn't inherit it's orientation from CCombo.
Shell, which stores drop-down list of CCombo, is always created with NO_TRIM style only. Therefore it inherit it's orientation not from CCombo, but from it's parent shell.
resolved fixed
fd76c84
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-13T18:50:18Z"
"2003-05-11T13:33:20Z"
37,164
Bug 37164 Crash when opening a MessageBox on a Text focusLost event
Opening a MessageBox when a Text receives a focusLost event (e.g. when user press Tab) crashes on linux-gtk (works fine in linux-motif and windows). System: Red Hat 9, gtk2-2.2.1 Eclipse: 2.1 release, libswt-gtk-213 --- GTK error message ---- (<unknown>:3061): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If you connect a handler to this signal, it must return FALSE so the entry gets the event as well Gtk-ERROR **: file gtkentry.c: line 4302 (blink_cb): assertion failed: (GTK_WIDGET_HAS_FOCUS (entry)) aborting... --- code snippet --- import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class OpenMessageBox { public static void main(String[] args) { Display display = new Display (); Shell shell = new Shell(display); shell.setLayout(new RowLayout()); final Text text = new Text(shell, SWT.BORDER); text.addFocusListener(new FocusAdapter() { public void focusLost(FocusEvent event) { MessageBox warning = new MessageBox(text.getShell(), SWT.ICON_WARNING); warning.setMessage("You entered: " + text.getText()); warning.open(); } }); Button button = new Button(shell, SWT.PUSH); button.setText("OK"); shell.pack(); shell.open(); while (!shell.isDisposed ()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }
resolved fixed
ac33f25
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-13T18:15:15Z"
"2003-05-02T10:06:40Z"
37,293
Bug 37293 BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT_TO_LEFT
build 20030429 (+ todays latest from HEAD) Run the attached test case. Observe the one pixel wide background leaking through to the right of the double buffer image.
resolved fixed
e56784c
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-08T21:01:16Z"
"2003-05-06T19:40:00Z"
37,299
Bug 37299 BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText
build 20030429 + latest from HEAD -run the SwtStyledTextUseCase in org.eclipse.swt.internal (ottcvs1) -place the caret somewhere on a line -resize the shell horizontally ->there is caret cheese as shown in the attachment
resolved fixed
71be946
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-08T16:18:24Z"
"2003-05-06T22:26:40Z"
29,332
Bug 29332 new GC(this) produces a GC that does nothing
Creating a graphic context by calling new GC(this) in a custom Composite widget does not work on Mac OS: Drawing on the newly create GC shows no effect. (At least drawing lines does not work, I have not tried much more). My code works fine on Win32 and Linux. The bug appeared in 2.1 M4
resolved fixed
2e45d54
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-06T18:02:53Z"
"2003-01-11T10:13:20Z"
37,212
Bug 37212 Order sependencies in setting up menus
In the following code example, reordering the statements "A", "B", "C" produces differing results (you'll need to replace the 'icon' with a reference to an available icon on your system) ABC - menu is shown with text and icon, and is enabled CAB - text is not shown BCA - text is shown, but menu is disabled package swtbuilder.mainwindow; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Menu; import org.eclipse.swt.widgets.MenuItem; import org.eclipse.swt.widgets.Shell; public class MenuManagerTest { public static Menu getMenuBar(Shell shell) { Menu menuBar = new Menu(shell, SWT.BAR); String icon = "c:/win32_CopyDrop32x32.gif"; Image image = new Image(Display.getDefault(), icon); // Create the File Menu // MenuItem fileMenuItem = new MenuItem(menuBar, SWT.CASCADE); Menu fileMenu = new Menu(shell, SWT.DROP_DOWN); fileMenuItem.setText("File"); fileMenuItem.setMenu(fileMenu); // Create the New Menu // MenuItem fileNewMenuItem = new MenuItem(fileMenu, SWT.CASCADE); Menu fileNewMenu = new Menu(shell, SWT.DROP_DOWN); /*A*/fileNewMenuItem.setText("New"); /*B*/fileNewMenuItem.setMenu(fileNewMenu); /*C*/fileNewMenuItem.setImage(image); // Create the menu items // MenuItem item = new MenuItem(fileNewMenu, SWT.NONE); item.setImage(image); item.setText("New Thing"); return menuBar; } public static void main(String[] args) { final Display display = Display.getDefault(); Shell shell = new Shell( display, SWT.TITLE | SWT.ICON | SWT.CLOSE); Menu menuBar = new Menu(shell, SWT.BAR); shell.setMenuBar(getMenuBar(shell)); shell.open(); // start the event loop. We stop when the user has done // something to dispose our window. // while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
resolved fixed
68eede6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-05-05T18:49:59Z"
"2003-05-05T13:06:40Z"
37,030
Bug 37030 No focus listener control in SWT combo on Linux platform
I tried to add addFocusListener() on SWT Combo, but it doesn't work The following is a simple test code: import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.events.FocusListener; import org.eclipse.swt.events.FocusEvent; import org.eclipse.swt.SWT; public class TestComboFocus implements FocusListener { Public TestComboFocus(Composite parent) { Combo combo = new Combo(parent, SWT.DROP_DOWN); combo.addFocusListener(this); } public void focusGained(FocusEvent e) { System.out.println("Combo is in focus"); } public void focusLost(FocusEvent e) { System.out.println("Combo is lost focus"); } } These methods focusGained(), focusLost() never called when the cursor is in or out of Combo text box.
resolved fixed
9e56839
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-29T21:29:07Z"
"2003-04-28T22:46:40Z"
31,941
Bug 31941 gtk_progress_bar_set_fraction - crash when creating a class under latest Debian GTK 2.2 / Crux Theme
When I try to create a class in a new, empty project, Eclipse M5 under Linux/GTK crashes. I get the following assertion violation message from the theme engine I'm using (crux, Debian unstable, gtk2-engines-crux 2.2-3): ** (<unknown>:8306): CRITICAL **: file crux-draw.c: line 1017 (draw_box): assertion `width < 32768' failed ** (<unknown>:8306): CRITICAL **: file crux-pixmaps.c: line 419 (eazel_engine_image_render): assertion `width > 0' failed The Eclipse crash log, which appears after this message, is attached to this report. Thanks for looking into this, and thanks for an awesome product!
resolved fixed
a7bf375
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-28T21:40:09Z"
"2003-02-15T14:40:00Z"
34,982
Bug 34982 Custom BusyIndicator - no hourglass cursor
null
resolved fixed
b8fde77
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-28T20:39:26Z"
"2003-03-13T21:13:20Z"
36,386
Bug 36386 Eclipse crashes on exit
2.1 + SWT HEAD Date/Time: 2003-04-11 01:09:02 +0200 OS Version: 10.2.5 (Build 6L29) Host: lipari.local. Command: Eclipse PID: 637 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000037 Thread 0: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x0366a000 in 0x366a000 #3 0x90180f58 in CFRunLoopRunSpecific #4 0x92b10ca4 in startupJava(int, int, char const**, __CFDictionary const*, BuilderVersion, char const*, char const**) #5 0x00001c54 in 0x1c54 #6 0x00001ad4 in 0x1ad4 Thread 1 Crashed: #0 0x930276e0 in SetupParamBlockForCIcon #1 0x9300ece4 in PlotCIconHandle #2 0x96a3e354 in HIIconView::DrawSelf(short, OpaqueRgnHandle*, CGContext*) #3 0x969a9b2c in HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) #4 0x969a2c54 in DispatchEventToHandlers #5 0x969a2fbc in SendEventToEventTargetInternal #6 0x969a63d0 in SendEventToEventTargetWithOptions #7 0x969b362c in SendControlDefDraw(HIView*, short, OpaqueGrafPtr*, OpaqueRgnHandle*, CGContext*) #8 0x969af108 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #9 0x969af224 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #10 0x969af224 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #11 0x969af224 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #12 0x969af224 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #13 0x969af224 in HIView::DrawInternal(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char, HIView*, CGContext*) #14 0x969b09bc in HIView::Draw(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long, HIView*, CGContext*) #15 0x96a22950 in DeactivateControl #16 0x969dd100 in HandleWindowEvent #17 0x969ee2f8 in StandardWindowEventHandler #18 0x969a2c54 in DispatchEventToHandlers #19 0x969a2fbc in SendEventToEventTargetInternal #20 0x969a63d0 in SendEventToEventTargetWithOptions #21 0x969f25d8 in PostActivateEvent #22 0x969eb704 in HiliteAndActivateWindow #23 0x96a0a304 in AdjustToNewWindowActivation(WindowData*, WindowContext*, OpaqueWindowPtr*, WindowData*) #24 0x96a58518 in PotentiallyAdjustActivationOnOrderIn(WindowData*, WindowData*) #25 0x96a49ffc in ShowWindow #26 0x0496669c in Java_org_eclipse_swt_internal_carbon_OS_ShowWindow #27 0x013b0580 in 0x13b0580 #28 0x013a9fb0 in 0x13a9fb0 #29 0x013a9fb0 in 0x13a9fb0 #30 0x013a9fb0 in 0x13a9fb0 #31 0x013a9fb0 in 0x13a9fb0 #32 0x013a9ef0 in 0x13a9ef0 #33 0x013a9fb0 in 0x13a9fb0 #34 0x013a9fb0 in 0x13a9fb0 #35 0x013a9e30 in 0x13a9e30 #36 0x013a9e30 in 0x13a9e30 #37 0x01c3c270 in 0x1c3c270 #38 0x013a9fb0 in 0x13a9fb0 #39 0x013a9e30 in 0x13a9e30 #40 0x013a9e30 in 0x13a9e30 #41 0x013a9e30 in 0x13a9e30 #42 0x0167a35c in 0x167a35c #43 0x013a9fb0 in 0x13a9fb0 #44 0x013a9fb0 in 0x13a9fb0 #45 0x013a9fb0 in 0x13a9fb0 #46 0x013a716c in 0x13a716c #47 0x966a8208 in JVM_Read #48 0x966cde94 in JVM_FillInStackTrace #49 0x966b8c80 in JVM_GetCPMethodClassNameUTF #50 0x9676d788 in JVM_EnableCompiler #51 0x049a31e4 in callback #52 0x0497d81c in fn3_3 #53 0x969a2c54 in DispatchEventToHandlers #54 0x969a2fbc in SendEventToEventTargetInternal #55 0x969b5494 in SendEventToEventTarget #56 0x969c3030 in SendHICommandEvent #57 0x96a5b8dc in SendMenuItemSelectedEvent #58 0x96a5c980 in FinishMenuSelection(MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long) #59 0x96a39380 in MenuSelectCore(Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) #60 0x96a5cbf8 in MenuSelect #61 0x04961fe0 in Java_org_eclipse_swt_internal_carbon_OS_MenuSelect #62 0x013b0580 in 0x13b0580 #63 0x016deb0c in 0x16deb0c #64 0x013a716c in 0x13a716c #65 0x966a8208 in JVM_Read #66 0x966cde94 in JVM_FillInStackTrace #67 0x966b8c80 in JVM_GetCPMethodClassNameUTF #68 0x9676d788 in JVM_EnableCompiler #69 0x049a31e4 in callback #70 0x0497db3c in fn13_3 #71 0x969a2c54 in DispatchEventToHandlers #72 0x969a2fbc in SendEventToEventTargetInternal #73 0x969b5494 in SendEventToEventTarget #74 0x969b9948 in HandleMouseEvent(OpaqueEventRef*) #75 0x969b287c in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) #76 0x969a2d0c in DispatchEventToHandlers #77 0x969a2fbc in SendEventToEventTargetInternal #78 0x969b5494 in SendEventToEventTarget #79 0x04964354 in Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget #80 0x019e0060 in 0x19e0060 #81 0x016dc0d8 in 0x16dc0d8 #82 0x013a9e30 in 0x13a9e30 #83 0x013a9fb0 in 0x13a9fb0 #84 0x013aa220 in 0x13aa220 #85 0x013a9ec0 in 0x13a9ec0 #86 0x013a716c in 0x13a716c #87 0x966a8208 in JVM_Read #88 0x966cde94 in JVM_FillInStackTrace #89 0x967338bc in JVM_GetClassCPTypes #90 0x9673cce8 in JVM_Write #91 0x96744f00 in JVM_InvokeMethod #92 0x013b0580 in 0x13b0580 #93 0x013a9ec0 in 0x13a9ec0 #94 0x013a9ec0 in 0x13a9ec0 #95 0x013aa220 in 0x13aa220 #96 0x013a9ec0 in 0x13a9ec0 #97 0x013a9ec0 in 0x13a9ec0 #98 0x013a9ec0 in 0x13a9ec0 #99 0x013a716c in 0x13a716c #100 0x966a8208 in JVM_Read #101 0x966cde94 in JVM_FillInStackTrace #102 0x967338bc in JVM_GetClassCPTypes #103 0x9673cce8 in JVM_Write #104 0x96744f00 in JVM_InvokeMethod #105 0x013b0580 in 0x13b0580 #106 0x013a9ec0 in 0x13a9ec0 #107 0x013a9ec0 in 0x13a9ec0 #108 0x013aa220 in 0x13aa220 #109 0x013a9ec0 in 0x13a9ec0 #110 0x013a9fb0 in 0x13a9fb0 #111 0x013a9fb0 in 0x13a9fb0 #112 0x013a716c in 0x13a716c #113 0x966a8208 in JVM_Read #114 0x966cde94 in JVM_FillInStackTrace #115 0x966c1f94 in JVM_GetCPFieldClassNameUTF #116 0x968ae93c in jio_vsnprintf #117 0x92b2316c in JNIEnv_::CallStaticVoidMethod(_jclass*, _jmethodID*, ...) #118 0x92b16b10 in CallAppLauncherMain(JNIEnv_*, __CFDictionary const*, __CFArray const*) #119 0x92b18ab4 in startJavaApplication #120 0x92b10b70 in java_main_stub(void*) #121 0x90020d48 in _pthread_body Thread 2: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x9676b04c in JNI_CreateJavaVM_Impl #3 0x9676b1d0 in JNI_CreateJavaVM_Impl #4 0x967641fc in JVM_IsSupportedJNIVersion #5 0x90020d48 in _pthread_body Thread 3: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966d072c in JVM_FillInStackTrace #4 0x966e173c in JVM_RawMonitorEnter #5 0x9685d46c in JVM_UnloadLibrary #6 0x967641fc in JVM_IsSupportedJNIVersion #7 0x90020d48 in _pthread_body Thread 4: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x013b0580 in 0x13b0580 #7 0x013a9fb0 in 0x13a9fb0 #8 0x013a9fb0 in 0x13a9fb0 #9 0x013a716c in 0x13a716c #10 0x966a8208 in JVM_Read #11 0x96750af4 in JVM_StartThread #12 0x96755bd0 in JVM_GC #13 0x96755b64 in JVM_GC #14 0x96744174 in JVM_GetClassInterfaces #15 0x967641fc in JVM_IsSupportedJNIVersion #16 0x90020d48 in _pthread_body Thread 5: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x013b0580 in 0x13b0580 #7 0x01834c8c in 0x1834c8c #8 0x018339a8 in 0x18339a8 #9 0x013a9ec0 in 0x13a9ec0 #10 0x013a716c in 0x13a716c #11 0x966a8208 in JVM_Read #12 0x96750af4 in JVM_StartThread #13 0x96755bd0 in JVM_GC #14 0x96755b64 in JVM_GC #15 0x96744174 in JVM_GetClassInterfaces #16 0x967641fc in JVM_IsSupportedJNIVersion #17 0x90020d48 in _pthread_body Thread 6: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966a29c4 in JVM_CurrentTimeMillis #4 0x966a2a60 in JVM_CurrentTimeMillis #5 0x967641fc in JVM_IsSupportedJNIVersion #6 0x90020d48 in _pthread_body Thread 7: #0 0x90034848 in semaphore_wait_trap #1 0x96764bfc in JVM_IsSupportedJNIVersion #2 0x967649e4 in JVM_IsSupportedJNIVersion #3 0x96744174 in JVM_GetClassInterfaces #4 0x967641fc in JVM_IsSupportedJNIVersion #5 0x90020d48 in _pthread_body Thread 8: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d078c in JVM_FillInStackTrace #4 0x9670b5bc in JVM_IsConstructorIx #5 0x966ec7f0 in JVM_RawMonitorEnter #6 0x96744174 in JVM_GetClassInterfaces #7 0x967641fc in JVM_IsSupportedJNIVersion #8 0x90020d48 in _pthread_body Thread 9: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966a28d4 in JVM_CurrentTimeMillis #4 0x96729c10 in JVM_Sleep #5 0x013b0580 in 0x13b0580 #6 0x013a9fb0 in 0x13a9fb0 #7 0x013aa310 in 0x13aa310 #8 0x013a716c in 0x13a716c #9 0x966a8208 in JVM_Read #10 0x96750af4 in JVM_StartThread #11 0x96755bd0 in JVM_GC #12 0x96755b64 in JVM_GC #13 0x96744174 in JVM_GetClassInterfaces #14 0x967641fc in JVM_IsSupportedJNIVersion #15 0x90020d48 in _pthread_body Thread 10: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x013b0580 in 0x13b0580 #7 0x01b919c8 in 0x1b919c8 #8 0x013a9ec0 in 0x13a9ec0 #9 0x013aa310 in 0x13aa310 #10 0x013a716c in 0x13a716c #11 0x966a8208 in JVM_Read #12 0x96750af4 in JVM_StartThread #13 0x96755bd0 in JVM_GC #14 0x96755b64 in JVM_GC #15 0x96744174 in JVM_GetClassInterfaces #16 0x967641fc in JVM_IsSupportedJNIVersion #17 0x90020d48 in _pthread_body Thread 11: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x013b0580 in 0x13b0580 #7 0x013a9fb0 in 0x13a9fb0 #8 0x013aa310 in 0x13aa310 #9 0x013a716c in 0x13a716c #10 0x966a8208 in JVM_Read #11 0x96750af4 in JVM_StartThread #12 0x96755bd0 in JVM_GC #13 0x96755b64 in JVM_GC #14 0x96744174 in JVM_GetClassInterfaces #15 0x967641fc in JVM_IsSupportedJNIVersion #16 0x90020d48 in _pthread_body PPC Thread State: srr0: 0x930276e0 srr1: 0x0200f030 vrsave: 0x00000000 xer: 0x00000000 lr: 0x9300ece4 ctr: 0x90223244 mq: 0x00000000 r0: 0x9300ece4 r1: 0xf007c0d0 r2: 0x84022280 r3: 0xf007c180 r4: 0xffffff80 r5: 0xffffff80 r6: 0x035577b8 r7: 0x00000000 r8: 0x00000001 r9: 0xffffffff r10: 0x0013001d r11: 0x00000000 r12: 0x90223244 r13: 0x000ea290 r14: 0x04251850 r15: 0x04966674 r16: 0xf007d520 r17: 0x6b2ca178 r18: 0x00000000 r19: 0x00000000 r20: 0x00000002 r21: 0x00000000 r22: 0x71cfa243 r23: 0x07645420 r24: 0xf007c380 r25: 0x00000000 r26: 0x00000000 r27: 0x035577b8 r28: 0x24022280 r29: 0xf007c180 r30: 0xffffffff r31: 0x9300ec04
resolved fixed
71b4d72
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-25T18:31:07Z"
"2003-04-11T00:13:20Z"
29,787
Bug 29787 BIDI: problem with keyboard's left and right arrows, when them used to expand or to collapse rtl-oriented TableTree.
BIDI: when keybord is used to expande or collapse rtl-oriented TableTree, left and right arrows cause the events, that are visually opposite to direction, in which TableTree is expanded or collapsed.
resolved fixed
ef5fd73
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-22T18:44:57Z"
"2003-01-20T10:53:20Z"
29,786
Bug 29786 BIDI: keyborad's left and right arrows move focus between tabs of rtl-oriented CTabFolder in the opposite direction.
BIDI: when keyboard is used to move focus from current tab of horizontal rtl- oriented CTabFolder to another, left arrow causes moving to the right direction and right arrow - to the left direction.
resolved fixed
0c07823
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-22T18:33:12Z"
"2003-01-20T10:53:20Z"
36,679
Bug 36679 BIDI: PopupList can't be created with explicitly assigned orientation.
Currently it is impossible to create Shell and List widgets of PopupList with explicitly assigned orientation. As result, PopupList always has orientation of top Shell. It isn't desirable if, for example, table, which use PopupList for editing of it's cells, has orientation, that is differ from orientation of top Shell.
resolved fixed
46ea407
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PopupList.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-22T14:54:39Z"
"2003-04-20T14:46:40Z"
36,684
Bug 36684 BIDI: LTR-oriented MessageBox can't be created, if it's parent has RTL orientation.
Currently MesageBox is always created with MB_RTLREADING bit, if it's parent has rtl orientation. It isn't correct, because it is supposed, that MessageBox should be created with orientation, which correspond to explicitly assigned orientation style. Only if orientation style isn't assigned, MessageBox should inherit orientation from it's parent.
resolved fixed
c596fe8
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MessageBox.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-22T14:41:03Z"
"2003-04-21T07:26:40Z"
36,541
Bug 36541 Printing of java program causes failure
When I try to print a java program in the text editor, one page prints out and the platform crashes (closes) with the following error: JAVAW caused a general protection fault in module <unknown> at 0000:00000939. Registers: EAX=ffffffff CS=04bf EIP=00000939 EFLGS=00000202 EBX=00000000 SS=04a7 ESP=00000040 EBP=000088e4 ECX=000004a7 DS=042f ESI=00000613 FS=1a3f EDX=04bf0934 ES=0000 EDI=0099b150 GS=069f Bytes at CS:EIP: 26 8b 2f 33 e8 81 e5 c0 00 00 00 33 e8 26 89 2f Stack dump: 00000000 88e4641f 00000000 00000000 00000000 00000000 00000000 00000000 03020100 07060504 0b0a0908 0f0e0d0c 03010200 07050604 0b090a08 0f0d0e0c This problem started only after I updated the platform to version 2.1. I've tried serveral different printing options (e.g., selection, pages) and re- installed my print drivers, but no correction of the problem. Thanks for the input.
verified fixed
e6026eb
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-17T19:45:12Z"
"2003-04-15T20:53:20Z"
33,492
Bug 33492 Addition of tasks to task window is too slow
When attacking a new code base, I am likely to get up to a thousand warnings in the task window. Eclipse adds these warnings individually, which takes a long time. If I do a full rebuild of all projects, it will first remove, then re-add all of the warnings. (This process can take several seconds for a large number of warnings on a TiBook 667.) Either the table component in the MacOS X M5 release needs to be sped up dramatically, or Eclipse needs to disconnect the view from the model while tasks are added. (That second option is based on my experience with Swing components, and so may not apply to SWT.)
resolved fixed
b0ade0f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-16T15:33:04Z"
"2003-02-27T21:06:40Z"
35,915
Bug 35915 Need a locale String from FontData
2.1 We need a way to get the Locale information so that it can be displayed. On Motif the FontDialog is laid out in such a way that the encoding looks like the name and as a result it looks to the user like we have not displayed anything. We need to be able to display this value in the FontPreferencePage. Something like getLocaleValue() would be fine.
resolved fixed
b4a3cd3
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk1x/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/FontData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-16T14:08:30Z"
"2003-04-01T15:13:20Z"
33,316
Bug 33316 FontDialog needs FontData[] API
FontDialog's open() and setFontData() methods are the only way to receive/provide FontData for specifying a font. But on motif, Fonts are often made up of multiple FontDatas. Now that there's a Font constructor that takes FontData[], the dialog should really be extended to also receive/provide FontData[] when needed. This is particularly important in locales like chinese and japanese.
resolved fixed
58c80ff
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk1x/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FontDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-15T20:53:37Z"
"2003-02-26T20:06:40Z"
35,842
Bug 35842 Outline view crashes on WinXP & Win2K
I can reproduce this crash consistently. 1. Open specific Java source file with 75 methods 2. Press Ctrl-O 3. Type first character 'c' of one of the methods 4. CRASH An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x773607AB Function=ImageList_SetOverlayImage+0x68C0 Library=C:\WINDOWS\system32\COMCTL32.dll Current Java thread: at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1236) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:156) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2839) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:1785) at org.eclipse.swt.widgets.Control.setCursor(Control.java:1865) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:63) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:289) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:840) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:848) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:848) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:848) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpandToLevel(AbstractTreeViewer.java:848) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:442) at org.eclipse.jface.viewers.AbstractTreeViewer.expandToLevel(AbstractTreeViewer.java:428) at org.eclipse.jface.viewers.AbstractTreeViewer.expandAll(AbstractTreeViewer.java:419) at org.eclipse.jdt.internal.ui.text.JavaOutlineInformationControl$5.modifyText(JavaOutlineInformationControl.java:413) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:183) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:845) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:1755) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:2914) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2766) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1236) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:96) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2839) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) Dynamic libraries: 0x00400000 - 0x00406000 C:\apps\j2sdk1.4.1_01\bin\javaw.exe 0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll 0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll 0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll 0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll 0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x6D330000 - 0x6D45A000 C:\apps\j2sdk1.4.1_01\jre\bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x6D1D0000 - 0x6D1D7000 C:\apps\j2sdk1.4.1_01\jre\bin\hpi.dll 0x6D300000 - 0x6D30D000 C:\apps\j2sdk1.4.1_01\jre\bin\verify.dll 0x6D210000 - 0x6D229000 C:\apps\j2sdk1.4.1_01\jre\bin\java.dll 0x6D320000 - 0x6D32D000 C:\apps\j2sdk1.4.1_01\jre\bin\zip.dll 0x132A0000 - 0x132A8000 C:\Apps\eclipse\plugins\org.eclipse.core.resources.win32_2.1.0\os\win32\x86\core_2_1_0a.dll 0x133C0000 - 0x13407000 C:\Apps\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86\swt-win32-2133.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x70A70000 - 0x70AD4000 C:\WINDOWS\system32\SHLWAPI.dll 0x773D0000 - 0x77BC7000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll 0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll 0x135C0000 - 0x135C8000 C:\Apps\eclipse\plugins\com.example.autorefresh.win32_2.0.0\win32refresh.dll 0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll 0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL Local Time = Fri Mar 28 20:50:25 2003 Elapsed Time = 1979 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode) #
resolved fixed
1c62052
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-15T17:58:00Z"
"2003-03-29T06:40:00Z"
35,012
Bug 35012 Setting the toolbar's background on RC2 doesn't work.
In the attached zip I've added a changed version of the PDE's "Plugin with a view" project. I've changed the ToolBarTest.views.SampleView.createPartControl (Composite) method in order to "wrap" the table view in a ViewForm with a toolbar. I've also set the toolbar background to white (actually as you will see I've set it to white twice). If you run the plugin in RC2 the background color of the toolbar button is gray. Running it on 2.02 and 2.03 the background of the toolbar button is white.
resolved fixed
55a4e12
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-14T20:39:18Z"
"2003-03-14T13:53:20Z"
29,788
Bug 29788 BIDI: rtl-oriented Tracker has wrong behavior.
BIDI: behavior of rtl-oriented Tracker (moving, resizing, cursor position) is wrong.
resolved fixed
6ddae93
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-14T18:35:21Z"
"2003-01-20T10:53:20Z"
35,837
Bug 35837 [DirectoryDialog] There is no disk in the drive. Please insert a disk into drive \Device\Harddisk0\DR0
Any operation which brings up a file dialog box rooted at "My Computer" tosses up a dialog box with the above error message whenever a harddrive is expanded. Click cancel or try again on dialog (has cancel, try again, and continue) twice, and then it opens up the disk, and proceeds normally. If you un-expand a drive, it does the same thing. Then again when you re-expand a drive. Examples: Import -> File System -> click Browse Feature.xml -> Export -> click Browse I have seen this all the way back through M4. May have existed sooner. Currently using RC3. Platform: Windows 2K SP3
resolved fixed
a0c9251
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-14T15:49:43Z"
"2003-03-28T19:33:20Z"
28,800
Bug 28800 Switching to a not yet activated perspective doesn't set focus an on any view
I2002-12-18 Using Cmd-F8 to switch to a view that has not yet been activated during the session doesn't set the input focus on any view. This results in keyboard commands not being processed (e.g. Cmd-F8 again). This can be reproduced by - Opening two perspectives - Restarting Eclipse - Pressing Cmd-F8 to switch to next perspective - After the perspective is displayed pressing Cmd-F8 has no result
resolved fixed
43cccb7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-11T19:44:28Z"
"2002-12-22T09:40:00Z"
34,996
Bug 34996 Tab Event weirdly handled in motif
null
resolved fixed
35b3e5a
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-10T22:12:50Z"
"2003-03-14T05:33:20Z"
36,270
Bug 36270 BIDI: Some custom widgets can't be created with explicitly assigned orientation.
Each of custom widgets from following list: CCombo,CLabel,CTabFolder,SashForm, ScrolledComposite and ViewForm - filter styles, which are assigned to it, using it's own method checkStyle(). Only some current widget's specific styles remain after this filtering. One more widget, TableTree, doesn't work with assigned styles (only send them to Table, which is internaly used). In all cases "orientation" styles are removed before creating handle of widget, therefore these widgets can't be created with explicitly assigned orientation and only can inherit orientation from their parents.
resolved fixed
36baafc
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTree.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ViewForm.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-10T20:13:07Z"
"2003-04-09T09:20:00Z"
34,270
Bug 34270 [RC2] Single-click in popups dismisses them (was: Quick Fix trouble)
Today I started using RC2, and since then there were a number of occasions in which quick fix didn't work. I could click on the bulb in the margin, the quick fix suggestions came up, but when I selected one nothing happened. I could do that repeatably. In one occasion, after saving the source file and retrying, it did work as it should. I didn't find a regularity in this yet.
resolved fixed
1907711
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-10T16:44:02Z"
"2003-03-10T09:53:20Z"
19,228
Bug 19228 Try to control motif focus reassignments
The following seem to make motif sometimes reassign focus: - XtUnmanageChild - XtManageChild - XtDestroyWidget - XmNtraverseOn - "sensitive" Also, the line that's commented out of ToolItem that gets it focus (?) can probably be reintroduced.
resolved fixed
3f82915
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-09T16:49:46Z"
"2002-06-04T22:33:20Z"
33,068
Bug 33068 [JUNIT]Label.setAlignment not implemented
I20030221 Failed in Test_org_eclipse_swt_widgets_Label.test_setAlignmentI junit.framework.AssertionFailedError: expected:<16384> but was:<131072> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:201) at junit.framework.Assert.assertEquals(Assert.java:207) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Label.test_setAlignmentI(Test_ org_eclipse_swt_widgets_Label.java:138) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Label.runTest(Test_org_eclips e_swt_widgets_Label.java:201) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.jav a:377) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:261) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:15 2) at java.lang.reflect.Method.invoke(Native Method) at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82) at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44) at com.apple.buckyball.app.CarbonLibApp.launch(CarbonLibApp.java:67)
resolved fixed
7d74281
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T23:09:48Z"
"2003-02-25T19:06:40Z"
36,000
Bug 36000 [StyledText] ContentWidthCache initialization
null
resolved fixed
8380cc1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T22:16:54Z"
"2003-04-02T21:46:40Z"
36,192
Bug 36192 Native crash when closing tree nodes
2.1 I frequently crash when closing tree nodes in the top left pane of the Sync view. I cannot reproduce it, but the typical scenario is: - Synchronize with HEAD on SWT project - reviewing all incoming changes by opening the nodes in the resource pane either manually or with a Expand All - after reviewing the changes I close some of expanded TreeNodes There is no entry in .log, however the console shows this: Date/Time: 2003-04-08 10:56:12 +0200 OS Version: 10.2.4 (Build 6I32) Host: lipari.zrh.oti.com Command: java PID: 1916 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x03475000 in 0x3475000 #3 0x90180fe4 in CFRunLoopRunSpecific #4 0x000048d4 in 0x48d4 #5 0x0000237c in 0x237c #6 0x000021fc in 0x21fc Thread 1 Crashed: #0 0x96a25b24 in TContainer::ListItemRef::ItemSelected() const #1 0x96a0d66c in TListData::RowIsSelected(unsigned long) const #2 0x96bf68fc in ITableData::NextSelection(Cell32&, bool, bool) const #3 0x96a2a7f4 in TTableView::GetData(unsigned long, unsigned long, long, char*, long*) const #4 0x96a3d480 in TListView::GetData(unsigned long, unsigned long, long, char*, long* ) const #5 0x96a18744 in TBrowser::GetData(unsigned long, unsigned long, long, char*, long* ) const #6 0x969d3cb0 in HLTB_CDEF::EntryPoint(short, OpaqueControlRef*, short, long) #7 0x969fd138 in DataBrowserCDEF(short, OpaqueControlRef*, short, long) #8 0x969af3e8 in DispatchMessage(HIView*, short, long, unsigned char, unsigned char) #9 0x969ddc9c in GetData(HIView*, OpaqueEventRef*) #10 0x969b6760 in ClassicCDEFAdapter::EventHandler(OpaqueEventHandlerCallRef* , OpaqueEventRef*, void*) #11 0x969a2244 in DispatchEventToHandlers #12 0x969a25ac in SendEventToEventTargetInternal #13 0x969a59c0 in SendEventToEventTargetWithOptions #14 0x969bbde4 in SendControlDefGetData(HIView*, unsigned long, short, void*, long, long*) #15 0x969ead6c in GetControlData #16 0x96af0010 in GetDataBrowserSelectionAnchor #17 0x04987fcc in Java_org_eclipse_swt_internal_carbon_OS_GetDataBrowserSelectionAnchor #18 0x0134a580 in 0x134a580 #19 0x01781b18 in 0x1781b18 #20 0x01343ef0 in 0x1343ef0 #21 0x0134116c in 0x134116c #22 0x966a8208 in JVM_Read #23 0x966cde94 in JVM_FillInStackTrace #24 0x966b8c80 in JVM_GetCPMethodClassNameUTF #25 0x9676d788 in JVM_EnableCompiler #26 0x049ce274 in callback #27 0x049a89ec in fn7_3 #28 0x96c929a4 in CacheSelectionNotifications::ItemNotificationBottleneck(OpaqueControlRef*, unsigned long, unsigned long, void*) #29 0x96a0fa20 in TBrowser::NotifyItemEvent(unsigned long, unsigned long, TItemData*) const #30 0x96a44f9c in TContainer::ListItemRef::ItemSelected(BinaryState, IClientProxy const&, bool) #31 0x96a20534 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #32 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #33 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #34 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #35 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #36 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #37 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #38 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #39 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #40 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #41 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #42 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #43 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #44 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #45 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #46 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #47 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #48 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #49 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #50 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #51 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #52 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #53 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #54 0x96a32a58 in TContainer::ListItemRef::PreflightRemoval(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #55 0x96a20548 in TContainer::RemoveItems(IClientProxy const&, TContainerTree*, TContainer::ItemRefArray*) #56 0x96ab3c04 in TContainerTree::CloseContainerTree(unsigned long, IClientProxy const&, TContainer::ItemRefArray*) #57 0x96baa394 in TContainerTree::CloseChildContainer(TContainer::ListItemRef&, IClientProxy const&, TContainer::ItemRefArray*) #58 0x96bf0530 in TListData::CloseContainer(TContainer::ListItemRef&, bool) #59 0x96bf010c in TListData::DiscloseRow(unsigned long, BinaryState, bool) #60 0x96aba77c in TListView::TrackCell(TTableCell const&, Point, long, unsigned short) #61 0x96a78438 in TTableView::TrackItem(Point, long, unsigned short) #62 0x96aa40a0 in TBrowserView::TrackMouse(short&, Point, long, unsigned short) #63 0x96aba490 in TListView::TrackMouse(short&, Point, long, unsigned short) #64 0x96a77c8c in TBrowserView::Track(Point, long, unsigned short) #65 0x96aa1224 in TBrowser::Track(Point, long, unsigned short) #66 0x969d3d8c in HLTB_CDEF::EntryPoint(short, OpaqueControlRef*, short, long) #67 0x969fd138 in DataBrowserCDEF(short, OpaqueControlRef*, short, long) #68 0x969af3e8 in DispatchMessage(HIView*, short, long, unsigned char, unsigned char) #69 0x96a72880 in Track(HIView*, OpaqueEventRef*) #70 0x969b66e0 in ClassicCDEFAdapter::EventHandler(OpaqueEventHandlerCallRef* , OpaqueEventRef*, void*) #71 0x969a2244 in DispatchEventToHandlers #72 0x969a25ac in SendEventToEventTargetInternal #73 0x969a59c0 in SendEventToEventTargetWithOptions #74 0x96a29144 in SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void (*)(OpaqueControlRef*, short), short*) #75 0x96bdc4b4 in HIView::ClickInternal(CGPoint const&, unsigned long, void (* )(OpaqueControlRef*, short), bool) #76 0x96a70fec in HandleControlClick #77 0x96a608f8 in DoControlClick #78 0x96aa0ffc in HandleControlEvent #79 0x969ed820 in StandardWindowEventHandler #80 0x969a2244 in DispatchEventToHandlers #81 0x969a25ac in SendEventToEventTargetInternal #82 0x969b4aac in SendEventToEventTarget #83 0x96a6079c in HIView::Click(OpaqueEventRef*) #84 0x96aa0fb4 in HIViewClick #85 0x96aa0f60 in HandleClickAsHIView #86 0x96a777fc in HandleClickInContent #87 0x969dc830 in HandleWindowEvent #88 0x969ed814 in StandardWindowEventHandler #89 0x969a2244 in DispatchEventToHandlers #90 0x969a25ac in SendEventToEventTargetInternal #91 0x969b4aac in SendEventToEventTarget #92 0x96a77680 in SendEventFromMouseDown #93 0x96a51198 in HandleWindowClick #94 0x96b008d0 in HandleMouseEvent #95 0x969ed808 in StandardWindowEventHandler #96 0x969a2244 in DispatchEventToHandlers #97 0x969a25ac in SendEventToEventTargetInternal #98 0x96a0d8cc in CallNextEventHandler #99 0x04982340 in Java_org_eclipse_swt_internal_carbon_OS_CallNextEventHandler #100 0x0134a580 in 0x134a580 #101 0x01343ef0 in 0x1343ef0 #102 0x0182b448 in 0x182b448 #103 0x01662584 in 0x1662584 #104 0x0134116c in 0x134116c #105 0x966a8208 in JVM_Read #106 0x966cde94 in JVM_FillInStackTrace #107 0x966b8c80 in JVM_GetCPMethodClassNameUTF #108 0x9676d788 in JVM_EnableCompiler #109 0x049ce274 in callback #110 0x049a8bcc in fn13_3 #111 0x969a2244 in DispatchEventToHandlers #112 0x969a25ac in SendEventToEventTargetInternal #113 0x969b4aac in SendEventToEventTarget #114 0x969bfe04 in HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) #115 0x969b8f40 in HandleMouseEvent(OpaqueEventRef*) #116 0x969b1e94 in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) #117 0x969a22fc in DispatchEventToHandlers #118 0x969a25ac in SendEventToEventTargetInternal #119 0x969b4aac in SendEventToEventTarget #120 0x0498f998 in Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget #121 0x016796e0 in 0x16796e0 #122 0x01661798 in 0x1661798 #123 0x01343e30 in 0x1343e30 #124 0x01343fb0 in 0x1343fb0 #125 0x01344220 in 0x1344220 #126 0x01343ec0 in 0x1343ec0 #127 0x0134116c in 0x134116c #128 0x966a8208 in JVM_Read #129 0x966cde94 in JVM_FillInStackTrace #130 0x967338bc in JVM_GetClassCPTypes #131 0x9673cce8 in JVM_Write #132 0x96744f00 in JVM_InvokeMethod #133 0x0134a580 in 0x134a580 #134 0x01343ec0 in 0x1343ec0 #135 0x01343ec0 in 0x1343ec0 #136 0x01344220 in 0x1344220 #137 0x01343ec0 in 0x1343ec0 #138 0x01343ec0 in 0x1343ec0 #139 0x01343ec0 in 0x1343ec0 #140 0x0134116c in 0x134116c #141 0x966a8208 in JVM_Read #142 0x966cde94 in JVM_FillInStackTrace #143 0x966c1f94 in JVM_GetCPFieldClassNameUTF #144 0x966c36f0 in JVM_GetMethodIxLocalsCount #145 0x00002c9c in 0x2c9c #146 0x000047b8 in 0x47b8 #147 0x90020d48 in _pthread_body Thread 2: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x9676b04c in JNI_CreateJavaVM_Impl #3 0x9676b1d0 in JNI_CreateJavaVM_Impl #4 0x967641fc in JVM_IsSupportedJNIVersion #5 0x90020d48 in _pthread_body Thread 3: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966d072c in JVM_FillInStackTrace #4 0x966e173c in JVM_RawMonitorEnter #5 0x9685d46c in JVM_UnloadLibrary #6 0x967641fc in JVM_IsSupportedJNIVersion #7 0x90020d48 in _pthread_body Thread 4: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x0134a580 in 0x134a580 #7 0x01343fb0 in 0x1343fb0 #8 0x01343fb0 in 0x1343fb0 #9 0x0134116c in 0x134116c #10 0x966a8208 in JVM_Read #11 0x96750af4 in JVM_StartThread #12 0x96755bd0 in JVM_GC #13 0x96755b64 in JVM_GC #14 0x96744174 in JVM_GetClassInterfaces #15 0x967641fc in JVM_IsSupportedJNIVersion #16 0x90020d48 in _pthread_body Thread 5: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x016b61a4 in 0x16b61a4 #7 0x017061cc in 0x17061cc #8 0x01705f28 in 0x1705f28 #9 0x01343ec0 in 0x1343ec0 #10 0x0134116c in 0x134116c #11 0x966a8208 in JVM_Read #12 0x96750af4 in JVM_StartThread #13 0x96755bd0 in JVM_GC #14 0x96755b64 in JVM_GC #15 0x96744174 in JVM_GetClassInterfaces #16 0x967641fc in JVM_IsSupportedJNIVersion #17 0x90020d48 in _pthread_body Thread 6: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966a29c4 in JVM_CurrentTimeMillis #4 0x966a2a60 in JVM_CurrentTimeMillis #5 0x967641fc in JVM_IsSupportedJNIVersion #6 0x90020d48 in _pthread_body Thread 7: #0 0x90034848 in semaphore_wait_trap #1 0x96764bfc in JVM_IsSupportedJNIVersion #2 0x967649e4 in JVM_IsSupportedJNIVersion #3 0x96744174 in JVM_GetClassInterfaces #4 0x967641fc in JVM_IsSupportedJNIVersion #5 0x90020d48 in _pthread_body Thread 8: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d078c in JVM_FillInStackTrace #4 0x9670b5bc in JVM_IsConstructorIx #5 0x966ec7f0 in JVM_RawMonitorEnter #6 0x96744174 in JVM_GetClassInterfaces #7 0x967641fc in JVM_IsSupportedJNIVersion #8 0x90020d48 in _pthread_body Thread 9: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966a28d4 in JVM_CurrentTimeMillis #4 0x96729c10 in JVM_Sleep #5 0x0134a580 in 0x134a580 #6 0x01343fb0 in 0x1343fb0 #7 0x01344310 in 0x1344310 #8 0x0134116c in 0x134116c #9 0x966a8208 in JVM_Read #10 0x96750af4 in JVM_StartThread #11 0x96755bd0 in JVM_GC #12 0x96755b64 in JVM_GC #13 0x96744174 in JVM_GetClassInterfaces #14 0x967641fc in JVM_IsSupportedJNIVersion #15 0x90020d48 in _pthread_body Thread 10: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697d34 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x0134a580 in 0x134a580 #7 0x01343fb0 in 0x1343fb0 #8 0x01343fb0 in 0x1343fb0 #9 0x01343ec0 in 0x1343ec0 #10 0x01344310 in 0x1344310 #11 0x0134116c in 0x134116c #12 0x966a8208 in JVM_Read #13 0x96750af4 in JVM_StartThread #14 0x96755bd0 in JVM_GC #15 0x96755b64 in JVM_GC #16 0x96744174 in JVM_GetClassInterfaces #17 0x967641fc in JVM_IsSupportedJNIVersion #18 0x90020d48 in _pthread_body Thread 11: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x96697dd0 in __cmpdi2 #3 0x966d9264 in JVM_GetCPFieldSignatureUTF #4 0x966fc7ac in JVM_GetMethodIxModifiers #5 0x966f9a48 in JVM_MonitorWait #6 0x0134a580 in 0x134a580 #7 0x01343fb0 in 0x1343fb0 #8 0x01344310 in 0x1344310 #9 0x0134116c in 0x134116c #10 0x966a8208 in JVM_Read #11 0x96750af4 in JVM_StartThread #12 0x96755bd0 in JVM_GC #13 0x96755b64 in JVM_GC #14 0x96744174 in JVM_GetClassInterfaces #15 0x967641fc in JVM_IsSupportedJNIVersion #16 0x90020d48 in _pthread_body PPC Thread State: srr0: 0x96a25b24 srr1: 0x0200f030 vrsave: 0x00000000 xer: 0x20000000 lr: 0x96a25b20 ctr: 0x96a546ec mq: 0x00000000 r0: 0x00020000 r1: 0xf007b4e0 r2: 0x00000000 r3: 0x00000000 r4: 0x00000000 r5: 0x00000000 r6: 0x00000001 r7: 0x00000000 r8: 0x00000000 r9: 0x080eedf8 r10: 0x00000000 r11: 0xf007b580 r12: 0x96a546ec r13: 0x00088f00 r14: 0x06176110 r15: 0x04987f14 r16: 0xf007be50 r17: 0x6b2c04c8 r18: 0x00000000 r19: 0x00000000 r20: 0x00000003 r21: 0x00000000 r22: 0x00000000 r23: 0x0755f3b0 r24: 0xf007bc50 r25: 0xf007ba60 r26: 0x00000000 r27: 0x00000001 r28: 0xf007b640 r29: 0x00000000 r30: 0x00000000 r31: 0x96a2a588
resolved fixed
f3c9326
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T19:11:29Z"
"2003-04-08T08:20:00Z"
35,607
Bug 35607 Sash missing cursor in Structure Compare of the Sync view
In the Structure Compare, the structure "pane" is separated from the text pane by a sash. On Windows, you get a SE cursor on that sash, but not on GTK.
resolved fixed
64cbe9d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T16:13:52Z"
"2003-03-24T21:06:40Z"
34,122
Bug 34122 Control Example
Eclipse 200303062359 RH 8.0 Combo Tab The SWT.BORDER button does not seem accessible. The SWT.READ_ONLY button is only valid when SWT.DROP_DOWN is selected, but it is not disabled when SWT.SIMPLE is selected Dialog Tab Dialog type = message box Button Styles SWT.CANCEL SWT.YES: Dialog opens with ok button. Button Styles SWT.CANCEL SWT.NO: Dialog opens with ok button. Table Tab Select SWT.CHECK: there is a lot of flash when an item is checked
resolved fixed
1c03c03
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T13:59:40Z"
"2003-03-07T18:00:00Z"
34,445
Bug 34445 Reverse sort for AddressBook example
When you click on the header for a column in the AddressBook example, it sorts the selected column. It would be nice if selecting it again reversed the sort as most client applications would.
resolved fixed
aedecef
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/addressbook/AddressBook.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-08T13:09:14Z"
"2003-03-10T21:00:00Z"
34,499
Bug 34499 Can't select styles in combo example
RC2 Linux-GTK 1. Launch the ControlExample and go to the Combo tab. 2. With SWT.SIMPLE selected, try to select SWT.READ_ONLY or SWT.BORDER. 3. The checkboxes appear enabled but clicking in them only causes them to flash. 4. Select SWT.DROP_DOWN and repeat step 2. 5. Now SWT.READ_ONLY can be selected, but SWT.BORDER still cannot. The checkboxes should appear disabled when they're not applicable. Also, if the SWT.BORDER style is never usable it probably shouldn't appear in the tab?
resolved fixed
0574277
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ComboTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-04T22:21:37Z"
"2003-03-10T21:00:00Z"
35,496
Bug 35496 Setting font for Table headers does not work
Assigning a new font to a Table sets the new font for the rows within the table, but leaves the Table headers as they are. It DOES work under Win32, though. I looked in the SWT source code (for Win32) for table s setFont() method, and found the following ... Maybe something similiar needs to be done for GTK, too ? public void setFont (Font font) { checkWidget (); super.setFont (font); setScrollWidth (); /* * Bug in Windows. Setting the font will cause the * table area to be redrawn but not the column headers. * Fix is to force a redraw on the column headers. */ ... doing the native stuff ... }
resolved fixed
dcf857f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-03T20:22:42Z"
"2003-03-21T18:06:40Z"
34,515
Bug 34515 GTK: Cascade MenuItem doesn't support image
RC2 Linux-GTK 1. Launch the ControlExample and go to the Coolbar tab. 2. Select the SWT.DROP_DOWN style. 3. In the middle coolbar, grab the sash and pull it all the way to the left such that the pulldown menu appears for the second item. 4. Click on the pulldown arrow. 5. The item in the pulldown has no icon. The buttons in the right toolbar (the ones with no chevron) retain their icons when they appear in the pulldown.
resolved fixed
a1d2449
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-03T19:36:25Z"
"2003-03-10T21:00:00Z"
34,385
Bug 34385 Setting direction on SWT.ARROW Button displays warnings
RC2, using gtk2.2.1 - run the Control Example, go to the Button tab - select the ARROW radio and will get the following warning spew: (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 (gtk_label_set_justify): assertion `GTK_IS_LABEL (label)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed
resolved fixed
27ddda3
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-03T19:01:03Z"
"2003-03-10T18:13:20Z"
35,156
Bug 35156 Ctrl+F1 works only on some fields in the help search
OS: Linux - GTK Build: RC2 with IBMJava2-131 JRE Steps to reproduce: 1. Launch eclipse with DBCS locale. 2. Select from the menu bar Search -> Help 3. When the window pops up, click on the first text field and press ctrl+F1. Expected Result: A help pop up screen should come up displaying information about the Help Search. Execution result: Nothing Happens Comments: 1. This occurs on all DBCS languages. 2. This event only happens in the first text field. When cycling through all the other fields using the tab key, the ctrl+F1 functions properly by displaying the correct text. 3. The attachment will show exactly which field is not responding to the ctrl+F1, for it is circled in red. The fields circled in green work properly.
resolved fixed
1d3ef3b
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-03T18:03:32Z"
"2003-03-17T19:40:00Z"
35,773
Bug 35773 Disposing a toolbar does not dispose the child controls properly
GEF and others place drop-down combo controls on the Toolbar via a custom ContributionItem. At some point in our code we ask the Combo if it is disposed, and it says no. Then we try to do something, and it throws widget is disposed exception. The Toolbar is getting disposed, but is not disposing its child, the Combo.
resolved fixed
dd59f5c
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-02T21:47:10Z"
"2003-03-27T18:33:20Z"
33,369
Bug 33369 [JUNIT] Button fails
I20030221 setLocation fails. setImage has a serious error and hangs the execution of the tests.
resolved fixed
dabb5d2
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-02T21:05:00Z"
"2003-02-26T22:53:20Z"
35,628
Bug 35628 Rapid button pressing
I've noticed that the buttons I create with SWT seem to have problems responding to rapid mouse clicks. Here's the basic scenario: I create a button on a Composite, without necessarily adding any SelectionListeners. Then I (compile, run, and) click it many times in fast succession. Visually, the button appears to depress on about every other click. However (by adding a listener), I can tell that selection events are being fired with every click. The overall effect is jolting -- the button appears to do its business too many times (since I intuitively expect it to function only as many times as it depresses). When I use a native windows app, I can quick as fast as I like, and I will see a depression with each click. If you compile the following, and click on the button quickly 10 times, the "click" counter will run up to 9, but you'll see 5 depresses (I think ... it's hard to count). import java.io.*; import java.util.*; import org.eclipse.swt.*; import org.eclipse.swt.events.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public class Test { static int count = 0; public static void main (String [] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Button button = new Button(shell, SWT.PUSH); button.setText("click me"); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { System.out.println("click: " + count++); button.update(); } }); shell.pack(); shell.open(); while (!shell.isDisposed ()) if (!display.readAndDispatch ()) display.sleep (); display.dispose (); } }
resolved fixed
d91f47f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-02T19:05:19Z"
"2003-03-25T05:26:40Z"
24,877
Bug 24877 Cannot get file extension from swt FileDialog
There's no way to get the file extension that the user selected from the FileDialog. It makes this dialog almost unusable since we can't determine the correct file extension to append to the file name. We need an api for the file dialog to return the "Save as type" field that the user selected in the FileDialog. Athough we are using this dialog in our own product, this problem can be illustrated when you export to a jar file. Select *.zip in the "Save as type" and enter a file name (eg. test). The export wizard should use the file "test.zip" when this happens. STEPS: 1) Select a java file 2) Select File->Export... 3) Select JAR file and press Next 4) Press Browse... to select a Save As file dialog 5) Enter test for the file name 6) Select *.zip for the "Save as type" field 7) Press Save Result: The JAR export wizard uses "test" for the JAR file field. Expected result: The JAR export wizard should use the "test.zip" for the JAR file field.
resolved fixed
8bc2069
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-01T21:51:15Z"
"2002-10-16T20:26:40Z"
33,086
Bug 33086 [JUNIT]TabFolder.setSelection to an invalid index does not leave selection unchanged
I20030221 Test_org_eclipse_swt_widgets_TabFolder.test_setSelectionI junit.framework.AssertionFailedError: expected:< [Lorg.eclipse.swt.widgets.TabItem;@2ea957> but was:< [Lorg.eclipse.swt.widgets.TabItem;@6f9335> at junit.framework.Assert.fail(Assert.java:47) at org.eclipse.swt.tests.junit.SwtTestCase.failNotEquals(SwtTestCase.java:99) at org.eclipse.swt.tests.junit.SwtTestCase.assertEquals(SwtTestCase.java:67) at org.eclipse.swt.tests.junit.SwtTestCase.assertEquals(SwtTestCase.java:71) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabFolder.test_setSelectionI(T est_org_eclipse_swt_widgets_TabFolder.java:311) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TabFolder.runTest(Test_org_e clipse_swt_widgets_TabFolder.java:419) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.jav a:377) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:261) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:15 2) at java.lang.reflect.Method.invoke(Native Method) at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82) at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44) at com.apple.buckyball.app.CarbonLibApp.launch(CarbonLibApp.java:67)
resolved fixed
c3f6a1d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-01T21:20:41Z"
"2003-02-25T19:06:40Z"
29,765
Bug 29765 BIDI: ToolTiptext do not have Right to left Reading order
Using Win2k with Arabic locale set as default locale, Using build eclipse-SDK- I20030115-win32.zip. Using SWT components, create a button with SWT.RIGHT_TO_LEFT extended style, put a tool tip text that contains mixed Arabic with English text, The tool tip text do not have a rigth to left reading order.
resolved fixed
0eda67c
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-01T20:48:01Z"
"2003-01-19T12:40:00Z"
34,457
Bug 34457 Changing SWT.BORDER increments ProgressBar
RC2 - run the ControlExample, go to the ProgressBar tab - repeatedly click on the SWT.BORDER checkbox, and note that the sample ProgressBar increments each time
resolved fixed
de2fef0
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Scale.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-01T19:14:51Z"
"2003-03-10T21:00:00Z"
28,589
Bug 28589 RedHat 8.0 - DefaultInformationControl hangs workbench
Using DefaultInformationControl to provide tooltips for table items. Works flawlessly in windows and almost flawlessly in GTK. Almost in that they work great in Views and in my editor. However, I have a Dialog that includes a Table. The tooltip for an item in that table appears, but then its like the tooltip has grabbed focus and will not let go. Once the tip is visible, there's no way to get rid of it and I have to kill the Eclipse process. See soon to be attached file for how I'm using DefaultInformationControl and AbstractHoverInformationControlManager to achieve this.
resolved fixed
ccc4cee
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-04-01T17:22:41Z"
"2002-12-18T02:53:20Z"
33,529
Bug 33529 Banded background shows through in text's focus rings
RC1 - open any plugin.xml file with PDE editor Observe: banded background shows through in the focus ring are of all text fields (editable and non editable)
resolved fixed
7062e8f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-31T21:59:09Z"
"2003-02-28T11:00:00Z"
35,602
Bug 35602 parent with background color results in "box" around widget
Eclipse 2.1 RC3a Set the parent's background to some color and there appears to be a box around the child widget: public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new GridLayout()); shell.setBackground(d.getSystemColor(SWT.COLOR_RED)); Button b = new Button(shell, SWT.PUSH); //b.setBackground(d.getSystemColor(SWT.COLOR_RED)); b.setText("Hello"); final Combo c = new Combo(shell, SWT.READ_ONLY); //c.setBackground(d.getSystemColor(SWT.COLOR_RED)); c.setItems(new String[] {"a", "b", "c"}); shell.open(); while (!shell.isDisposed()) { while (!d.readAndDispatch()) { d.sleep(); } } } Possible fix, look for a prent widget with a background color in Control.colorProc: case OS.kControlMsgSetUpBackground: { float [] background = null; Shell shell = getShell (); Control temp = this; while (temp != null && background == null) { background = temp.background; temp = temp.parent; } if (background != null) { OS.RGBBackColor (toRGBColor (background)); } else { OS.SetThemeBackground ((short) OS.kThemeBrushDialogBackgroundActive, (short) inDrawDepth, inDrawInColor != 0); } return OS.noErr; }
resolved fixed
914ccb6
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-31T21:54:32Z"
"2003-03-24T21:06:40Z"
35,588
Bug 35588 Cannot assume that FontStruct.per_char is != 0
null
resolved fixed
f370a24
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-31T20:40:58Z"
"2003-03-24T18:20:00Z"
35,091
Bug 35091 "Single Click" truncated
I2003-03-07 On the workbench preferences page, the "Single Click" radio button is truncated.
resolved fixed
b1b0fd9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-31T20:04:00Z"
"2003-03-15T09:20:00Z"
35,786
Bug 35786 Eclipse crashes on shut down
I200303261556 1) download eclipse into an empty directory 2) launch eclipse 3) shut down eclipse Eclipse crashes.
resolved fixed
309ec27
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-27T21:42:42Z"
"2003-03-27T21:20:00Z"
35,434
Bug 35434 [Motif] GC.getFontMetrics() causes VM to crash when font is really small.
In Motif, with a very small font (height ~= 2), GC.getFontMetrics() causes the VM to crash (stack trace below). I debugged this method and found that OS.memmove() is being called with src = 0 because the XFontStruct.per_char = 0. GTK and Windows don't seem to be affected. An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4207BDE5 Function=memmove+0x35 Library=/usr/java/j2sdk1.4.1_02/bin/java Current Java thread: at org.eclipse.swt.internal.motif.OS.memmove(Native Method) at org.eclipse.swt.graphics.GC.getFontMetrics(GC.java:1939) at org.eclipse.draw2d.SWTGraphics.getFontMetrics(SWTGraphics.java:278) at org.eclipse.draw2d.ScaledGraphics.zoomTextPoint(ScaledGraphics.java:426) at org.eclipse.draw2d.ScaledGraphics.drawText(ScaledGraphics.java:239) at org.eclipse.draw2d.Graphics.drawText(Graphics.java:107) at org.eclipse.draw2d.Label.paintFigure(Label.java:445) at org.eclipse.draw2d.Figure.paint(Figure.java:921) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:993) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:989) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:989) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.parts.Thumbnail$ThumbnailUpdater.run(Thumbnail.java:157) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98) - locked <0x44405e28> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1940) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1731) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
resolved fixed
dab04b5
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-24T17:01:09Z"
"2003-03-21T01:26:40Z"
26,078
Bug 26078 TabFolder.getClientArea() not correct.
The getClientArea() for TabFolders in Photon are not using the PtPanelGroup's canvas area to calculate the client area. The assumption used in the current code breaks on 6.2.1.
resolved fixed
c1d7b21
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/utsname.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/TabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-19T17:09:30Z"
"2002-11-13T06:46:40Z"
34,428
Bug 34428 [Motif] Tree and Table views not getting proper selection
To reproduce: (example) 1. Open a view containing a tree or table. 2. Select an item by left clicking it once. 3. Right click (and hold) a different item to bring up a context menu. The context menu will contain items appropriate to the first item selected. Noticed this behavior in CVS Repositories view, Navigator view, Package Explorer, Task List.
resolved fixed
a90aea7
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-18T21:35:25Z"
"2003-03-10T21:00:00Z"
34,569
Bug 34569 BIDI: Styled text change the characters with Large fonts
Tested using win 2k Arabic locale, build RC1 - Using the Text editor example. - Write an Arabic text, select it and select Simplified Arabic font with Size 48 - Close the font dialog. - Select the text and click on the Bold button. - The characters changes to rubbish and they overlap on each other. NB: If we select the Bold style from the fontDialog box, we got the correct behavior.
resolved fixed
904b847
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-18T18:12:32Z"
"2003-03-11T08:06:40Z"
34,739
Bug 34739 Keys preference page table column not sized correctly
build RC2 -open the Workbench/Keys preference page ->note how the first three columns are sized very small. Column 0 has the same size as on Windows and appears to be empty anyway. However, the contents of column 1 and 2 is not readable. I also cannot resize the columns. On Windows the columns are sized properly and I can resize them.
resolved fixed
f2433e4
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-18T15:54:03Z"
"2003-03-11T22:00:00Z"
33,713
Bug 33713 JRE popup menu in Run configuration dialog not reliable
RC1 - open "Run" dialog - select any Java Application - switch to JRE tab - in JRE popup select a different JRE Observe: "Apply" button doesn't get enabled; if "Run" is pressed, application doesn't launch with selected JRE. Workaround: select JRE in the popup menu again; in most cases this enabled the "Apply" button
resolved fixed
b57b692
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-17T21:52:42Z"
"2003-03-03T22:20:00Z"
35,038
Bug 35038 Refactoring dialog (Extract Local Variable) to big
I2003-03-07 The height of the "Extract Local Variable" is much too big. There is much space at the bottom and the dialog nearly takes the whole height.
resolved fixed
4b430f4
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-17T21:05:47Z"
"2003-03-14T19:26:40Z"
35,022
Bug 35022 Motif does not send dragFinished event on aborted drags
null
resolved fixed
248c829
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-15T16:54:52Z"
"2003-03-14T16:40:00Z"
34,879
Bug 34879 Calling ScrollBar.setVisible() when a text widget has focus causes a focus lost event on the text widget
This happens even if the scrollbar visibility doesn't change. Here's a simple test case: import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class FocusTest { public static void main(String[] args) { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Canvas canvas = new Canvas(shell, SWT.H_SCROLL | SWT.V_SCROLL); canvas.getVerticalBar().setVisible(false); canvas.getHorizontalBar().setVisible(false); Text text = new Text(canvas, SWT.SINGLE); text.setSize(100, 20); text.addVerifyListener(new VerifyListener() { public void verifyText(VerifyEvent e) { canvas.getVerticalBar().setVisible(false); } }); text.addFocusListener(new FocusAdapter() { public void focusLost(FocusEvent e) { System.out.println("Focus Lost"); } }); shell.setSize(600, 500); shell.open(); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); } }
resolved fixed
be74b16
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-14T21:45:22Z"
"2003-03-12T23:00:00Z"
34,649
Bug 34649 TabFolder title does not handle mnemonics properly
RC2, running on SuSE with gtk2.0.6 - open Eclipse's Preferences dialog, go to page Java - Compiler - the third tab on the page should say "Compliance & Classfiles", but instead appears as "Compliance _ Classfiles" - verified this works fine on win32, motif and photon
verified fixed
6bb9ea2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-14T19:47:52Z"
"2003-03-11T16:26:40Z"
34,418
Bug 34418 Crash when running DNDExample
build RC2, Solaris Motif. -Run the DNDExample. -Check the drag detect and the drop target on the widgets -Drag and Drop a few times (two or three). -Segmentation fault Reproducible
resolved fixed
f5bb95a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/TextTransfer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-14T18:33:51Z"
"2003-03-10T18:13:20Z"
29,486
Bug 29486 Keys need stronger filtering.
Right now keys like CapsLock, ScrollLock, etc will cause garbage characters to be entered into StyledText widget buffers. Need to filter out the Photon control keys that have no mapping in the SWT world.
resolved fixed
c6d41b7
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-14T16:55:42Z"
"2003-01-14T21:33:20Z"
33,017
Bug 33017 VM crash when pressing enter in table cell editor
RC 1 - JUnit setup - select Assert.assertEquals(String message, double expected, double actual, double delta) - activate cell editor for for row 0, column 0 - press enter. java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode) GTK 2.2.1 No log files generated
resolved fixed
ee53d8b
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-13T19:55:05Z"
"2003-02-25T16:20:00Z"
33,099
Bug 33099 Context menu 'Display' doesn't work
2.1 RC1 In the DisplayView, the Display action on the context menu does nothing. The Display action on the Run menu works when directly selected, and activated via Ctrl-D.
resolved fixed
34fe8f7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-13T19:35:10Z"
"2003-02-25T19:06:40Z"
25,671
Bug 25671 Javadoc for class swt/widgets/Dialog missing <pre>
null
resolved fixed
f723e75
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Dialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-13T13:58:43Z"
"2002-11-02T23:33:20Z"
34,463
Bug 34463 confirm exit checkbox cannot be selected
RC2 - start Eclipse - try to shut it down by clicking its Close decoration in the top-right corner - a "Confirm Exit" prompter is shown, with a "Don't show this prompter anymore" checkbox - click the checkbox and note that it can't be checked, so you can only press OK or Cancel from here - this doesn't happen elsewhere, so there must be something special about either this prompter or its invocation from a window-close request
verified fixed
409580f
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-12T19:57:13Z"
"2003-03-10T21:00:00Z"
34,724
Bug 34724 ControlExample
Eclipse 2.1 RC2 Run the ControlExample as standlaone. From the menubar select Control -> Log Events. Click on the Dialog tab. Note that there are two dialog result text widgets. There should only be one. Reproduced error on Win2K and GTK.
resolved fixed
86ce012
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-12T19:49:16Z"
"2003-03-11T19:13:20Z"
33,343
Bug 33343 New file wizard freezes Eclipse UI
2.1 RC1 - Build id: 200302211557 Create a new text file using the "New File" wizard (File->New->File). When the text editor opens, the UI seems to be frozen. The main menu still works (using both mouse and keyboard), you can do anything, but the window area does not respond to user interaction anymore.You have to close Eclipse and start again. Creating a new Java class works fine (no freezing). Opening existing text files also works fine.
resolved fixed
1ea69f6
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-12T18:27:32Z"
"2003-02-26T20:06:40Z"
34,835
Bug 34835 Widget "default" styles should be reflected in style bits
RC2 There are various cases, easily shown in the ControlExample, of widgets taking on a "default" style even though an explicit style bit is not provided. For example, a Label of type SWT.SEPARATOR defaults to be vertical unless SWT.HORIZONTAL is explicitly specified. This is fine, but consequently invoking Label.getStyle() answers a style that does not contain the SWT.VERTICAL bit since it was not explicitly specified at creation time. The checkStyle() methods on a few widgets need to be extended to ensure that "default" styles get added in to specified styles whenever "default" styles are to be used.
verified fixed
9d74723
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-12T17:20:49Z"
"2003-03-12T17:26:40Z"
34,512
Bug 34512 ComputeSize of table and tree too small
2.1 RC2 In the ControlExample, go to the Table tab and select Preferred for size. Note that you need to scroll vertically a little bit to see the last item.
resolved fixed
c1c2ef7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-11T23:39:13Z"
"2003-03-10T21:00:00Z"
34,614
Bug 34614 Mouse pointer does not change in table header
RC2 - open the task list - move the mouse pointer in the table header at the gap between two columns -> the mouse pointer does not give any feedback that the columns can be resized, this only happens when pressing the mouse button. Other Mac apps give that feedback, e.g., iTunes.
resolved fixed
2d991f4
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-11T18:55:08Z"
"2003-03-11T16:26:40Z"
34,188
Bug 34188 Progress bar in dialogs doesn't show task information
I2003-03-07 The status bar in dialogs (e.g. launch configuration, feature install) doesn't show the task information but only progress.
resolved fixed
2fb2c5c
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-10T23:45:54Z"
"2003-03-08T10:40:00Z"
34,181
Bug 34181 Ctrl-Click doesn't select underlying item before bringing up context menu
I2003-03-07 Using Ctrl-Click to bring up the context menu of an item within a tree view doesn't select the underlying item. Instead the context menu works on the current selection. (Didn't try whether this is also true for right-clicking)
resolved fixed
288cf4f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-10T21:59:35Z"
"2003-03-08T07:53:20Z"
31,685
Bug 31685 Entire Eclipse Platform loses focus and goes into the background...
I have Windows 2000, JDK 1.4.0_01, Eclipse 2.1 M5 build. The steps detailed below cause Eclipse to go to the background and relinquish foreground visibility to any application that it was on top of. 0. Open Eclipse on top of someother application. ---------------------------------------------------- 1. Open a Java file in the Java Perspective. 2. Go to a valid functional block (such as inside a method) and type "String." 3. Wait for Code Assit to come up (or invoke it yourself). 4. Use your mouse to select(single-click) any method (such as valueOf(char c)) [If you look close you will see the Eclipse Platform gives focus to Code Assist, which is fine but is probably the source of the problem] 5. Wait for the Hoover Help to show the Javadoc of the method to the right of Code Assit. 6. Use your mouse to click on the Hoover Help Javadoc. You should now see the other application (from step 0) in the foreground and eclipse in the background. This is probably a problem with any other perspective as well, and is a problem for any Code Assist(not just String). I'm not sure if Eclipse is attempting to launch my web browser to show the Javadoc (but it doesn't). Scott
resolved fixed
aac8d09
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-09T23:02:34Z"
"2003-02-12T17:13:20Z"
33,822
Bug 33822 Strange scrolling of native table
N2003-03-05 - If you add a new entry to the task view, the native table is scrolled completely to the right, showing an area where there is no column. - If you open the label decorator preferences, the table is scrolled to the right, not revealing the checkboxes to toggle decorators. You have to scroll to the left to make them appear.
resolved fixed
f60b89c
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-07T00:25:20Z"
"2003-03-05T07:40:00Z"
31,834
Bug 31834 Label and Combo don't align well
null
resolved fixed
2b7beb1
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-06T23:06:53Z"
"2003-02-13T21:00:00Z"
32,286
Bug 32286 ControlExample Button Tab - changing styles resets button orientation
Problem Description: When using the Button controls from the SWT Controls example, if SWT.ARROW buttons are used and SWT.BORDER property is selected or deselected, the arrow alignment property of all the arrow buttons is reset to UP. Steps to Reproduce: 1. Ensure that Eclipse is not running. Install the M5 example plug-ins. 2. Start Eclipse. 3. Accept new configuration defaults. 4. Go to Window->Show View->Other and select SWT Controls under SWT Examples. A new SWT Controls view appears. 5. Expand the new view if neccesary, and click on the button tab. 6. On the right of the pane, select "SWT.ARROW" in the styles group. The buttons will change to arrow buttons, pointng up. 7. Select an alignment other than "up" from the alignment group. The arrow buttons will change their orientation. 8. Select or deselect SWT.BORDER in the styles group. The arrows will change their orientation back to "up". 9. Select a new orientation for the arrows. Then (de)select SWT.BORDER again. Note that the arrows will again change their orientation to "up". Found in: OS: HP-UX 11.11. Eclipse: V2.1 Build Id: 200302061700 (M5), with M5 example plugins.
closed fixed
2c9d884
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ButtonTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-06T22:19:40Z"
"2003-02-19T21:26:40Z"
32,482
Bug 32482 Support for Help button MacOS X
I20030221 Even better than F1 would be support for the Help-Key.
resolved wontfix
68f0b2e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-06T22:05:54Z"
"2003-02-21T15:06:40Z"
25,604
Bug 25604 Quick release upon start of drag hangs eclipse with pointer grab
Reproducing this may take a few attempts, but for some reason I have to kill eclipse several times a day because of this one. 0) make sure several tree lists are visible 1) select something in a tree list 2) start and drag in another tree list and immediately release the mouse button 3) eclipse hangs on the pointer grab. Thankfully it isn't a keyboard grab as well, so I am still able to switch to a virtual terminal to kill the sucker. NOTE: to diagnose this one you will probably want to start eclipse from a debugger running on the console rather than inside X, because of the pointer grab! Starting it in a separate X session from the debugger will do the trick as well.
resolved fixed
5ec3b9d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-06T21:23:53Z"
"2002-10-31T21:33:20Z"
29,387
Bug 29387 no lines in Table on GTK
20030107 there are no lines displayed in Table on GTK
resolved fixed
8d95651
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-05T17:51:50Z"
"2003-01-13T15:00:00Z"
22,416
Bug 22416 NT4: Need context menu on window scroll bar to keep its consistency on Win2k
NT4 SP6a STEPS TO REPRODUCE: 1. Start Eclipse 2. From Main menu, click Window > Preferences menu 3. Expand nodes until a scrollbar shows up (i.e. expand Java and Plug-In Development) 4. Right click on the scroll bar Result: No context menu shows up for the scroll bar. Expected result: The context menu should show up, so user can browse the window by its context submenu, e.g. Scroll Up or Scroll Down.
resolved fixed
4d0b24a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-05T03:14:51Z"
"2002-08-14T13:00:00Z"
33,777
Bug 33777 "Tab" key invokes TraverseListener on the Shell
2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseListener with Shell. The listener is called when "Tab" key or "Shift-Tab" key combination is pressed. It shoud not be invoked for these keys.
resolved wontfix
912f723
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-05T01:07:40Z"
"2003-03-04T17:46:40Z"
33,813
Bug 33813 List doesn't send out selection events for arrow keys
I20030304 - Open Window > Preferences > Workbench > Fonts - Select first item in List with mouse - use Arrow Down to select other entries Observe: the description field isn't updated. If you use the mouse to select the field, the description field is updated.
resolved fixed
7533884
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-04T22:43:35Z"
"2003-03-04T23:20:00Z"
33,776
Bug 33776 Resistering TraverseListenter with Shell changes tabbing behavior.
2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseLisenter with Shell. It changes behavior of "Tab" key. Without registerning, the key can be used to move focus around widgets on the control, when TraverseListener is registered, using "Tab" moves focus until it reaches the shell and does not move to the next widget.
resolved fixed
251b730
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2003-03-04T20:19:52Z"
"2003-03-04T17:46:40Z"