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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74,824 | Bug 74824 Adding items to a combo is ridiculously slow on gtk | SWT3 final/p3 450/rh9 Result Motif: 770 Result GTK: 70500 -- Display display = new Display(); final Shell shell = new Shell(display); int n = 25000; String[] s = new String[n]; for (int i = 0; i < n; i++) s[i] = "A"; Combo combo = new Combo(shell, SWT.NONE); long t = System.currentTimeMillis(); combo.setItems(s); System.out.println((System.currentTimeMillis() - t)); | resolved wontfix | 06bbc99 | ["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/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-23T20:39:41Z" | "2004-09-23T17:20:00Z" |
63,224 | Bug 63224 Chevron in the coolbar | I200405200800 I am seeing a chevron in the first toolbar in my coolbar in Eclipse. However, it is always empty and does not show a menu. It was not always there, playing around in the coolbar caused it to occur. | resolved fixed | 3504314 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-22T21:38:06Z" | "2004-05-20T16:20:00Z" |
66,122 | Bug 66122 AIX Table performance problem | I'm having a performance problem with tables on AIX. I have a table in a view with 30 or so table columns filled with 4,000 rows of data. I have the ability for a user to select a format file for the table that changes which columns of the data are displayed without hiding the view. I do this by disposing the TableColumns and creating new TableColumns based on the format data. When I tested this on OS X (PowerBook G4 500 MHz) the performance was perfectly acceptable. When I moved the code to AIX (Power3 350 MHz I think) the performance was hideous. | resolved fixed | 3ec8ce8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-21T21:12:38Z" | "2004-06-08T13:06:40Z" |
66,392 | Bug 66392 IllegalArgumentException in Table | 06081200 build Run the attached snippet and will get the exception below: Exception in thread "main" java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widget.error(Widget.java:334) at org.eclipse.swt.widgets.Table.internalGetColumn(Table.java:1624) at org.eclipse.swt.widgets.TableItem.getAlignmentOffset(TableItem.java:273) at org.eclipse.swt.widgets.TableItem.drawText(TableItem.java:266) at org.eclipse.swt.widgets.TableItem.paint(TableItem.java:1124) at org.eclipse.swt.widgets.Table.paintSubItem(Table.java:1936) at org.eclipse.swt.widgets.Table.paintItems(Table.java:1903) at org.eclipse.swt.widgets.Table.paint(Table.java:1834) at org.eclipse.swt.widgets.Table.handleEvents(Table.java:1437) at org.eclipse.swt.widgets.SelectableItemWidget$2.handleEvent(SelectableItemWidget.java:1199) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:752) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:738) at org.eclipse.swt.widgets.Composite.XExposure(Composite.java:882) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:906) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3478) at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(Native Method) at org.eclipse.swt.widgets.Control.update(Control.java:2844) at org.eclipse.swt.widgets.Control.update(Control.java:2829) at org.eclipse.swt.widgets.SelectableItemWidget.scroll(SelectableItemWidget.java:1580) at org.eclipse.swt.widgets.Table.columnChange(Table.java:371) at org.eclipse.swt.widgets.TableColumn.setBounds(TableColumn.java:434) at org.eclipse.swt.widgets.TableColumn.setWidth(TableColumn.java:515) at org.eclipse.swt.widgets.Table.setFirstColumnWidth(Table.java:2596) at org.eclipse.swt.widgets.Table.itemChanged(Table.java:1739) at org.eclipse.swt.widgets.TableItem.notifyImageChanged(TableItem.java:1045) at org.eclipse.swt.widgets.TableItem.internalSetImage(TableItem.java:969) at org.eclipse.swt.widgets.TableItem.setImage(TableItem.java:1390) at org.eclipse.swt.widgets.TableItem.removeColumn(TableItem.java:1147) at org.eclipse.swt.widgets.Table.removeColumnData(Table.java:2173) at org.eclipse.swt.widgets.Table.removeColumn(Table.java:2115) at org.eclipse.swt.widgets.TableColumn.disposeColumn(TableColumn.java:236) at org.eclipse.swt.widgets.TableColumn$1.handleEvent(TableColumn.java:134) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:752) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:735) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:607) at org.eclipse.swt.widgets.Item.releaseWidget(Item.java:139) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:326) at Main$1.run(Main.java:61) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.syncExec(Display.java:3319) at Main.main(Main.java:52) | resolved fixed | 76edfc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-21T15:36:26Z" | "2004-06-09T19:40:00Z" |
74,010 | Bug 74010 Display.setSynchronizer, readAndDispatch may throw ERROR_FAILED_EXEC | via Synchronizer.runAsyncMessages. This is not documented in the spec. | resolved fixed | d3b4511 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-20T22:57:51Z" | "2004-09-15T20:26:40Z" |
72,399 | Bug 72399 Program integration with KDE | The Program class provided with Eclipse/GTK uses GNOME bindings to retrieve programs associated with a particular file extension. Now, given that: * there is no publicly available QT port; * many people like me use KDE and don't even have GNOME installed it would be nice it at least the Program class would be able to inspect and use the KDE bindinds when looking for applications, should the current environment be KDE. I guess this is possible without linking the KDE libraries, and by parsing the KDE configuration files instead... | resolved fixed | 6ac50ee | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/kde/org/eclipse/swt/internal/kde/KDE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/motif/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-20T22:26:16Z" | "2004-08-22T07:33:20Z" |
74,111 | Bug 74111 enum is no longer a valid variable name | I'm guessing that this JDT warning was just recently added to eclipse. Users with jdk 1.5 will not be able to compile us since enum is now a keyword. The places where we use enum as a variable name, but no longer should, are: Clipboard.java line 534 Clipboard.java line 538 Clipboard.java line 539 Clipboard.java line 548 DropTarget.java line 641 DropTarget.java line 647 DropTarget.java line 648 DropTarget.java line 668 | resolved fixed | efc6003 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-20T18:03:13Z" | "2004-09-16T18:40:00Z" |
67,898 | Bug 67898 VM crash when restarting Eclipse | I2005406180800 build. At the end of install/update wizard there is a question to restart Eclipse. Answering Yes, causes Eclipse to shutdown, but VM crashes and does not restart. | resolved fixed | c35dab8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-17T20:24:55Z" | "2004-06-18T20:20:00Z" |
73,757 | Bug 73757 Empty button has different height from one with text | The following program passes on Win32, Linux-GTK, and MacOS X, but fails on Linux-Motif. I believe the behaviour on Motif should be fixed. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class EmptyButton { public static void main(String[] args) { Display d = new Display(); Shell t = new Shell(d); Shell s = new Shell(t); Button b = new Button(s, SWT.PUSH); b.setText(""); b.setSize(b.computeSize(SWT.DEFAULT, SWT.DEFAULT)); int b1height = b.getSize().y; System.out.println("Button 1: " + b1height); b = new Button(s, SWT.PUSH); b.setText("Some Text"); b.setSize(b.computeSize(SWT.DEFAULT, SWT.DEFAULT)); int b2height = b.getSize().y; System.out.println("Button 2: " + b2height); if(b1height != b2height) { System.out.println("FAILED: Heights are not the same."); } else { System.out.println("PASSED: Heights are the same."); } d.dispose (); } } | resolved fixed | a5bbcc9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-17T18:53:07Z" | "2004-09-13T12:53:20Z" |
74,169 | Bug 74169 DirectoryDialog widget does not allow resize to smaller width | The DirectoryDialog control on Linux does not seem to allow the user to resize the dialog to a width smaller than the longest string displayed in the dialog. Windows does not seem to have this problem -- it both wraps the string and also allows for resizing to a width smaller than even the wrapped string (though I think there may be another problem here in that rezising does not repaint the control, because if resizing on Windows to a width smaller than the displayed string, and then resizing back wider -- the string is not repainted). Steps to reproduce: 1. Start Eclipse (tried this on 3.0 and 3.0.1 RC1) 2. Open Help > Software Updates > Manage Configuration... 3. Click Add an Extension Location On Linux, the width of this dialog is fairly large, to accomodate the long message in the dialog. Attempts to resize to a smaller width fail. But can resize width to a larger size (and height larger as well). On Windows, the width of this dialog is reasonable, because the text has been wrapped. Dialog can be resized here, but text is not resized as well -- this is not a huge issue, but when resizing width larger again, the text is not repainted. This behavior causes issues on lower resolutions (message runs off sides of screen) with no remedy (other than dragging the window around so that the entire message can be read). Attempts to force wrapping of text prior to setMessage() for the dialog work okay, but then the text is always centered (on Linux), and does not look correct -- I would think this would need to be right-justified. | verified fixed | 64714dc | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-17T13:41:53Z" | "2004-09-17T14:06:40Z" |
73,725 | Bug 73725 [Browser] SWTException when resizing CTab containing Browser | Hi, I am getting feedback from RSSOwl users on Mac that see a "SWTException: Widget is disposed" when a CTabItem laying in a CTabFolder is resized. I tracked this problem down to line 192 in Browser.java. Whenever the Event SWT.RESIZE is triggered, a call to "isVisible()" is made. In there the normal checkWidget() call results in the Exception. On any other OS, no exception is thrown. The interesting part is, that I am not disposing the browser unless the CTabItem was closed. But this exception occurs (sometimes, not in every case) when a Browser Tab is visible and resized. It's even sufficient to resize the entire application (since that fires SWT.RESIZE to the Browser too). Is this a known issue? I think it will be difficult for me to post a code snippet, since I am not really knowing what this is about. I am going to ask my users for more details. Ben | resolved fixed | dbd4777 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-16T16:52:57Z" | "2004-09-11T19:13:20Z" |
70,966 | Bug 70966 No Popup on Tiger | Hi, I have installed a Pre-Release of Mac OSX 10.4 (Tiger) on my Ibook. Popup Menus doesn't work on Eclipse 3.0. There is no text displayed in menu. I receive this stacktrace on the Console : java.lang.ArrayIndexOutOfBoundsException: -2 at org.eclipse.swt.widgets.Menu.kEventMenuTargetItem(Menu.java:674) at org.eclipse.swt.widgets.Widget.menuProc(Widget.java:1018) at org.eclipse.swt.widgets.Display.menuProc(Display.java:2399) at org.eclipse.swt.internal.carbon.OS.PopUpMenuSelect(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:190) at org.eclipse.swt.widgets.Display.runPopups(Display.java:2978) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2509) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) You made a great Job ! Nicolas. | resolved fixed | bc8b6e5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-15T16:21:14Z" | "2004-07-28T13:06:40Z" |
73,730 | Bug 73730 Button.computeSize definition on Mac does not match other platforms | 3.1M1 Button.computeSize() on carbon adds a 4 pixel padding factor to any size hints passed in. I think this padding may be added to compensate for the large internal border given to buttons, but this does not match the behaviour of other platforms. I think this should be cleaned up. | resolved fixed | 2412273 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-14T20:49:20Z" | "2004-09-12T00:46:40Z" |
73,717 | Bug 73717 Button.computeSize gives different results on Linux-GTK and Linux-Motif | The following code gives this result on Linux-GTK: Button 1: Point {69, 28} Button 2: Point {100, 10} But this result on Linux-Motif: Button 1: Point {78, 35} Button 2: Point {110, 20} For button 2, while we set the height hint to 100,10, on Linux-Motif the resulting size has added a 10-pixel border for the default-button ring trim, while on GTK+ the ring size is not included (under the "Nuvola" theme it is also 10 pixels, under "Industrial" it is 6 pixels). import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class ButtonSize { public static void main(String[] args) { Display d = new Display(); Shell t = new Shell(d); Shell s = new Shell(t); Button b = new Button(s, SWT.PUSH); b.setText("Button 1"); b.setSize(b.computeSize(SWT.DEFAULT, SWT.DEFAULT)); System.out.println("Button 1: " + b.getSize()); b = new Button(s, SWT.PUSH); b.setText("Button 2"); b.setSize(b.computeSize(100,10)); System.out.println("Button 2: " + b.getSize()); s.pack(); s.open(); while (!s.isDisposed ()) { if (!d.readAndDispatch ()) d.sleep (); } d.dispose (); } } | resolved fixed | 88d75ad | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GtkBorder.java", "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/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-14T20:36:04Z" | "2004-09-10T23:46:40Z" |
73,735 | Bug 73735 Carbon vertical Scale widget has top/bottom reversed from other platforms | A Scale widget with SWT.VERTICAL style has larger values at the top and smaller values at the bottom in Carbon, but larger values at the bottom and smaller values at the top in GTK+ and Win32. This makes it harder to present a consistent interface behavior across platforms, particularly for things like volume sliders which have a clear conventional direction. | resolved fixed | 14dfa16 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-13T18:39:47Z" | "2004-09-12T09:06:40Z" |
73,698 | Bug 73698 Control.isVisible() returns incorrect value for child Shell | SWT v3102 on Windows2000 According to the isVisible() Javadoc and the SWT book (p. 73), isVisible() must return false if one of the Control's ancestors is hidden (meaning the visibility is set to false). However, in the following test case, the child Shell will incorrectly return true from isVisible(). This might be due to the fact that Shell has overridden isVisible() to always return the result of getVisible() (see Shell revision 1.116 on 6/9/04). public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setVisible(false); Shell child = new Shell(shell, SWT.NULL); child.setVisible(true); System.out.println("shell.isVisible() = "+shell.isVisible()); System.out.println("child.isVisible() = "+child.isVisible()); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } | resolved fixed | 6b3d5dd | ["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 | "2004-09-13T16:51:49Z" | "2004-09-10T18:13:20Z" |
73,432 | Bug 73432 Textlayout does not render multiline text correctly | When I run code with the following snippet, the first time when Chinese characters appears, TextLayout renders that line very well. However for the subsequent lines, Textlayout just shows boxes. It is not a font problem, Textlayout can show the first line perfectly. All the characters in the subsequent lines are just repition of the first line. ////////////////////// The code ///////////////////////// TextLayout layout = new TextLayout(Display.getCurrent()); layout.setWidth(200); layout.setText("This is a test.This is a test.This is \u65E5 \u672C\u8A9E\u65E5\u672C\u8A9E\u65E5\u672C\u8A9E\u65E5 \u672C\u8A9E\u672C\u8A9E\u65E5\u672C\u672C\u8A9E\u65E5\u672C\u672C\u8A9E\u65E5 \u672Ca test.This is a test.This\n is a test."); layout.draw(gc, 10, 10); | resolved fixed | 522d8bf | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-10T16:25:04Z" | "2004-09-08T10:40:00Z" |
47,184 | Bug 47184 MS Word can not be pasted on clipboard in Windows 98 | Build ID: 20031119-2030 While I was testing eclipse using the clipboard examples, I noticed that MS Word document can not be pasted properly on clipboard. Every time I copied one line of word document, and pasted onto the clipboard, only the first character was pasted. However I can copy text from notepad and paste on clipboard. This problem only occurs on windows 98. On Windows XP, I can paste Word on clipboard. | resolved fixed | 7203f64 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TextTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-10T15:09:38Z" | "2003-11-20T20:26:40Z" |
49,726 | Bug 49726 [Workbench] Weird Java perspective icon in action bar | See attachment. Version: 3.0.0 Build id: 200401070010 GTK build Steps to reproduce: New workspace. Clicking on the "Open a Perspective" button will show the regular icon. Once I've opened the perspective the checkmark icon will be shown after clicking on the "Open a Perspective" button again. | resolved fixed | 9fc2725 | ["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 | "2004-09-02T21:44:46Z" | "2004-01-08T19:26:40Z" |
70,780 | Bug 70780 Table Redraw freezes the Table Headers on CE | setRedraw(false) and a later setRedraw(true) freezes the tables headers and they don't scroll any longer with the table cell (this works correct). To reproduce you really only need to call setRedraw with "false" and then directly "true" and the freeze is there. | resolved fixed | 595545d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-02T15:05:58Z" | "2004-07-24T17:26:40Z" |
73,046 | Bug 73046 UnsatisfiedLinkError jawt.dll already loaded in another classloader | I am developing plugins for various IDEs. Till now all our products were Swing based and all the plugins were working fine. We recently switched from Swing to SWT. Now I am trying to embedd our products (SWT components) in various IDEs( Swing components). I am using jars and dlls of Eclipse 3. Embedding of SWT in Swing is working fine in stand alone application. But when I deploy my plugin in IDE eg IntelliJ IDEA, following error is thrown org.eclipse.swt.SWTError: Not implemented (java.lang.UnsatisfiedLinkError: Native Library D:\Apps\IDEs\Idea4.0\jre\bin\jawt.dll already loaded in another classloader) at org.eclipse.swt.SWT.error(SWT.java:2717) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.awt.SWT_AWT.new_Shell(SWT_AWT.java:265) *** Stack trace of contained error *** java.lang.UnsatisfiedLinkError: Native Library D:\Apps\IDEs\Idea4.0\jre\bin\jawt .dll already loaded in another classloader at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1525) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.eclipse.swt.awt.SWT_AWT.loadLibrary(SWT_AWT.java:67) at org.eclipse.swt.awt.SWT_AWT.new_Shell(SWT_AWT.java:262) at com.appperfect.plugins.common.SWTContainer$1.run(SWTContainer.java:49 ) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:106) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2749) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2434) at com.appperfect.plugins.common.DisplayThread.swtEventLoop(DisplayThrea d.java:72) at com.appperfect.plugins.common.DisplayThread.run (DisplayThread.java:65) We are not able to proceed because of this problem. If problem is not resolved then we may have to switched back to Swing. :( Problem is because SWT_AWT explicitly loads jawt.dll, this may be because SWT_AWT or some other class in swt.jar directly calls a native method in jawt.dll. If this is not so and just swt dlls have internal dependeny on jawt.dll then I think explicit loading of jawt is not required. Is there any work around? Am I missing something? -Sudhan. | resolved fixed | 577b297 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-01T16:31:43Z" | "2004-09-01T12:00:00Z" |
64,607 | Bug 64607 GC.drawRoundRectangle/GC.fillRoundRectangle | the arcWidth and arcHeight arguments of GC.drawRoundRectangle and GC.fillRoundRectangle are spec'd as "the horizontal[vertical] diameter of the arc at the four corners". The Windows implementation actually draws the corners with a radius, not a diameter, of arcWidth and arcHeight. | resolved fixed | 0ac7d71 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-09-01T03:03:28Z" | "2004-05-28T18:46:40Z" |
72,929 | Bug 72929 TableColumn widths ignored in Table width calculation | When a Table widget calculates its size in computeSize() it uses the width of the text in its columns and completely ignores the widths of any TableColumns. This is very annoying when creating an empty table. | resolved fixed | 67412c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-31T16:17:34Z" | "2004-08-31T05:26:40Z" |
70,299 | Bug 70299 Eclipse dead slow on one system, normal on other | null | resolved fixed | f3b59a0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-31T16:10:33Z" | "2004-07-18T11:26:40Z" |
70,883 | Bug 70883 DBCS: IME pre-edit text size looks like 12 points all the time | OS: windows XP and 2003 Language: Japanese Build level: M20040721 JDK version: IBM JDK 1.4.2 Beta Steps to recreate problem: 1-open Java editor (Text size is default 10) 2-set IME on, input AAA 3-Set the text size to 16, and repeat above. I will attache the screenshot for 3.0.1 and 2.1.3. .... Error: pre-edit size is fixed unlike Eclipse 2.1.3 Expected Result: pre-edit text size should be the defeined. | verified fixed | 59bcdb6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Caret.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-30T22:15:47Z" | "2004-07-27T06:33:20Z" |
72,217 | Bug 72217 CTabFolder should hide tabs in LRU order | If CTabFolder does not have enough space to render all of its tabs, it should display the N most recently used tabs rather than the tabs immediately adjacent to the selected tab. This should not affect the relative ordering of tabs. For example: CTabItem item0 = new CTabItem(folder, SWT.NONE, 0); CTabItem item1 = new CTabItem(folder, SWT.NONE, 1); CTabItem item2 = new CTabItem(folder, SWT.NONE, 2); In this case, item0 should always be to the left of item2 whenever both are displayed at the same time. If item1 is the least recently used tab, then item0 should appear immediately adjacent to item2 whenever there is only space for two tabs. | resolved fixed | 6509ef8 | ["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/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-30T21:48:15Z" | "2004-08-18T20:13:20Z" |
71,303 | Bug 71303 BIDI issue in Variables view | 3.0 While debugging Unicode-surrogate problems, I came across a string containing arabic characters. The string showed up as shown in the attached screenshot. I'm not sure whether this is a bug (and I could live with it if it were :-), but I'm just curious whether this behavior is correct from a BIDI point of view. | resolved fixed | bb8fa56 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-30T19:00:46Z" | "2004-08-03T16:20:00Z" |
72,750 | Bug 72750 "Program.findProgram()" does not return null for an extension with no associated program on Mac OS 10.3.3 | I tried the following line of code and was expecting a null value to be returned, but it returned a program named "invalid_extension" instead: Program.findProgram(".invalid_extension") This only happens on the Mac. I looked at the Mac implementation of the "Program#getProgram" static method. It is designed to return null only if the extension passed is null or if it is an empty string, but not if the extension is not valid (does not have a program associated with it). Is that intentional? The API for "findProgram" states that it will return the program or null, so I would expect null to also be returned for an extension that does not have a program associated with it. | resolved fixed | 9f67525 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-27T15:20:52Z" | "2004-08-26T22:40:00Z" |
70,077 | Bug 70077 [typing] Copy/paste doesn't work occasionally | Hi. When I do the copying/pasting, something seems strange: I'm editing the Java source code, and want to copy some lines of code to another place, I selected the lines, about 15-line, press Ctrl-C, and then move to the paste place, and press Ctrl-V, and just nothing happened. I've tried several time, and tried to use mouse and right-button-menu for the copy/paste, the results are the same. And I also tried to copy/paste only one line, it sometimes works, but not always. With multiple lines copy/paste, it sometimes works too. I'm using the Eclipse 3, Windows 2000 pro, JDK 1.4.2, Lomboz.3rc2(before), Lomboz 3(now). | resolved fixed | 1277d92 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/Clipboard.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-25T18:53:00Z" | "2004-07-15T00:06:40Z" |
57,188 | Bug 57188 Label widget can get focus. | Since build M7 in QNX, using traverse keys (TAB and SHIFT-TAB)Label widget cat get focus. This bug forces me to stay on build M6. | resolved fixed | 9c0076e | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-25T16:49:42Z" | "2004-04-02T07:13:20Z" |
61,893 | Bug 61893 controlMoved event fired by Control.setBounds() on Windows, but not on Photon (BBAWT) | The following test case, when run on Windows, prints the notification that a controlMoved event was produced. But this does not happen when run on Photon. This is significant to us because in our AWT implementation, we need to create the moved event if it is not given to us by SWT, so we need consistent behavior. Right now, our code assumes that the event is produced by SWT (we prefer the behavior that Windows exhibits). import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class SWTImageTest { Display display; Shell shell; Image image; public void run() { display = new Display(); shell = new Shell(display); shell.setSize(300, 300); shell.open(); int depth = 24; image = new Image(display, 200, 200); ImageData myData = image.getImageData(); System.out.println("Depth = " + myData.depth); GC gc = new GC(image); Color[] colors = new Color[8]; colors[0] = new Color(display, 255, 0, 0); colors[1] = new Color(display, 0, 255, 0); colors[2] = new Color(display, 0, 0, 255); colors[3] = new Color(display, 255, 255, 0); colors[4] = new Color(display, 255, 0, 255); colors[5] = new Color(display, 0, 255, 255); colors[6] = new Color(display, 255, 255, 255); colors[7] = new Color(display, 0, 0, 0); GC shellGC = new GC(shell); for (int j = 0; j < 8; j++) { gc.setBackground(colors[j]); gc.fillArc(0, 0, 200, 200, 0, 360); ImageData retrievedData = image.getImageData(); int mainPixel = retrievedData.getPixel(100, 100); int red = mainPixel & 0xff; int blue = (mainPixel & 0xff0000) >> 16; int green = (mainPixel & 0xff00) >> 8; Color finalColor = new Color(display, red, green, blue); System.out.println("red = " + finalColor.getRed() + " green = " + finalColor.getGreen() + " blue = " + finalColor.getBlue()); //shellGC.drawImage(image, 0, 0); //this is the critical line } while (!shell.isDisposed()) { display.readAndDispatch(); display.sleep(); } display.dispose(); } public static void main(String[] args) { new SWTImageTest().run(); } } | resolved fixed | c9ca12a | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-25T16:28:11Z" | "2004-05-12T13:53:20Z" |
48,884 | Bug 48884 Dialog (org.eclipse.swt.widgets.ColorDialog and org.eclipse.swt.widgets.FileDialog) can not close correctly | null | resolved fixed | 95909fa | ["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 | "2004-08-24T21:49:45Z" | "2003-12-16T18:40:00Z" |
72,223 | Bug 72223 Add org.eclipse.swt.custom.ST.SELECT_ALL | Version 3.1M1 Add org.eclipse.swt.custom.ST.SELECT_ALL for use with StyledText.setKeyBinding. Thanks. | resolved fixed | e501552 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ST.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 | "2004-08-24T19:19:43Z" | "2004-08-18T23:00:00Z" |
47,549 | Bug 47549 GPF in XtSetValues on M5 | i got this 2 times in 5 minutes on M5 which means the build is unusable for me An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x40036DF0 Function=__pthread_mutex_lock+0x18 Library=/lib/libpthread.so.0 Current Java thread: at org.eclipse.swt.internal.motif.OS.XtSetValues(Native Method) at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:846) at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:706) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:464) at org.eclipse.jface.action.SubContributionItem.update(SubContributionItem.java:140) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:464) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:464) at org.eclipse.ui.internal.WorkbenchActivitiesCommandsAndRoles.updateActiveWorkbenchWindowMenuManager(WorkbenchActivitiesCommandsAndRoles.java:722) at org.eclipse.ui.internal.WorkbenchActivitiesCommandsAndRoles$9.partActivated(WorkbenchActivitiesCommandsAndRoles.java:301) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:49) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1127) at org.eclipse.core.runtime.Platform.run(Platform.java:464) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:47) at org.eclipse.ui.internal.WWinPartService$1.partActivated(WWinPartService.java:27) at org.eclipse.ui.internal.PartListenerList2$1.run(PartListenerList2.java:45) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1127) at org.eclipse.core.runtime.Platform.run(Platform.java:464) at org.eclipse.ui.internal.PartListenerList2.firePartActivated(PartListenerList2.java:43) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1212) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2401) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2128) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:354) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:334) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:745) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:766) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:749) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1147) at org.eclipse.swt.widgets.Control.XButtonPress(Control.java:2824) at org.eclipse.swt.widgets.Composite.XButtonPress(Composite.java:806) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:930) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2864) at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2111) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1381) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:237) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) 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:299) at org.eclipse.core.launcher.Main.run(Main.java:767) at org.eclipse.core.launcher.Main.main(Main.java:601) Dynamic libraries: 08048000-0804e000 r-xp 00000000 00:0f 131489 /PAG/local/pkg/java/j2sdk1.4.2/bin/java 0804e000-0804f000 rw-p 00005000 00:0f 131489 /PAG/local/pkg/java/j2sdk1.4.2/bin/java 40000000-40012000 r-xp 00000000 03:01 457973 /lib/ld-2.2.5.so 40012000-40013000 rw-p 00012000 03:01 457973 /lib/ld-2.2.5.so 40013000-4001b000 r-xp 00000000 00:0f 180338 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/native_threads/libhpi.so 4001b000-4001c000 rw-p 00007000 00:0f 180338 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/native_threads/libhpi.so 4001c000-40025000 r-xp 00000000 03:01 459219 /lib/libnss_files-2.2.5.so 40025000-40026000 rw-p 00008000 03:01 459219 /lib/libnss_files-2.2.5.so 40026000-4002f000 r-xp 00000000 03:01 460597 /lib/libnss_nisplus-2.2.5.so 4002f000-40030000 rw-p 00008000 03:01 460597 /lib/libnss_nisplus-2.2.5.so 40030000-4003e000 r-xp 00000000 03:01 460599 /lib/libpthread-0.9.so 4003e000-40045000 rw-p 0000e000 03:01 460599 /lib/libpthread-0.9.so 40046000-40048000 r-xp 00000000 03:01 459172 /lib/libdl-2.2.5.so 40048000-40049000 rw-p 00001000 03:01 459172 /lib/libdl-2.2.5.so 40049000-40167000 r-xp 00000000 03:01 458048 /lib/libc-2.2.5.so 40167000-4016c000 rw-p 0011e000 03:01 458048 /lib/libc-2.2.5.so 40170000-40567000 r-xp 00000000 00:0f 831854 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/client/libjvm.so 40567000-40582000 rw-p 003f6000 00:0f 831854 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/client/libjvm.so 40595000-405a6000 r-xp 00000000 03:01 459176 /lib/libnsl-2.2.5.so 405a6000-405a7000 rw-p 00011000 03:01 459176 /lib/libnsl-2.2.5.so 405a9000-405c9000 r-xp 00000000 03:01 459174 /lib/libm-2.2.5.so 405c9000-405ca000 rw-p 0001f000 03:01 459174 /lib/libm-2.2.5.so 405ca000-405ce000 rw-s 00000000 03:05 81371 /tmp/hsperfdata_akiezun/28974 405ce000-405de000 r-xp 00000000 00:0f 180345 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libverify.so 405de000-405e0000 rw-p 0000f000 00:0f 180345 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libverify.so 405e0000-405e6000 r--s 00000000 03:01 409154 /usr/lib/gconv/gconv-modules.cache 405e6000-405e7000 r--p 00000000 03:01 231836 /usr/lib/locale/en_US.iso885915/LC_IDENTIFICATION 405e7000-405f0000 r-xp 00000000 03:01 458077 /lib/libnss_nis-2.2.5.so 405f0000-405f1000 rw-p 00008000 03:01 458077 /lib/libnss_nis-2.2.5.so 405f1000-40611000 r-xp 00000000 00:0f 180346 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libjava.so 40611000-40613000 rw-p 0001f000 00:0f 180346 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libjava.so 40613000-40627000 r-xp 00000000 00:0f 180348 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libzip.so 40627000-4062a000 rw-p 00013000 00:0f 180348 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libzip.so 4062a000-41fb5000 r--s 00000000 00:0f 180399 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/rt.jar 41fff000-42015000 r--s 00000000 00:0f 180370 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/sunrsasign.jar 42015000-420f0000 r--s 00000000 00:0f 180396 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/jsse.jar 420f0000-42101000 r--s 00000000 00:0f 180371 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/jce.jar 42101000-4265a000 r--s 00000000 00:0f 180397 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/charsets.jar 44702000-44705000 r--s 00000000 00:0f 473529 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/ext/dnsns.jar 44705000-4470a000 r--s 00000000 00:0d 2736210 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/startup.jar 4470a000-4470b000 r--p 00000000 03:01 232099 /usr/lib/locale/en_US.iso885915/LC_MEASUREMENT 4470b000-4470c000 r--p 00000000 03:01 232103 /usr/lib/locale/en_US.iso885915/LC_TELEPHONE 4470c000-4470d000 r--p 00000000 03:01 228935 /usr/lib/locale/en_US.iso885915/LC_ADDRESS 4470d000-4470e000 r--p 00000000 03:01 232101 /usr/lib/locale/en_US.iso885915/LC_NAME 4470e000-4470f000 r--p 00000000 03:01 232102 /usr/lib/locale/en_US.iso885915/LC_PAPER 4470f000-44710000 r--p 00000000 03:01 245380 /usr/lib/locale/en_US.iso885915/LC_MESSAGES/SYS_LC_MESSAGES 6893f000-6896a000 r--p 00000000 03:01 114555 /usr/lib/locale/en_US.iso885915/LC_CTYPE 6896a000-68986000 r--s 00000000 00:0f 473528 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/ext/sunjce_provider.jar 68986000-68993000 r--s 00000000 00:0f 473531 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/ext/ldapsec.jar 68993000-68a4f000 r--s 00000000 00:0f 473562 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/ext/localedata.jar 68a4f000-68a5f000 r-xp 00000000 00:0f 180351 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libnet.so 68a5f000-68a60000 rw-p 0000f000 00:0f 180351 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libnet.so 68a60000-68a66000 r-xp 00000000 00:0f 180352 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libnio.so 68a66000-68a67000 rw-p 00005000 00:0f 180352 /PAG/local/pkg/java/j2sdk1.4.2/jre/lib/i386/libnio.so 68a67000-68a7f000 r--s 00000000 00:0d 2736654 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.boot_3.0.0/boot.jar 68a7f000-68ad6000 r--s 00000000 00:0d 2228545 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar 68ad6000-68c21000 r--s 00000000 00:0d 2737024 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide.jar 68c21000-68dd4000 r--s 00000000 00:0d 2228556 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar 68dd4000-68e47000 r--s 00000000 00:0d 540856 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar 68e47000-68f44000 r--s 00000000 00:0d 3604710 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.swt.motif_3.0.0/ws/motif/swt.jar 68f44000-68f88000 r-xp 00000000 00:0d 2229093 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/linux/x86/libswt-motif-3030.so 68f88000-68f8b000 rw-p 00044000 00:0d 2229093 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/linux/x86/libswt-motif-3030.so 68f8b000-68f8c000 r--p 00000000 03:01 232100 /usr/lib/locale/en_US.iso885915/LC_MONETARY 68f8c000-68f92000 r--p 00000000 03:01 539728 /usr/lib/locale/en_US.iso885915/LC_COLLATE 68f92000-68f93000 r--p 00000000 03:01 232104 /usr/lib/locale/en_US.iso885915/LC_TIME 68f93000-68f94000 r--p 00000000 03:01 425184 /usr/lib/locale/en_US.iso885915/LC_NUMERIC 68f94000-68f96000 r-xp 00000000 03:01 197142 /usr/X11R6/lib/X11/locale/common/xlcDef.so.2 68f96000-68f97000 rw-p 00001000 03:01 197142 /usr/X11R6/lib/X11/locale/common/xlcDef.so.2 68f97000-68f98000 r--s 00000000 00:0d 2228656 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar 68f98000-68f9a000 r-xp 00000000 03:01 409106 /usr/lib/gconv/ISO8859-15.so 68f9a000-68f9b000 rw-p 00001000 03:01 409106 /usr/lib/gconv/ISO8859-15.so 68f9b000-68fa6000 r--s 00000000 00:0d 2737178 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.help.ide_3.0.0/helpide.jar 68fa6000-68fa7000 r-xp 00000000 00:0d 540867 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so 68fa7000-68fa8000 rw-p 00001000 00:0d 540867 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so 68fa8000-6912f000 r-xp 00000000 03:01 362035 /usr/X11R6/lib/libXm.so.2.1 6912f000-69142000 rw-p 00186000 03:01 362035 /usr/X11R6/lib/libXm.so.2.1 69143000-69215000 r-xp 00000000 03:01 360110 /usr/X11R6/lib/libX11.so.6.2 69215000-69218000 rw-p 000d1000 03:01 360110 /usr/X11R6/lib/libX11.so.6.2 69218000-69224000 r-xp 00000000 03:01 360118 /usr/X11R6/lib/libXext.so.6.4 69224000-69225000 rw-p 0000c000 03:01 360118 /usr/X11R6/lib/libXext.so.6.4 69225000-6926d000 r-xp 00000000 03:01 360138 /usr/X11R6/lib/libXt.so.6.0 6926d000-69271000 rw-p 00047000 03:01 360138 /usr/X11R6/lib/libXt.so.6.0 69271000-69277000 r-xp 00000000 03:01 360130 /usr/X11R6/lib/libXp.so.6.2 69277000-69278000 rw-p 00006000 03:01 360130 /usr/X11R6/lib/libXp.so.6.2 69278000-6927f000 r-xp 00000000 03:01 360108 /usr/X11R6/lib/libSM.so.6.0 6927f000-69280000 rw-p 00007000 03:01 360108 /usr/X11R6/lib/libSM.so.6.0 69280000-69294000 r-xp 00000000 03:01 360104 /usr/X11R6/lib/libICE.so.6.3 69294000-69295000 rw-p 00013000 03:01 360104 /usr/X11R6/lib/libICE.so.6.3 69297000-692b2000 r-xp 00000000 03:01 197141 /usr/X11R6/lib/X11/locale/common/ximcp.so.2 692b2000-692b4000 rw-p 0001a000 03:01 197141 /usr/X11R6/lib/X11/locale/common/ximcp.so.2 692b4000-69345000 r--s 00000000 00:0d 2736665 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.resources_3.0.0/resources.jar 69345000-6937c000 r--s 00000000 00:0d 2736611 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.search_3.0.0/search.jar 6937c000-6938c000 r--s 00000000 00:0d 540848 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.pde_3.0.0/pde.jar 6938c000-69615000 r--s 00000000 00:0d 2736613 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.core_3.0.0/jdtcore.jar 69615000-69656000 r--s 00000000 00:0d 2310549 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.junit_3.0.0/junitsupport.jar 69656000-696b8000 r--s 00000000 00:0d 2310968 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.compare_3.0.0/compare.jar 696b8000-696c7000 r--s 00000000 00:0d 2311086 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.help_3.0.0/help.jar 696c7000-69b62000 r--s 00000000 00:0d 2310818 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar 69b62000-69b7a000 r--s 00000000 00:0d 2737106 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.externaltools_3.0.0/externaltools.jar 69b7a000-69c67000 r--s 00000000 00:0d 2737565 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.team.cvs.ui_3.0.0/teamcvsui.jar 69c67000-69c95000 r--s 00000000 00:0d 2736635 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.editors_3.0.0/editors.jar 69c95000-69cee000 r--s 00000000 00:0d 2737221 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.team.ui_3.0.0/teamui.jar 69cee000-69db7000 r--s 00000000 00:0d 557423 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.debug.ui_3.0.0/jdiui.jar 69db7000-69dfd000 r--s 00000000 00:0d 3244390 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar 69dfd000-69e96000 r--s 00000000 00:0d 2737157 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.debug.ui_3.0.0/dtui.jar 69e96000-69ea3000 r--s 00000000 00:0d 2277395 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.console_3.0.0/console.jar 69ea3000-69eb1000 r--s 00000000 00:0d 2229087 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar 69eb1000-69f28000 r--s 00000000 00:0d 2311118 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.update.core_3.0.0/updatecore.jar 69f28000-69fc1000 r--s 00000000 00:0d 2228534 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ant.ui_3.0.0/antui.jar 69fc1000-69fd5000 r--s 00000000 00:0d 2736640 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.help.ui_3.0.0/helpui.jar 69fd5000-6a18c000 r--s 00000000 00:0d 2312508 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.pde.ui_3.0.0/pdeui.jar 6a18c000-6a191000 r--s 00000000 00:0d 2310821 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.update.scheduler_3.0.0/scheduler.jar 6a191000-6a1e7000 r--s 00000000 00:0d 2736497 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.update.ui_3.0.0/updateui.jar 6a1e7000-6a1fd000 r--s 00000000 00:0d 2277891 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.pde.runtime_3.0.0/pdert.jar 6a1fd000-6a265000 r--s 00000000 00:0d 2277655 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jface.text_3.0.0/jfacetext.jar 6a265000-6a283000 r--s 00000000 00:0d 2311097 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.text_3.0.0/text.jar 6a283000-6a299000 r--s 00000000 00:0d 2310827 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.team.core_3.0.0/team.jar 6a299000-6a308000 r--s 00000000 00:0d 3244243 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.team.cvs.core_3.0.0/cvs.jar 6a308000-6a314000 r--s 00000000 00:0d 2277848 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.team.cvs.ssh_3.0.0/teamcvsssh.jar 6a314000-6a337000 r--s 00000000 00:0d 2310588 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.debug.core_3.0.0/dtcore.jar 6a337000-6a33d000 r--s 00000000 00:0d 2737393 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.variables_3.0.0/variables.jar 6a33d000-6a346000 r-xp 00000000 03:01 197146 /usr/X11R6/lib/X11/locale/common/xomGeneric.so.2 6a346000-6a347000 rw-p 00008000 03:01 197146 /usr/X11R6/lib/X11/locale/common/xomGeneric.so.2 6a347000-6a350000 r--s 00000000 00:0d 2228666 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.ant.core_3.0.0/antsupport.jar 6a350000-6a375000 r--s 00000000 00:0d 2228536 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.launching_3.0.0/launching.jar 6a375000-6a37f000 r--s 00000000 00:0d 2310553 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.core.filebuffers_3.0.0/filebuffers.jar 6a37f000-6a38b000 r--s 00000000 00:0d 2310837 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/jdi.jar 6a3a8000-6a3ab000 r-xp 00000000 03:01 458069 /lib/libnss_dns-2.2.5.so 6a3ab000-6a3ac000 rw-p 00002000 03:01 458069 /lib/libnss_dns-2.2.5.so 6a3ac000-6a3b9000 r-xp 00000000 03:01 460601 /lib/libresolv-2.2.5.so 6a3b9000-6a3ba000 rw-p 0000d000 03:01 460601 /lib/libresolv-2.2.5.so 6a500000-6a5aa000 r--s 00000000 00:0d 2310835 /PAG/g6/users/akiezun/eclipse/3.0M5-motif/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/jdimodel.jar Heap at VM Abort: Heap def new generation total 18240K, used 11797K [0x44710000, 0x45ad0000, 0x46e70000) eden space 16256K, 72% used [0x44710000, 0x452954a0, 0x456f0000) from space 1984K, 0% used [0x456f0000, 0x456f0000, 0x458e0000) to space 1984K, 0% used [0x458e0000, 0x458e0000, 0x45ad0000) tenured generation total 241984K, used 6952K [0x46e70000, 0x55ac0000, 0x64710000) the space 241984K, 2% used [0x46e70000, 0x4753a200, 0x4753a200, 0x55ac0000) compacting perm gen total 20736K, used 20699K [0x64710000, 0x65b50000, 0x68710000) the space 20736K, 99% used [0x64710000, 0x65b46f08, 0x65b47000, 0x65b50000) Local Time = Wed Nov 26 12:05:13 2003 Elapsed Time = 205 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode) # | resolved fixed | 9f8a407 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-23T20:42:39Z" | "2003-11-26T18:06:40Z" |
72,342 | Bug 72342 MouseListener behaving incorrectly when attached to Button | import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.MouseListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class MouseBug implements MouseListener { public static void main(String[] args) { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setSize(100,100); MouseBug mousebug = new MouseBug(); // doesn't work under OS X: // mouse pressed: nothing happens // mouse released: mouse down event generated // double click: works Button button = new Button(shell, SWT.NONE); button.addMouseListener(mousebug); // works correctly under OS X Canvas canvas = new Canvas(shell, SWT.NONE); canvas.addMouseListener(mousebug); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } public void mouseDoubleClick(MouseEvent arg0) { System.out.println("mouse double click"); } public void mouseDown(MouseEvent arg0) { System.out.println("mouse down"); } public void mouseUp(MouseEvent arg0) { System.out.println("mouse up"); } } | resolved fixed | a03a5a9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-23T16:14:17Z" | "2004-08-20T13:53:20Z" |
72,345 | Bug 72345 Text wider than normal in toolitem if ampersand (&) used | Text without ampersands in it is displayed correctly. Text with a ampersand in it, but with more than one word is wider that normal. Text with one word starting with an ampersand is even wider. (Mac OS 10.3) The following snippet demonstrates this: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class Bug { public static void main(String[] args) { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setSize(100,100); ToolBar toolbar = new ToolBar(shell,SWT.NONE); // fine ToolItem good = new ToolItem(toolbar, SWT.NONE); good.setText("good"); // text somewhat wider that normal ToolItem hmm = new ToolItem(toolbar, SWT.NONE); hmm.setText("somewhat &wrong"); // single words displayed double size ToolItem bad = new ToolItem(toolbar, SWT.NONE); bad.setText("&1"); shell.open(); shell.pack(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } I will attach a screenshot. | resolved fixed | 8616a65 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-23T15:55:56Z" | "2004-08-20T13:53:20Z" |
72,343 | Bug 72343 Shell doesn't maximize | Calling shell.setMaximized(true) doesn't maximize the shell on Mac OS X 10.3 (it does so on Windows XP). The following snipped demonstrates this: import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class MaximizeBug { public static void main(String[] args) { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setSize(100,100); shell.open(); // this method fails shell.setMaximized(true); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } | resolved fixed | dd61d11 | ["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 | "2004-08-20T22:07:29Z" | "2004-08-20T13:53:20Z" |
67,746 | Bug 67746 investigate making emulated Table and Tree always post selections | post-3.0 Compare event ordering to other platforms, as there are some inconsistencies in the implementation that probably introduce some problems. Senders of Selection and DefaultSelection should probably always post these. In particular, some examples: - SelectableItemWidget.deselectNotify currently async's - Tree.mouseDoubleClick currently sends (notifyListeners) | resolved fixed | 308d894 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-19T19:28:07Z" | "2004-06-17T22:06:40Z" |
72,206 | Bug 72206 StyledText Javadoc needs italic doc. | Version 3.1M1. The StyledText Javadoc does not mention that italic is now supported. | resolved fixed | 1858921 | ["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 | "2004-08-19T16:33:13Z" | "2004-08-18T20:13:20Z" |
71,711 | Bug 71711 Gtk - Checkbox/Radiobox setLocation Bug | When calling setSize in front of setLocation the text in the checkbox is not displayed. This works: ----------------------8<---------------------- Button check = new Button( this, SWT.NONE | SWT.CHECK ); check.setLocation( 10, 200 ); check.setSize( 200, 300 ); check.setText( "TEST" ); ----------------------8<---------------------- This don't (text is not diplayed): ----------------------8<---------------------- Button check = new Button( this, SWT.NONE | SWT.CHECK ); check.setSize( 200, 300 ); check.setLocation( 10, 200 ); check.setText( "TEST" ); ----------------------8<---------------------- On win32 both versions are working. Versions used: libswt-gtk-3062 GTK, I don't know what's apropiate: [tom@vinea tom]$ pkg-config --modversion gtk+-2.0 2.4.4 [tom@vinea tom]$ | resolved fixed | 2c997bf | ["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 | "2004-08-17T20:12:57Z" | "2004-08-10T15:00:00Z" |
52,548 | Bug 52548 PocketPC and eSWT example problems | v3039 Run the attached examples. ExampleLauncher is the main class. These are the examples that are shipped with eSWT. The examples were derived from the SWT ControlExample. 1. Run ButtonExample. Push Buttons are always flat. Does the PPC support beveled buttons? 2. Run CanvasExample. Check the NO_BACKGROUND style. Notice that a scrollbar appears in the wrong place. Uncheck the NO_BACKGROUND style. Check the NO_FOCUS style. You can see a stray vertical scrollbar flashing on the screen. 3. Run the ComboExample. Check the READ_ONLY style. You can see the combo flash up in the left hand corner of the screen. Select the SIMPLE style. The combo "acts" like it is a SIMPLE combo as seen on Windows 2K (it is placed based on a larger vertical height), but it's still just the DROP_DOWN style. Does PPC support the SIMPLE style? 4. Run the LabelExample. Check SEPARATOR. The separator is barely visible. Click HORIZONTAL and it goes away all together. Try to set the size (via the size menu), you still can't get the separator to appear. Also, I take it that the shadow styles are not supported on PPC? 5. Run the SliderExample. Try to drag the thumb to the right. The thumb jumps all the way to the left. 6. Run the TextExample. Check WRAP or READ_ONLY. You see a stray scrollbar flashing toward the top of the screen. | resolved fixed | dd8aef2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-17T16:53:09Z" | "2004-02-19T22:33:20Z" |
71,999 | Bug 71999 StyleText displays StyleRanges incorrect depending on order of StyleRange in array | I've been fighting with a bug which I believe was in my code, but now I feel it is in the StyleText code. Basically if I create a array of StyleRange and use setStyleRanges() then the styles are not applied correctly if the start position of each style is not in numerical order. A easy example is this: StyleRange[] ranges = new StyleRange[3]; //This works fine ranges[0] = new StyleRange(0, 2, black, red); ranges[1] = new StyleRange(3, 2, black, blue); ranges[2] = new StyleRange(6, 2, black, red); //This doesn't, the 2nd red isn't applied ranges[0] = new StyleRange(0, 2, black, red); ranges[1] = new StyleRange(6, 2, black, red); ranges[2] = new StyleRange(3, 2, black, blue); I've attached source code for a small sample program showing the problem... I've made sure the above sample doesn't have overlapping region (with each style being one character apart). I have no fixed my code by making sure the StyleRanges are in start order before I setStyleRanges. I have only tested this on Windows XP, SWT 3.0 (build 3062) If you need any more information please contact me. Thanks Andrew | resolved fixed | ddb04b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-16T16:15:14Z" | "2004-08-15T20:00:00Z" |
71,894 | Bug 71894 ToolBar.getItem(Point point) always returns first item. | Running on Eclipse 3.0 Linux-GTK, when ToolBar.getItem(Point point) is called, it always returns the first item in the toolbar. This works fine on Eclipse 3.0 Windows. public class TestClass { ToolBar myTB; public TestClass(Shell shell) { super(); myTB = new ToolBar (shell, SWT.FLAT); ToolItem item1 = new ToolItem(myTB,SWT.PUSH); item1.setText("1"); item1.setData(new String("Item 1")); ToolItem item2 = new ToolItem(myTB,SWT.PUSH); item2.setText("2"); item2.setData(new String("Item 2")); ToolItem item3 = new ToolItem(myTB,SWT.PUSH); item3.setText("3"); item3.setData(new String("Item 3")); ToolItem item4 = new ToolItem(myTB,SWT.PUSH); item4.setText("4"); item4.setData(new String("Item 4")); ToolItem item5 = new ToolItem(myTB,SWT.PUSH); item5.setText("5"); item5.setData(new String("Item 5")); myTB.addMouseMoveListener(new MouseMoveListener(){ public void mouseMove(MouseEvent arg0) { int x = arg0.x; int y = arg0.y; System.out.println("X: "+x+" Y: "+y); ToolItem item = myTB.getItem(new Point(x,y)); System.out.println("MOUSEIN: "+(String)item.getData ()); } }); } public static void main (String [] args) { Display d = new Display (); Shell s = new Shell(SWT.SHELL_TRIM); s.setLayout(new RowLayout()); TestClass application = new TestClass(s); s.open(); while (! s.isDisposed()) { if (! d.readAndDispatch()) d.sleep(); } d.dispose(); System.exit(0); } } | resolved fixed | 47a8a2e | ["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 | "2004-08-13T21:29:26Z" | "2004-08-12T19:46:40Z" |
71,757 | Bug 71757 Cursor X/Y hotspots don't work with all constructors | When using org.eclipse.swt.graphics.Cursor(Device device, ImageData source, int hotspotX, int hotspotY) [win32 version] to create a custom cursor, the hotspotX/hotspotY parameters are ignored. They're checked for validity at the top of the function, but then they're never referenced again. | resolved fixed | daf2c61 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-13T18:37:56Z" | "2004-08-11T10:26:40Z" |
71,907 | Bug 71907 The "Device#getFontList" method does not return an array of size 0 for a bad face name | I ran into this bug trying to fix a UI test that fails on Mac OS X but passes on Windows and Linux. It fails because it expects an array of size 0 to be returned by the "getFontList" method when it is passed a bad face name. I executed the following line of code on Windows XP, Mac OS 10.3.3 and Linux GTK: System.out.println(display.getFontList("badData",true).length) Linux and Windows XP both print 0. On the Mac, it returns an array of size 144. The array contains all null values. I noticed that this particular problem occurs in GTK but is corrected at the end of the method. It is corrected in the "Device#getFontList()" method by copying the non null values into a results array and returning it. I could not find the "expected" return value for a bad face name in the API documentation, but I am guessing the "getFontList" method should behave as it does on Windows and Linux, which is to return an array of size 0. I am using build id 200408110800. | resolved fixed | 5e87f5f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-13T18:23:20Z" | "2004-08-12T19:46:40Z" |
71,803 | Bug 71803 No lower border on swt combo boxes | Build: I-20040810-1200 This happens in 3.1 builds, but not 3.0 builds. On WinXP with the manifest.exe Some combo boxes do not show the bottom blue border. I will attach screen shots that show the plug-in export wizard, where one combo box exhibits this behavior and the other two are fine. Another example where you would see this behavior is the Team > Commit... dialog. | resolved fixed | 158da38 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-13T17:52:19Z" | "2004-08-11T16:00:00Z" |
63,571 | Bug 63571 TextLayout: font substitution support | On Windows, org.eclipse.swt.graphics.TextLayout should support font substitution. If the user types any text not supported by the current font on StyledText which calls TextLayout, the text becomes blank (in Eclipse3.0M9) on Windows. For Example, if the user selects "Microsoft Sans Serif" font on Windows, and type Japanese text which "Microsoft Sans Serif" font does not contain, then notepad.exe still can display Japanese text. It is because notepad.exe supports font substitution and finds Japanese "MS Gothic" or something like that. (maybe because notepad.exe may simply call TextOutW(), though.) Since StyledText/TextLayout is implemented by Uniscribe, TextLayout should support font substitution. | resolved fixed | e100584 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java", "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/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-13T17:39:55Z" | "2004-05-23T05:26:40Z" |
70,620 | Bug 70620 Display.setMouseLocation() not implemented on GTK | In Logic Example. - Create a Flow Container and select it. - Press "." to access handles Result: - Nothing happens Expected: - Should go into handle accessibility mode. | resolved fixed | 7bae145 | ["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/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-11T21:15:34Z" | "2004-07-22T15:26:40Z" |
71,013 | Bug 71013 Shell.open() blocks until the window is mapped | null | resolved fixed | 2f96e7e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-11T20:40:58Z" | "2004-07-28T18:40:00Z" |
65,772 | Bug 65772 Receiving duplicate key events per non-printable key [BBAWT] | Run the attached testcase on PocketPC. Place focus on the Text widget, then bring up the soft keyboard and press the Enter and Tab key. What you get are 2 KeyDown events plus 1 KeyUp for the Enter key and only a single KeyUp event (no KeyDown) for the Tab key. For comparison, on win32, you get a single down and up for the Enter key and nothing at all for the Tab key. I tested this using the Windows CE (ARM PocketPC) download from eclipse.org which more specifically is swt-3.0RC1-win32-ce-arm-ppc.zip (which is based on version 3054). | resolved fixed | 83e8835 | ["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 | "2004-08-11T20:21:25Z" | "2004-06-04T17:26:40Z" |
69,440 | Bug 69440 Inspect32 does not show name for CCombo | Accessibility problem. CCombo widget does not return accessible "Name" property. The Inspect32 shows "none". Here is a sample code; private static int STYLE = SWT.FLAT; public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); final Composite page = new Composite(shell, STYLE); GridLayout layout = new GridLayout(); layout.numColumns = 2; page.setLayout(layout); page.setLayoutData(new GridData(GridData.FILL_BOTH)); Label label = new Label(page, 0); label.setText("Combobox test"); CCombo ccombo = new CCombo(page, STYLE); ccombo.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ccombo.addKeyListener(new KeyAdapter() { }); page.layout(true); shell.open(); shell.addControlListener(new ControlAdapter() { public void controlResized(ControlEvent e) { Rectangle r = shell.getClientArea(); page.setBounds(r); } }); shell.setSize(256, 360); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose(); } How to reproduce; 1, Start Inspect32.exe. 2, Run above example. A shell with Label and CCombo is shown. 3, Click the CCombo. The Inspect32 shows "none" for "Name" property. <<< ERROR Expected result; The Inspect32 shows "Combobox test" for "Name" property. | resolved fixed | 3b2dd0f | ["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 | "2004-08-11T17:31:29Z" | "2004-07-07T06:00:00Z" |
68,273 | Bug 68273 tabletree plus/minus not visible in High Contrast Mode | "Blind" users work in Windows High Contrast Mode (BG: Black, FG: white, Font size: 16, style: Bold). In this mode, tableTree plus/minus icons are not visible and confuse user. | closed fixed | 1373546 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-10T13:37:27Z" | "2004-06-23T08:40:00Z" |
66,433 | Bug 66433 Need keyboard support for Nested Tabfolder Traversal | CTRL+PageUP and CTRL+PageDown doesn't work in the inner tabfolder if you have nested tabfolders. It works on the outer one even if focus is on inner tabfolder. It should work on whereever the focus is. HOME & END keys does work on inner tabfolder correctly. Problem happens Eclipse 3.0RC1 build Linux GTK build. Haven't tried on Motif. Works fine on Windows. e.g import org.eclipse.swt.widgets.*; import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.custom.*; public class TabTest { public static void main(String[] args) { Display display = new Display (); final Shell shell = new Shell (display); final CTabFolder customFolder = new CTabFolder(shell, SWT.BOTTOM); Composite comp = new Composite(customFolder, SWT.NONE); comp.setLayout(new GridLayout()); for (int i =0; i < 3; i++) { CTabItem item = new CTabItem(customFolder, SWT.NULL); item.setText("CTabItem " + i); if (i ==0) { item.setControl(comp); } } final TabFolder tabFolder = new TabFolder (comp, SWT.BORDER); for (int i=0; i < 6; i++) { TabItem item = new TabItem (tabFolder, SWT.NULL); item.setText ("TabItem " + i); } tabFolder.setLayout(new GridLayout()); tabFolder.setLayoutData(new GridData(GridData.FILL_BOTH)); customFolder.setSize (400, 200); shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } | resolved fixed | 9bc8e8c | ["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/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-09T21:27:37Z" | "2004-06-09T22:26:40Z" |
71,570 | Bug 71570 Tooltips are not shown if shell's client area is located at (0,0) | If you locate a shell with NO_TRIM style at (0,0) or a shell with any other style so that the client area is located at (0,0) no tooltips are shown for the shell's children. The reason is that in Control.hasCursor() this case is excluded (MapWindowPoints returns 0). Why is this necessary ? Is there a workaround except locating the shell f.e. at (0,-1) ? To reproduce this behaviour try this piece of code: import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class ToolTipTest { public static void main (String [] args) { Display display = new Display (); // final Shell shell = new Shell (display, SWT.NO_TRIM); final Shell shell = new Shell (display, SWT.SHELL_TRIM); shell.setLayout (new RowLayout(SWT.VERTICAL)); Button button1 = new Button (shell, SWT.PUSH); button1.setText ("To (100/100)"); button1.setToolTipText("Locates window at (100/100)\nAfter pressing this button tooltips are (still) shown"); button1.addSelectionListener(new SelectionAdapter(){ public void widgetSelected(SelectionEvent e) { shell.setLocation(100, 100); } }); Button button2 = new Button (shell, SWT.PUSH); button2.setText ("To (0/0)"); button2.setToolTipText("Locates window area at (0/0)\nAfter pressing this button tooltips are NOT shown anymore"); button2.addSelectionListener(new SelectionAdapter(){ public void widgetSelected(SelectionEvent e) { Point locationAbsolute = shell.getLocation(); Point clientAreaAbsolute = shell.toDisplay(0,0); int x = locationAbsolute.x - clientAreaAbsolute.x; int y = locationAbsolute.y - clientAreaAbsolute.y; shell.setLocation(x, y); } }); Button button3 = new Button (shell, SWT.PUSH); button3.setText ("Close"); button3.setToolTipText("Closes the window"); button3.addSelectionListener(new SelectionAdapter(){ public void widgetSelected(SelectionEvent e) { shell.dispose(); } }); shell.setSize(150,130); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } | resolved fixed | e5688b4 | ["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 | "2004-08-09T16:03:08Z" | "2004-08-06T13:46:40Z" |
71,019 | Bug 71019 Setting a ToolItem's control to a Button doesn't work in Linux GTK | In a ToolBar, setting a ToolItem's control to a Button doesn't work in Linux GTK. I was under the impression that it should work, since it worked in Windows and adding other SWT controls such as Text worked. A workaround was to add the button to a Composite first. | resolved fixed | 7ee2667 | ["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 | "2004-08-06T20:31:56Z" | "2004-07-28T18:40:00Z" |
71,282 | Bug 71282 Text control has been broken since 3.0 | Several aspects of the Text control have been broken since 3.0 on GTK. SWT.BORDER and SWT.WRAP are no longer honoured. Additionally, all text appears to be vertically aligned center by default. Screenshot forthcoming. | resolved fixed | 20b59fb | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "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 | "2004-08-05T16:18:46Z" | "2004-08-03T13:33:20Z" |
71,277 | Bug 71277 Program.execute does not work on Mac (patch available) | null | resolved fixed | 8d27542 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-05T13:42:43Z" | "2004-08-03T13:33:20Z" |
70,857 | Bug 70857 when the toolBar is wrapped only by a few pixels, removing and adding items causes wrapping to fail | null | resolved fixed | 61dd7a5 | ["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/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-04T21:20:59Z" | "2004-07-26T19:26:40Z" |
69,410 | Bug 69410 TVT3.0: mnemonics doesn't work if focus is in a text widget | OS: Linux (RHEL 3.0) Locales: CHT, CHS and possibly other DBCS, SBCS seems to work fine Build: 3.0GM with NL Language Packs installed 1) Begin creating a new java project 2) Place focus in a text entry widget 3) Now unable to switch focus to other widgets using shortcut keys 4) Place focus on another widget and the shortcut keys work The problem manifests in other panels as well. Bug reproduced in Traditional Chinese and Simplified Chinese locales. English and German are verified to work correctly. | closed fixed | 3dd67fc | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-04T18:53:20Z" | "2004-07-06T18:53:20Z" |
71,338 | Bug 71338 Unsatisfied link error with Combo | v3101 1. Run the attached example jar on the Pocket PC. 2. Select ComboExample from the list and press Run. You'll get an UnsatisfiedLinkError for org/eclipse/swt/internal/win32/OS.GetComboBoxInfo. | resolved fixed | 7d42018 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-08-04T15:13:58Z" | "2004-08-03T21:53:20Z" |
68,292 | Bug 68292 [Import/Export] Import/Export dialogs confused by "Select Types..." | The checkboxes beside the items in the directory tree (left hand pane) are not updated properly when "Select Types..." is used to filter out some of the files to export. To see this, select a project, bring up the Export dialog, use "Select Types..." to filter out some of the files being exported. At this point, the checkmark at the root of the directory hierarchy should be marked "grayed" to indicate partial selection. Instead it is still showing as "checked" to indicate full selection. Same for Import. | resolved fixed | 258f430 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-27T21:07:44Z" | "2004-06-23T14:13:20Z" |
30,983 | Bug 30983 ACC - I20030205 - Can't switch tabs using keyboard | Major accessibility issue for Eclipse Open ControlExample Give focus to a tab folder. Press Tab or arrow or space or enter or anything: cannot switch to the next tab folder. Problem seems that the tab folder 'eats' the arrow key and loses focus instead of giving focus to the next tab folder. In Eclipse, you can for example go to Preferences > Debug > launch history and try switching between the tabs. Works on Windows. | resolved fixed | 5c85236 | ["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/Shell.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 | "2004-07-26T18:29:24Z" | "2003-02-05T15:46:40Z" |
37,868 | Bug 37868 Setting a GridLayout on a TabFolder gives strange behavior when resizing | Although it doesn't make sense to set a layout on a TabFolder, I've seen this done many times. The problem is that it doesn't affect the look in windows, but in motif, the widgets appear in bits and pieces after resizing the window. Would it make sense to override setLayout() in TabFolder as a no-op, as an added safety mechanism, or to throw an exception? | resolved fixed | 2e28a9e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-22T19:14:25Z" | "2003-05-20T14:13:20Z" |
70,160 | Bug 70160 Image(Device, InputStream) throws incorrect/unspec'd exception | The existing JUnit test that attempts to load an empty file throws an exception with error code ERROR_UNSUPPORTED_FORMAT. Based on the spec I would have expected an ERROR_INVALID_IMAGE. | resolved fixed | c9dfe7c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.java", "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 | "2004-07-21T21:27:04Z" | "2004-07-15T19:33:20Z" |
68,643 | Bug 68643 [browser] characters are not always typed in in text field | Run the browser example, then resize the window to be larger. Frequently the new area is not painted for an extended period of time (sometimes never). Similarly, follow a link to a page with a text field. Attempt to type in the text field. Frequently characters are not delivered, even though the i-beam is inplace and flashing. | resolved fixed | 2980d62 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-21T19:11:24Z" | "2004-06-25T19:00:00Z" |
68,855 | Bug 68855 org.eclipse.swt.tools.internal.SwtJniGen is not working properly | Jni generator uses org.eclipse.swt.internal.Platform claas to determine platform. This class is not part of SWT package for amd64 it generates it still thinks that platform is win32. This is happening due to swttools.jar is built using win32 platform and final PLATFORM string is inline into swttools.jar. So I had to rebuild swttools.jar and make some dances to feed proper Platform.java. I suggest passing platform attribute to ant task org.eclipse.swt.tools.internal. SwtJniGen so swttool.jar has no dependency on org.eclipse.swt.internal.Platform class | resolved fixed | 84efa5d | ["bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/JNIGenerator.java", "bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/JNIGeneratorApp.java", "bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/NativesGenerator.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-20T20:09:36Z" | "2004-06-29T11:53:20Z" |
68,759 | Bug 68759 Confirm dialog doesn't work in the embedded Mozilla browser widget | Eclipse 3.0 RC3, mozilla-1.4-3.0.18 Confirm dialog doesn't work in the embedded Mozilla browser widget (work in the external Mozilla browser). Here's a testcase: <html> <body> This is a test. </body> </html> <script language="javascript"> if (confirm("This is a confirm dialog")) alert('You clicked OK'); else alert('You clicked Cancel'); </script> In the external Mozilla browser, the confirm dialog and the alert dialog show up correctly. However, in the embedded Mozilla browser, the confirm dialog doesn't show up at all. Studio v6's Web services tooling, more specifically, the Web Services Explorer is depended on this fix for the Eclipse 3.0 timeframe. | resolved fixed | 5a051f9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/PromptService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/PromptService.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-20T15:57:45Z" | "2004-06-28T16:26:40Z" |
67,165 | Bug 67165 [Browser] HTML not rendered w/XP style using javaw.exe.manifest comctl | Other widgets created with the same jvm do reflect comctl 6.0 look & feel, but the HTML in the browser is rendered old-style. | resolved fixed | b893e09 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-20T14:08:55Z" | "2004-06-15T00:40:00Z" |
68,571 | Bug 68571 drawText(text, 0, 0, SWT.DRAW_DELIMITER) is now right-justified | Given: public class DrawText { private static final String someText = "The quick brown fox\njumped " + "over\nthe lazy\ndog."; public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); new Canvas(shell, SWT.NULL).addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { e.gc.drawText(someText, 0, 0, SWT.DRAW_DELIMITER); } }); shell.setSize(200, 200); shell.open(); while (display.readAndDispatch()) display.sleep(); shell.dispose(); display.dispose(); } } with RC3 on Linux/GTK, I get the attached screen shot as a result. Since this is a changed behavior (a regression, maybe), I'm expecting that this is a bug. | resolved fixed | 6b81e1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-15T16:51:46Z" | "2004-06-25T05:06:40Z" |
66,507 | Bug 66507 ToolItem.getBounds() replied {-1,-1,1,1} is shell is not visible | I200406090800, GTK+ 2.4.1, KDE 3.2.2, Linux 2.6.4 In PerspectiveSwitcher, we are attempting to manipulate the layout of a ToolBar that is positioned in a Shell that is not yet open. When we ask for the bounds of the ToolBar, we get expected values. However, when we ask for the bounds of one of its items, we get {-1,-1,1,1}. Working with Steve Northover, we tried a simple fix of forcing the parent to relayout. This solved this immediate problem, but seemed to cause problems for other pieces of UI code. | resolved fixed | 8091e5c | ["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 | "2004-07-15T16:10:01Z" | "2004-06-10T15:06:40Z" |
69,509 | Bug 69509 Combobox computeSize() doesn't take the down arrow into account | When performing a computeSize(SWT.DEFAULT, SWT.DEFAULT) on a combobox, the size adjusts properly minus the size of the drop down arrow! When this arrow is pressed, the list is the appropriate size for all items. If the largest item is selected, and displayed when "rolled up" then the full text cannot be seen. I don't know if this happens in 2.1.2 or higher since I am using 2.1.1 at this time. | resolved fixed | 857230d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-14T20:53:08Z" | "2004-07-07T19:53:20Z" |
69,721 | Bug 69721 Control+backspace key combination does not work in Text widgets | In an input box when the control+backspace key combination is pressed the behaviour is strange. An empty rectangle is drawn. Reproducibility: always Steps to reproduce: 1. Find an editor having an Text widget. 2. Write some content separated by spaces, like "asdf asdf asdf asdf" (without the quotes). 3. Erase words with the control+backspace combination key. Actual result: Empty rectangles (probably representing the control+backspace key combination) are written. Expected result: A word must be erased each time the control+backspace key combination is pressed. | resolved fixed | 706273e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.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 | "2004-07-14T19:01:13Z" | "2004-07-09T13:33:20Z" |
69,881 | Bug 69881 In ScrolledComposite, vertical scrollbar does not appear | null | resolved fixed | 3cbed1e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-12T21:36:31Z" | "2004-07-12T22:06:40Z" |
52,059 | Bug 52059 SashForm right/bottom constraint is not computed correctly | null | resolved fixed | d830cd3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-08T17:23:32Z" | "2004-02-14T17:33:20Z" |
67,489 | Bug 67489 CLabel does not save alignment in style bits | RC2 Run this snippet. Note that the CLabel is right-aligned, but the getStyle() says it is left-aligned. The problem is that RIGHT and CENTER style bits are thrown away in checkStyle(). Is there a reason for this? import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.events.*; import org.eclipse.swt.custom.*; public class CLabelAlignmentStyleTest { static Display display; static Shell shell; static CLabel label; public static void main(String[] args) { display = new Display(); shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setText("CLabel Alignment Style Test"); label = new CLabel(shell, SWT.RIGHT); label.setText("CLabel"); int style = label.getStyle(); System.out.println("CLabel alignment=" + ((style & SWT.LEFT) != 0 ? "LEFT" : (style & SWT.RIGHT) != 0 ? "RIGHT" : (style & SWT.CENTER) != 0 ? "CENTER" : "UNKNOWN")); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } | resolved fixed | 2069226 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-07T20:51:10Z" | "2004-06-16T18:20:00Z" |
59,630 | Bug 59630 [Dialogs] Accessibility: [Search dialog] Cannot select Choose working set text without mouse | All text selectable by mouse should also be selectable by using shift and arrow keys. Open the C/C++ search dialog. In the scope group, check "working set". Click "Choose working set". Create a working set and choose it. In the search dialog, you cannot select the working set text with shift and arrow keys, but you can with the mouse. | resolved fixed | 4bb20f0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-07T18:39:34Z" | "2004-04-22T13:20:00Z" |
68,950 | Bug 68950 Bug in List.showSelection method | List.showSelection method doesn't always make the selection visible. The problem is in calculation of bottomIndex. int bottomIndex = Math.min (topIndex + visibleCount + 1, count - 1); has to be changed to: int bottomIndex = Math.min (topIndex + visibleCount - 1, count - 1); | resolved fixed | d2fc065 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-07T15:54:21Z" | "2004-06-30T01:46:40Z" |
21,089 | Bug 21089 CTabFolder - close button doesn't appear when tab moves under mouse | Build GM2 Ensure that your perspective is full of editor tabs, but not so full that the 'left/right' arrows appear in the tab area of the CTabFolder. Close the rightmost tab using your mouse. When you close it, the remaining tabs will expand a bit to fill the full space at the top. This means that another tab is now under the cursor. However the tab did not detect that it was redrawn under the mouse cursor, so it doesn't display its close box. Moving the mouse slightly causes the close box to appear. | resolved fixed | 9a842e2 | ["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 | "2004-07-06T21:21:46Z" | "2002-06-27T20:33:20Z" |
37,735 | Bug 37735 TreeViewer's Tree gets two selectionChanged events when it gets focus | This is similar to bugs 13171 and 13498. Make a TreeViewer on a dialog in Linux GTK and give any widget except the Tree widget the initial focus. Change the focus to the Tree widget. I get two selectionChanged events. | resolved fixed | 3bd2df5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-06T20:37:26Z" | "2003-05-15T17:33:20Z" |
49,598 | Bug 49598 place arbitrary controls in a table has wrong tab order | null | resolved fixed | d44bd5c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-06T17:49:57Z" | "2004-01-06T20:13:20Z" |
60,768 | Bug 60768 CBanner at top does vertical sizing based on left components | If the text on the buttons on the right is larger than the height of the image alone, then the buttons become cut off. This can be easily seen by bumping up the font size on the OS. It happens by default on my machine. This should be easy enough to fix, but has a fairly significant visual effect for Linux users. | verified fixed | 9375eac | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBanner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-07-06T15:06:38Z" | "2004-05-03T16:00:00Z" |
64,610 | Bug 64610 hover over chevron for Ctabfolder not big enough for large fonts | build I20040521 - set your system to use Windows Large Fonts - open more editors or views than can be shown in the tab folder, note that the hover box cuts off the number in the chevron. see attached image. | resolved fixed | d738069 | ["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 | "2004-07-05T13:52:51Z" | "2004-05-28T18:46:40Z" |
68,070 | Bug 68070 Label does not draw background correctly | 3.0 RC3 Works correctly everywhere except motif. Bring up the tooltip for the tab item on a CTabFolder. The "yellow" filling does not extend all the way down to the black border. There is one row of pixels across the bottom that is in the default background colour. | resolved fixed | 93bc07f | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-29T21:31:17Z" | "2004-06-21T20:33:20Z" |
68,661 | Bug 68661 Trees are eager to expand | null | resolved fixed | 7da7d8e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-28T19:21:23Z" | "2004-06-25T19:00:00Z" |
24,959 | Bug 24959 CoolBar with SWT.DROP_DOWN style | Run ControlExample on W2K. Also observed on WinXP. Go to Coolbar tab Set the DROP_DOWN style Move a coolitem so that it partially hides another coolitem containing the 'red circle' icon. The chevron appears normally indicating that the 'red circle' is partially obfuscated. - If the red circle is more than 80% covered, the chevron correctly expands to show the full red circle item. - If the red circle is slightly less covered (enough so that the chevron appears), the chevron can be clicked but does not expand to the full red circle item. This sounds like a bug to me. Is it the desired native widget behaviour? | resolved fixed | c82ff0c | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-28T18:14:18Z" | "2002-10-17T13:06:40Z" |
68,074 | Bug 68074 Couple of bad pixels in SWT.FLAT | SWT.BORDER style | 3.0 RC3 Run the custom control example. In the CTabFolder tab , select NOT Simple Tabs, SWT.FLAT and SWT.BORDER. Make the CTabFolder be the preferred size. Select the last tab. Notice that at the far right a couple of pixels are not drawn in teh border. See attachment. | resolved fixed | 95d2b87 | ["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 | "2004-06-28T16:06:35Z" | "2004-06-21T20:33:20Z" |
68,667 | Bug 68667 NPE in AddressBook example | RC4 - run the AddressBook example - File -> Open Address Book... --> opens a FileDialog - change the file filter in the dialog to * to show all files (assuming you're on a platform whose FileDialog shows this filter) - select some random file that has nothing to do with the AddressBook example, Open - will get the following NPE: java.lang.NullPointerException at org.eclipse.swt.examples.addressbook.AddressBook$RowComparator.compare(AddressBook.java:870) at java.util.Arrays.mergeSort(Arrays.java:1278) at java.util.Arrays.mergeSort(Arrays.java:1289) at java.util.Arrays.mergeSort(Arrays.java:1289) at java.util.Arrays.mergeSort(Arrays.java:1289) at java.util.Arrays.mergeSort(Arrays.java:1289) at java.util.Arrays.mergeSort(Arrays.java:1289) at java.util.Arrays.sort(Arrays.java:1219) at org.eclipse.swt.examples.addressbook.AddressBook.openAddressBook(AddressBook.java:326) at org.eclipse.swt.examples.addressbook.AddressBook.access$9(AddressBook.java:268) at org.eclipse.swt.examples.addressbook.AddressBook$9.widgetSelected(AddressBook.java:509) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2938) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2642) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) | resolved fixed | 360a4cb | ["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 | "2004-06-28T14:13:22Z" | "2004-06-25T19:00:00Z" |
68,096 | Bug 68096 SWT exception docking a detached view | 3.0 RC3 I was running a simple workbench and detaching/docking (I was taking screen shots of the navigator for some documentation) the navigator view. I think this was repeated 20 or so times. Then, while docked I tried to open the context menu, and the following exceptino occured. I was asked to quit the workbench because of the SWT exception. Not the funny context menu that appears, no separators. | resolved fixed | a4b4318 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "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", "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 | "2004-06-23T20:25:32Z" | "2004-06-21T20:33:20Z" |
68,102 | Bug 68102 No mouse up when tree expansion indicator selected | The Macintosh eats the up in this case, probably internally calling TrackMouseLocation() somewhere in the DataBrowser code. This manifests itself in Eclipse as 'single click ignored'. You expand a bunch of tree nodes and then single click on an item, it selects and nothing happens. Then you click again on the item and the selection action happens. | resolved fixed | 88d91fd | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.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 | "2004-06-22T15:55:05Z" | "2004-06-21T20:33:20Z" |
67,928 | Bug 67928 [Browser] Enter path to non-existing file brings NullPE | null | resolved fixed | 3d683bc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-22T15:17:56Z" | "2004-06-19T13:00:00Z" |
67,935 | Bug 67935 Typo in SWT_AWT.new_Frame javadoc | There is no such thing as a "heightweight" component... You must mean heavyweight. | resolved fixed | 434626c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-21T15:53:11Z" | "2004-06-19T21:20:00Z" |
67,825 | Bug 67825 [browser] browser crashes on jdk 1.5 beta applets | null | resolved fixed | c1e796d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-18T18:31:33Z" | "2004-06-18T14:46:40Z" |
48,492 | Bug 48492 Eclipse crashes on GTK (linux) while Cell Editor in Property View loosing focus | During implementation of custom contents for properties view (IPropertySource for specific selection) we found that eclipse crashes on GTK (Linux) in some special conditions: 0. In our IPropertySource implementation we have editable text property. 1. Open CellEditor for the editable property 2. Change it's value 3. Click to some other property in properties view of to the properties view background. We found that after step 3. The following sequence of calls lead us to the crash: 1. Cell Editor receive focuslost event and start "applyEditorValue()" process 2. PropertySheetEntry is trying to refresh property sheet contents (refreshFromRoot() method) by looking for appropriate IPropertySource and trying to collect valid IPropertyDescriptors from this IPropertySource instance by calling IPropertySource.getPropertyDescriptors() 3. Eclipse crashes sometimes later if our instance of IPropertySoruce return empty array (IPropertyDescriptors [0]) during this call. The same sequence works correctly on Windows. The following trace present in console on setting org.eclipse.swt.graphics.Device.DEBUG = true: java.lang.Error at org.eclipse.swt.graphics.Device.logProc(Device.java:539) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:635) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1638) 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:858) 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) Gtk-ERROR **: file gtkrbtree.c: line 1189 (_gtk_rbtree_find_offset): assertion failed: (tree) aborting... | resolved fixed | 300ace8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-18T17:27:30Z" | "2003-12-11T16:26:40Z" |
62,405 | Bug 62405 Editor drop down performance slow on Linux-GTK on mouse move | null | resolved wontfix | 14133ff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GdkEventMotion.java", "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/Display.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 | "2004-06-18T16:16:02Z" | "2004-05-15T19:40:00Z" |
67,185 | Bug 67185 Bug in emulated TextLayout.setFont(Font) | null | resolved fixed | 7194175 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-17T21:51:31Z" | "2004-06-15T09:00:00Z" |
66,717 | Bug 66717 SHADOW_IN style hides Group title | RC2 candidate - run the ControlExample, go to the Group tab - turn on the Title Text checkbox --> adds a title to the example Group - select the SWT.SHADOW_IN radio and the title disappears - the title remains visible for all of the other SHADOW_* radios, and should be for SHADOW_IN as well | resolved fixed | 3ea97ea | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-17T17:30:32Z" | "2004-06-11T16:06:40Z" |
58,642 | Bug 58642 [misc] caret disappears from java editor | Steps to reproduce: 1. open a java source file in eclipse 2. move the cursor to a method call 3. press F2 to see quick docs 4. press Esc to make the quick docs window and the cursor from the java editor to disappear Effect: the cursor can nowhere be seen in the java editor but can be moved, type at, etc. If I switch virtual workspaces back and forth, the cursor comes back. Environment: linux gtk2, gnome2.6 with openbox3 and metacity window manager Comment: it happens every time with openbox3. It tend to happen only for the second try using metacity. | resolved fixed | 658c16d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/XFocusChangeEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-17T16:15:04Z" | "2004-04-15T14:40:00Z" |
67,483 | Bug 67483 No chevron when not enough space to show all the tabs in CTabFolder | PDE editors (schema and feature) use CTabFolder inside a page. When the page is made narrow enough, some tabs are dropped but there is no way to access them (no chevron). Steps to reproduce: 1) Create a new feature project 2) Switch to the 'Information' page in the newly opened feature editor. It should have three tabs 'Feature description', 'Copyright Notice' and 'License Agreement'. 3) Make the editor narrower until 'License Agreement' goes away. 4) Observe - there is no way to access the tab. This is a problem for us because some people already asked as if License Agreement is not required in 3.0. | resolved fixed | 5497e9c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-17T15:14:44Z" | "2004-06-16T15:33:20Z" |
53,920 | Bug 53920 Slow performance updating target | I have a target platform with ~400 plugins. I'm using dynamic classpaths. When I go to the PDE preferences, reload a new target, click not in workspace, and hit ok, it takes a very long time before I have control again. Seems like some refresh is going on as well as threads in the job queue. This is using M7 as the development environment. | resolved fixed | 6b597d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-17T06:50:34Z" | "2004-03-05T18:06:40Z" |
67,355 | Bug 67355 Setting font back to its default value in a table tree widget causes an illegalArgumentException | RC2, linux, motif. Custom widget example. Open the table tree tab. Change the font, then change the default. You will get the following exception. Exception in thread "main" java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2677) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.graphics.GC.setFont(GC.java:2504) at org.eclipse.swt.widgets.TableItem.drawText(TableItem.java:258) at org.eclipse.swt.widgets.TableItem.paint(TableItem.java:1124) at org.eclipse.swt.widgets.Table.paintSubItem(Table.java:1936) at org.eclipse.swt.widgets.Table.paintItems(Table.java:1903) at org.eclipse.swt.widgets.Table.paint(Table.java:1834) at org.eclipse.swt.widgets.Table.handleEvents(Table.java:1437) at org.eclipse.swt.widgets.SelectableItemWidget$2.handleEvent(SelectableItemWidget.java:1199) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:752) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:738) at org.eclipse.swt.widgets.Control.XExposure(Control.java:2963) at org.eclipse.swt.widgets.Composite.XExposure(Composite.java:865) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:906) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3478) at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2640) at org.eclipse.swt.examples.controlexample.CustomControlExample.main(CustomControlExample.java:55) | verified fixed | 844f6f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Header.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-06-16T20:05:22Z" | "2004-06-15T20:06:40Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.