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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
48,036 | Bug 48036 [browser] crash on IE when using javascript to close more than 2 windows | null | resolved fixed | 3bb222b | ["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 | "2003-12-03T23:13:52Z" | "2003-12-03T22:20:00Z" |
47,898 | Bug 47898 StyledText leaking StyleRanges | Each time a java editor is open, even repeatedly for a given resource, a new set of StyleRanges is created for its contents. However when the editor is closed the StyleRanges don't go away. These accumulate quite quickly, need to find out what's happening here. | resolved fixed | c02cc10 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-03T16:20:40Z" | "2003-12-02T15:46:40Z" |
47,894 | Bug 47894 Combo layout problems | I20031202 The Combo seems to live partially outside of its content rectangle (see attachments). That makes any interaction very difficult. | resolved fixed | 857a107 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-03T16:20:12Z" | "2003-12-02T15:46:40Z" |
47,916 | Bug 47916 [browser] crash on IE when setting text multiple time with links | null | resolved fixed | f1ebc81 | ["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 | "2003-12-02T20:11:45Z" | "2003-12-02T21:20:00Z" |
47,039 | Bug 47039 Inconsistent shutdown | null | resolved fixed | 1b90996 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-27T22:24:28Z" | "2003-11-19T22:13:20Z" |
46,810 | Bug 46810 unexpected behavior for TableItem.setBackground() when column is not left-aligned | When a table column is not left-aligned(i.e. SWT.CENTER or SWT.RIGHT is used), calling TableItem.setBackground() will only set the background color of each cell from where the text starts to the end of the cell, not the entire cell. So when you select a row, instead of the whole row being colored the same continuously from left to right, you have all these white spaces on the left of each cell. | resolved fixed | e4ad7e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T21:41:11Z" | "2003-11-17T23:00:00Z" |
47,170 | Bug 47170 cheese when resize with focus ring | I20031119 - Jaguar Run the Control example Go to the Combo tab Put focus in the Combo widget so that it gets a blue focus ring Select Fill Horizontal for size. Note that the focus ring is not redrwan for the new size. | resolved fixed | dec6977 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T20:32:34Z" | "2003-11-20T20:26:40Z" |
46,707 | Bug 46707 NPE when closing eclipse. | java.lang.NullPointerException at org.eclipse.swt.dnd.Clipboard.dispose(Clipboard.java:146) at org.eclipse.swt.custom.StyledText.handleDispose(StyledText.java:5180) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5025) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:871) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:759) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1434) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:188) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:724) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:366) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:371) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:665) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:753) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:375) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:365) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:485) at org.eclipse.swt.widgets.Display.release(Display.java:1927) at org.eclipse.swt.graphics.Device.dispose(Device.java:212) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2025) 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:295) at org.eclipse.core.launcher.Main.run(Main.java:751) at org.eclipse.core.launcher.Main.main(Main.java:587) | resolved fixed | 94e65fe | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/emulated/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/photon/org/eclipse/swt/dnd/Clipboard.java", "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 | "2003-11-26T20:23:43Z" | "2003-11-14T22:46:40Z" |
47,173 | Bug 47173 Combo - combo size for bigger font is wrong | I20031119 - Jaguar Run the ControlExample Go to the Combo tab change the font to be much larger. Click on "Preferred size" and notice that the Combo is too small. | resolved wontfix | e44d652 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T20:10:32Z" | "2003-11-20T20:26:40Z" |
47,245 | Bug 47245 setEditable() method for Combo or CCombo | At present it is not possible to change a Combo or CCombo from being editable to non-editable or vica-versa once it has been created. This can only be set when the Combo/CCombo is created by using the SWT.READ_ONLY constant. I have an application where I would like to change the editability of a CCombo depending on the selection in other widgets. It seems that I will have to create a new CCombo each time and copy the content across. It would be much more convenient to have a setEditable() method. | resolved fixed | 83bc342 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T19:46:06Z" | "2003-11-21T15:53:20Z" |
47,468 | Bug 47468 Support "full keyboard access" mode. | Open the system preferences, choose the "Keyboard & Mouse" panel (OS X 10.3.1), select "Turn on full keyboard access". This allows you to tab to buttons, etc. Try it in the dialog. Note: This does not work in Safari html forms either. | resolved fixed | f959ba5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T19:41:25Z" | "2003-11-25T22:40:00Z" |
47,366 | Bug 47366 [New Look] Area not painted when tab in the background | M5 Integration build when I place one window below the other and resize the top window such that is reveals a tab in the window below, the bottom right of the tab is not filled in. see attachment: | resolved fixed | 0bcc948 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder2.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T18:15:39Z" | "2003-11-24T18:53:20Z" |
46,896 | Bug 46896 CCombo setEnabled | When using CCombo and setting it to be disabled the Text and button do not appear disabled (using swt-win32-2135.dll) I've created a similar control (a composite that includes a Text and a Button) which pops up a calendar dialog and found that I had to implement setEnabled in the following way: public void setEnabled(boolean enable) { super.setEnabled( enable ); text.setEnabled( enable ); arrow.setEnabled( enable ); } Can the previous code be added to the CCombo class so the text field and button appear disabled like a normal Combo? | resolved fixed | c32699a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-26T14:41:24Z" | "2003-11-18T21:13:20Z" |
47,391 | Bug 47391 Combo.deselect(int) and deselectAll() doesn't work | These methods do nothing in SWT 3.0M5 for GTK (3030). Try this code (select something from list and then hit the button, selection remains the same): import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.custom.*; public class Main { public static void main(String [] args) { Display display = Display.getDefault(); final Shell shell = new Shell(display); shell.setLayout(new RowLayout()); final Combo c = new Combo(shell, SWT.READ_ONLY|SWT.DROP_DOWN); // this doesn't work too // final CCombo c = new CCombo(shell, SWT.READ_ONLY|SWT.DROP_DOWN); c.setItems(new String[] {"1st item", "2nd item", "3rd item"}); Button b = new Button(shell, SWT.PUSH); b.setText("clear"); b.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { c.deselectAll(); // this doesn't work too // c.deselect(c.getSelectionIndex()); } }); shell.setDefaultButton(b); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } In SWT 2135 it works (even not so clear too - the 1st item in a list is selected (even if nothing selected before) instead of deselecting items, this appeared on Linux-GTK, on MS Windows it's OK). | resolved fixed | 0ebff91 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-25T20:43:53Z" | "2003-11-25T08:46:40Z" |
47,143 | Bug 47143 List.add() != List.getItems() if string contains '\n' | Run the latest junit tests to see this. | resolved fixed | abbb462 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/FileDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-25T19:51:57Z" | "2003-11-20T20:26:40Z" |
45,419 | Bug 45419 [browser] add api to read html from memory on Photon Browser | 1. Implement the following api: public boolean setText(String html); where html contains plain html as in: String html = "<HTML><HEAD><TITLE>HTML example</TITLE></HEAD><BODY><H1>HTML example</H1><P>This is a really cool page</P></BODY></HTML>"; browser.setText(html); // render this page 2. Investigate if the following api could be implemented on Photon: public boolean setText(String html, String urlSource); where html is an html document that may refer to links relative to the location url (for examples, images). public boolean setText(InputStream data, String mime, String url); where data is a binary stream containing a document to be interpreted by a reader for the given mime type (html, text, etc). If this is relevant to the given mime type, relative links are relative to the given url argument. | resolved fixed | 0f4b2eb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/PtWebClientData_t.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/PtWebDataReqCallback_t.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-24T17:31:24Z" | "2003-10-22T22:00:00Z" |
46,859 | Bug 46859 Combo API doc/problems | v3030 The add(String,int) method should throw an InvalidRange error when int is < 0 as the API states and to be consistent with List. The test case for the add method includes this particular scenario (the code is currently commented out). The documentation for the setItem(String) and setItems(String[]) methods should indicate that NullArgument exception thrown. | resolved fixed | 846f14e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-21T21:35:38Z" | "2003-11-18T18:26:40Z" |
47,146 | Bug 47146 Group label should have same foreground/background as Group | It does currently get the font, but not the colours. | resolved fixed | 008c916 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-21T00:41:16Z" | "2003-11-20T20:26:40Z" |
47,084 | Bug 47084 No mouseUp events for the left mouse button | I have attached a MouseListener to a Slider control. I see mouseDown events fired when I click any of the mouse buttons, but I only receive mouseUp events for the right button and the wheel. No mouseUp event gets generated for the left mouse button. | resolved fixed | a1fa08f | ["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 | "2003-11-20T16:42:39Z" | "2003-11-20T14:53:20Z" |
46,068 | Bug 46068 [browser] linux motif Browser shows up non embedded if previous instance disposed | null | resolved fixed | 3bac577 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-18T21:53:00Z" | "2003-11-04T21:06:40Z" |
16,011 | Bug 16011 Copy not working. | When pressing CTRL+C or selecting "Edit->Copy" from the menu, the copy buffer is not filled. This happens most of the time altough occasionaly the buffer is filled (maybe one out of 100 times). If I copy some text from another application and paste into Eclipse the text is pasted as expected. | resolved fixed | d7375e4 | ["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 | "2003-11-18T16:47:29Z" | "2002-05-15T05:20:00Z" |
46,688 | Bug 46688 eclipse 3.0M4 left out a char symbol behind | Hey! Eclipse 3.0 M3 had it, but the new version, M4, just forgot everything about this: ^ I can't input chars like a, o.. That's it. :-) | resolved fixed | 3d65a10 | ["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/Control.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/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-18T01:15:50Z" | "2003-11-14T17:13:20Z" |
46,702 | Bug 46702 List.getFocusIndex() does not answer -1 | Run the snippet below, click on the empty list, and it prints its focus index as 0 even though it has no items. Same happens if you have a list with items and then do a List.removeAll(). According to the javadoc these should answer - 1, which is what (for instance) gtk does. public static void main(String[] args){ Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,100,100); final List list = new List(shell,SWT.SINGLE); // SWT.MULTI does the same list.setBounds(10,10,80,50); list.addListener(SWT.MouseDown, new Listener() { public void handleEvent(Event event) { System.out.println(list.getFocusIndex()); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } Looking at the implementation of getFocusIndex(), I don't think that LB_GETCARETINDEX ever answers -1. Perhaps we should just answer -1 whenever the list contains no items. | resolved fixed | 7541586 | ["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 | "2003-11-17T19:27:44Z" | "2003-11-14T20:00:00Z" |
46,722 | Bug 46722 Crash on open of any java source | System crashes when trying to open a java source file. Here's the dump: Date/Time: 2003-11-14 23:36:20 -0500 OS Version: 10.3.1 (Build 7C107) Command: java_swt (/Applications/eclipse/I20031114/eclipse/Eclipse.app/Contents/MacOS/ java_swt) PID: 4875 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: #0 0x90192e58 in CFArrayGetCount (CFArrayGetCount + 52) #1 0x0245b43c in Java_org_eclipse_swt_internal_carbon_OS_CFArrayGetCount (Java_org_eclipse_swt_internal_carbon_OS_CFArrayGetCount + 40) #2 0x03d9e580 in 0x3d9e580 #3 0x03d97ef0 in 0x3d97ef0 #4 0x03d97ec0 in 0x3d97ec0 #5 0x03d97e30 in 0x3d97e30 #6 0x03d97e30 in 0x3d97e30 #7 0x03d97e30 in 0x3d97e30 #8 0x03d97e30 in 0x3d97e30 #9 0x03d98190 in 0x3d98190 #10 0x03d97fb0 in 0x3d97fb0 #11 0x03d97fb0 in 0x3d97fb0 #12 0x03d97fb0 in 0x3d97fb0 #13 0x03d97fb0 in 0x3d97fb0 #14 0x03d97fb0 in 0x3d97fb0 #15 0x03d97fb0 in 0x3d97fb0 #16 0x03d97fb0 in 0x3d97fb0 #17 0x03d97fb0 in 0x3d97fb0 #18 0x03d97fb0 in 0x3d97fb0 #19 0x03d97fb0 in 0x3d97fb0 #20 0x03d98310 in 0x3d98310 #21 0x0400e814 in 0x400e814 #22 0x0407c1c8 in 0x407c1c8 #23 0x03d97fb0 in 0x3d97fb0 #24 0x03d97fb0 in 0x3d97fb0 #25 0x03d97fb0 in 0x3d97fb0 #26 0x03d97fb0 in 0x3d97fb0 #27 0x03d97fb0 in 0x3d97fb0 #28 0x03d97fb0 in 0x3d97fb0 #29 0x03d97fb0 in 0x3d97fb0 #30 0x03d98310 in 0x3d98310 #31 0x03d97fb0 in 0x3d97fb0 #32 0x03d97fb0 in 0x3d97fb0 #33 0x03d97fb0 in 0x3d97fb0 #34 0x03d97ec0 in 0x3d97ec0 #35 0x03d97ec0 in 0x3d97ec0 #36 0x03d97ec0 in 0x3d97ec0 #37 0x03d97ec0 in 0x3d97ec0 #38 0x03d98310 in 0x3d98310 #39 0x03d97fb0 in 0x3d97fb0 #40 0x03d98220 in 0x3d98220 #41 0x03d97ec0 in 0x3d97ec0 #42 0x03d97ec0 in 0x3d97ec0 #43 0x03d97ec0 in 0x3d97ec0 #44 0x03d97fb0 in 0x3d97fb0 #45 0x03d97fb0 in 0x3d97fb0 #46 0x03d97fb0 in 0x3d97fb0 #47 0x03d97fb0 in 0x3d97fb0 #48 0x03d98310 in 0x3d98310 #49 0x03d98310 in 0x3d98310 #50 0x0400e814 in 0x400e814 #51 0x0407c1c8 in 0x407c1c8 #52 0x03d97fb0 in 0x3d97fb0 #53 0x03d97fb0 in 0x3d97fb0 #54 0x03d97fb0 in 0x3d97fb0 #55 0x03d98310 in 0x3d98310 #56 0x03d97fb0 in 0x3d97fb0 #57 0x03d97fb0 in 0x3d97fb0 #58 0x03f77bf0 in 0x3f77bf0 #59 0x03d97fb0 in 0x3d97fb0 #60 0x03d97fb0 in 0x3d97fb0 #61 0x03d97e30 in 0x3d97e30 #62 0x03d97e30 in 0x3d97e30 #63 0x03d97fb0 in 0x3d97fb0 #64 0x03d97ef0 in 0x3d97ef0 #65 0x03d97ef0 in 0x3d97ef0 #66 0x03d97ef0 in 0x3d97ef0 #67 0x03d98220 in 0x3d98220 #68 0x03d97ec0 in 0x3d97ec0 #69 0x03d9516c in 0x3d9516c #70 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #71 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #72 0x948538e4 in JVM_IsNaN (JVM_IsNaN + 23316) #73 0x9487b234 in __floatdisf (__floatdisf + 3828) #74 0x948a9150 in JVM_InvokeMethod (JVM_InvokeMethod + 496) #75 0x03d9e580 in 0x3d9e580 #76 0x03d97ec0 in 0x3d97ec0 #77 0x03d97ec0 in 0x3d97ec0 #78 0x03d98220 in 0x3d98220 #79 0x03d97ec0 in 0x3d97ec0 #80 0x03d97ec0 in 0x3d97ec0 #81 0x03d97ec0 in 0x3d97ec0 #82 0x03d9516c in 0x3d9516c #83 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #84 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #85 0x948d06fc in JVM_UnloadLibrary (JVM_UnloadLibrary + 62364) #86 0x9499e79c in jio_vsnprintf (jio_vsnprintf + 66524) #87 0x000034b4 in main (java_swt.c:364) #88 0x000020e4 in _start (crt.c:267) #89 0x00001f58 in start (start + 48) Thread 1: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x9487f80c in JNI_CreateJavaVM_Impl (JNI_CreateJavaVM_Impl + 17580) #3 0x9487f7a0 in JNI_CreateJavaVM_Impl (JNI_CreateJavaVM_Impl + 17472) #4 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #5 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 2: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584) #3 0x947da944 in __divdi3 (__divdi3 + 20612) #4 0x947f0480 in JVM_GetMethodIxModifiers (JVM_GetMethodIxModifiers + 1264) #5 0x94897b8c in JVM_GetInterfaceVersion (JVM_GetInterfaceVersion + 97052) #6 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #7 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 3: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456) #3 0x947a2034 in _mh_dylib_header (_mh_dylib_header + 8244) #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820) #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264) #6 0x03d9e580 in 0x3d9e580 #7 0x03d97fb0 in 0x3d97fb0 #8 0x03d97fb0 in 0x3d97fb0 #9 0x03d9516c in 0x3d9516c #10 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #11 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #12 0x94818868 in JVM_Close (JVM_Close + 1208) #13 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #14 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #15 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #16 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #17 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 4: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456) #3 0x947a2034 in _mh_dylib_header (_mh_dylib_header + 8244) #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820) #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264) #6 0x03d9e580 in 0x3d9e580 #7 0x03d97fb0 in 0x3d97fb0 #8 0x03d97ec0 in 0x3d97ec0 #9 0x03d97ec0 in 0x3d97ec0 #10 0x03d9516c in 0x3d9516c #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #13 0x94818868 in JVM_Close (JVM_Close + 1208) #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #18 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 5: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584) #3 0x947b7130 in JVM_GetCPMethodSignatureUTF (JVM_GetCPMethodSignatureUTF + 6160) #4 0x947b72d0 in JVM_GetCPMethodSignatureUTF (JVM_GetCPMethodSignatureUTF + 6576) #5 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #6 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 6: #0 0x90014628 in semaphore_wait_trap (semaphore_wait_trap + 8) #1 0x948d2e80 in JVM_UnloadLibrary (JVM_UnloadLibrary + 72480) #2 0x948d2044 in JVM_UnloadLibrary (JVM_UnloadLibrary + 68836) #3 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #4 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #5 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 7: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456) #3 0x947da9a4 in __divdi3 (__divdi3 + 20708) #4 0x94811ce0 in JVM_GetFieldIxModifiers (JVM_GetFieldIxModifiers + 2912) #5 0x947fda2c in JVM_SocketAvailable (JVM_SocketAvailable + 4876) #6 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #7 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #8 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 8: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584) #3 0x947a2034 in _mh_dylib_header (_mh_dylib_header + 8244) #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820) #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264) #6 0x03d9e580 in 0x3d9e580 #7 0x03d97fb0 in 0x3d97fb0 #8 0x04081b0c in 0x4081b0c #9 0x03d97ec0 in 0x3d97ec0 #10 0x03d9516c in 0x3d9516c #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #13 0x94818868 in JVM_Close (JVM_Close + 1208) #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #18 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 9: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584) #3 0x947b7044 in JVM_GetCPMethodSignatureUTF (JVM_GetCPMethodSignatureUTF + 5924) #4 0x948548f8 in JVM_Sleep (JVM_Sleep + 344) #5 0x03d9e580 in 0x3d9e580 #6 0x03d97fb0 in 0x3d97fb0 #7 0x03d97fb0 in 0x3d97fb0 #8 0x03d97ec0 in 0x3d97ec0 #9 0x03d9516c in 0x3d9516c #10 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #11 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #12 0x94818868 in JVM_Close (JVM_Close + 1208) #13 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #14 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #15 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #16 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #17 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 10: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7608 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4456) #3 0x947a2034 in _mh_dylib_header (_mh_dylib_header + 8244) #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820) #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264) #6 0x03d9e580 in 0x3d9e580 #7 0x03d97fb0 in 0x3d97fb0 #8 0x03d97fb0 in 0x3d97fb0 #9 0x03d98310 in 0x3d98310 #10 0x03d9516c in 0x3d9516c #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #13 0x94818868 in JVM_Close (JVM_Close + 1208) #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #18 0x900247e8 in _pthread_body (_pthread_body + 40) Thread 11: #0 0x900075c8 in mach_msg_trap (mach_msg_trap + 8) #1 0x90007118 in mach_msg (mach_msg + 56) #2 0x947a7688 in JVM_GetClassAccessFlags (JVM_GetClassAccessFlags + 4584) #3 0x947a2034 in _mh_dylib_header (_mh_dylib_header + 8244) #4 0x947ab3a4 in __cmpdi2 (__cmpdi2 + 6820) #5 0x947a7ae8 in JVM_MonitorWait (JVM_MonitorWait + 264) #6 0x03d9e580 in 0x3d9e580 #7 0x03d97fb0 in 0x3d97fb0 #8 0x04081b0c in 0x4081b0c #9 0x03d97ec0 in 0x3d97ec0 #10 0x03d9516c in 0x3d9516c #11 0x947ba0f8 in JVM_GetCPMethodClassNameUTF (JVM_GetCPMethodClassNameUTF + 2856) #12 0x947dbce8 in JVM_GetCPClassNameUTF (JVM_GetCPClassNameUTF + 2456) #13 0x94818868 in JVM_Close (JVM_Close + 1208) #14 0x94829120 in JVM_Interrupt (JVM_Interrupt + 736) #15 0x948cdeac in JVM_UnloadLibrary (JVM_UnloadLibrary + 52044) #16 0x948145d4 in JVM_FindClassFromClass (JVM_FindClassFromClass + 3092) #17 0x9496f9cc in JVM_UnloadLibrary (JVM_UnloadLibrary + 714348) #18 0x900247e8 in _pthread_body (_pthread_body + 40) PPC Thread State: srr0: 0x90192e58 srr1: 0x0200f030 vrsave: 0x00000000 cr: 0x22002248 xer: 0x00000004 lr: 0x90192e2c ctr: 0x90192e24 r0: 0x00300bc0 r1: 0xbfffc8e0 r2: 0xa01901f4 r3: 0x00000000 r4: 0xbfffca18 r5: 0x00000000 r6: 0x00000000 r7: 0x00500c20 r8: 0x00000000 r9: 0x00000010 r10: 0xa47af280 r11: 0x9024cc40 r12: 0x90192e24 r13: 0x00500c20 r14: 0x0052cc40 r15: 0x0245b414 r16: 0xbfffca00 r17: 0x6b1bf8f8 r18: 0xbfffca64 r19: 0xbfffc9e8 r20: 0x6b1cffd0 r21: 0x6b1bf8f4 r22: 0x000000b8 r23: 0xbfffed30 r24: 0xbfffee34 r25: 0x6b024620 r26: 0xbfffecf0 r27: 0x00000000 r28: 0x632827e0 r29: 0x00000000 r30: 0xbfffc940 r31: 0x90192e2c | resolved fixed | add7018 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-17T17:05:03Z" | "2003-11-15T04:20:00Z" |
22,010 | Bug 22010 GTK: Combo.setForeground() and Combo.setFont() dont change the drop-down list | In this test the foreground color and the Font for the Combo is only changed for the selected item and not for the rest of the items in the drop-down list. This test works fine on Windows. The test: ----------------test case starts here-------------------------------- import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.*; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; public class TestSWTChoice { public static void main(String[] args) { Display disp = Display.getDefault(); Shell shell = new Shell(disp); shell.setLayout(new FillLayout(SWT.VERTICAL)); Combo combo = new Combo(shell, SWT.CLIP_CHILDREN | SWT.CLIP_SIBLINGS | SWT.READ_ONLY | SWT.DROP_DOWN); combo.add("first"); combo.add("second"); combo.add("third"); combo.add("fourth"); combo.select(0); Font font = new Font(disp, "Sans",12, SWT.ITALIC); combo.setFont(font); combo.setForeground(disp.getSystemColor(SWT.COLOR_GREEN)); shell.setSize(200,200); shell.setLocation(0,0); shell.open(); while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } } ----------------------test case ends here----------------------------- | resolved fixed | 670085f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-11T22:12:08Z" | "2002-07-29T16:26:40Z" |
36,486 | Bug 36486 call hierarchy: should use adapters | call hierarchy should use adapters to allow actions contributed on object to be added to the context menu | resolved fixed | 4ba6fc6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-10T23:15:59Z" | "2003-04-15T12:33:20Z" |
44,919 | Bug 44919 [KeyBindings] dialog keyboard shortcuts gone | 3.0M4/linux-gtk/j2sdk1.4.2. I start eclipse with: ----- ECLIPSE_DIR=/usr/local/eclipse-SDK-3.0M4 exec $ECLIPSE_DIR/eclipse -data $HOME/.eclipse-3.0M4 -vm /usr/local/j2sdk1.4.2/jre/bin/java ---- Resize. Go directly into the preferences dialog. Scroll down to Java with arrow keys, hit space bar, scroll down to code generation. Hit Alt-E. Nothing. On further experimentation, all preferences keyboard shortcuts appear broken. In Code Generation/Comments I continued to try using keyboard shortcuts, and at one point they all happened at once: I got three editors in a row corresponding to the three times (don't learn fast :) I pressed Alt-E. Mostly however there was no apparent result to hitting the keyboard shortcut. | resolved fixed | e290f5a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-10T22:22:17Z" | "2003-10-15T17:46:40Z" |
38,521 | Bug 38521 Mouse events delivered to wrong Control | I20030604 MacOS 10.2.6 - open Java editor - press Control-O to open the outliner - click on a method in the tree and keep the mouse button pressed; drag the mouse outside of the outliner window without releasing the mouse button Observe: the mouse events are delivered to the underlying StyledText and perform a selection change | resolved fixed | 8e24d49 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-07T22:34:05Z" | "2003-06-05T16:20:00Z" |
28,684 | Bug 28684 Drop-Down arrows hard to hit | I2002-12-17 Trying to bring up the drop-down menu on toolbar actions is difficult because you have to exactly hit the arrow. There should be an activation arrow around the arrow. | resolved fixed | 7e2ba37 | ["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 | "2003-11-07T22:19:08Z" | "2002-12-19T17:46:40Z" |
46,268 | Bug 46268 [browser] calling multiple times setText without running the event loop does not work | on both mozilla and IE | resolved fixed | 8b58c26 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-07T19:48:34Z" | "2003-11-07T15:46:40Z" |
46,147 | Bug 46147 [browser] SWT accelerators get overriden by IE | Run a snippet with Browser IE and a SWT menubar using F5 as an accelerator. Give focus to the Browser. Press F5. IE reloads instead of running the SWT menu accelerator. | resolved fixed | 7b024ae | ["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 | "2003-11-05T22:14:15Z" | "2003-11-05T22:06:40Z" |
32,772 | Bug 32772 Cannot hold down stepping keys on OSX | Holding down F6 to continuously Step Over has no effect on Mac OSX, only one step takes place. Andre, is this a known limitiation with OSX, namely that the function keys do not repeat? | resolved fixed | e5312f3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-05T21:53:56Z" | "2003-02-24T20:53:20Z" |
21,075 | Bug 21075 Import to filesystem can only browse when empty | Build GM5 Linux/GTK In the Import from File system wizard, the source field can only be changed by the browse button when it is empty. This operation works correctly in the Import from Zip file wizard. | resolved fixed | 32c242e | ["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 | "2003-11-05T21:24:36Z" | "2002-06-27T17:46:40Z" |
46,037 | Bug 46037 text editor - <home> positions editor in first page | i20031104 Pressing <home> scroll the editor to the first page of text, although the cursor is properly put in the first character of the current line. | resolved fixed | 64885fd | ["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/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-05T17:37:11Z" | "2003-11-04T15:33:20Z" |
46,028 | Bug 46028 [browser] IE browser still shows default popup menu | investigate possibility to disable the default popup menu | resolved fixed | ecd55c2 | ["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", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-05T16:50:10Z" | "2003-11-04T15:33:20Z" |
46,946 | Bug 46946 quick type hiearchy: affordance caption is swapped [type hierarchy] | I20031119 (M5 test pass) 1. Open ContextBasedFormattingStrategy.java (or another type of your liking) 2. Press Ctrl+T to open the type hierarchy 3. Repeatedly pressing Ctrl+T toggles between super- and subtype hierarchy -> The caption of the affordance shown at the bottom needs to be swapped Right now, when displaying the supertype hierarchy, it reads "Press Ctrl+T to display the supertype hierarchy". | resolved fixed | b21a93f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-04T23:46:17Z" | "2003-11-19T11:06:40Z" |
45,789 | Bug 45789 Toolbar dropdown items don't fire immediately | I20031010 and later Jaguar or Panther - in Eclipse's Java perspective select an action from the drop down menu of a toolbar item - make sure not to move the mouse after releasing the mouse button Observe: nothing happens - move the mouse Observe: now the action executes | resolved fixed | e0446d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-04T22:43:59Z" | "2003-10-30T13:20:00Z" |
45,877 | Bug 45877 many German strings are not displayed | See this on 2.1.1, any string containing a non-english character. Seems like converter problem. | verified fixed | 72e4956 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/internal/Converter.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-04T16:19:31Z" | "2003-10-31T17:06:40Z" |
43,108 | Bug 43108 StyledText - Scrollwheel event interferes with last caret placement | Styled text remembers the last horizontal offset of the caret in a line. If you are at the end of a really long line, and you press DOWN to a short line, then UP, the caret's placement is recalled and it is at the end of the line again. But, if you press DOWN to a short line, then use the scrollwheel, which does NOT move the caret, then press UP, the caret's location is not recalled. | resolved fixed | fb405c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-11-04T15:35:15Z" | "2003-09-15T15:33:20Z" |
34,408 | Bug 34408 Shift Tab does not work in java editor | RC2 Select a few lines of code in a java editor Tab shifts right as expected BUG: Shift tab does not shift left. Is it conflicting with the tab focus? Works on Windows. | resolved fixed | 1459aa8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "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 | "2003-11-03T21:09:36Z" | "2003-03-10T18:13:20Z" |
24,319 | Bug 24319 Key events don't send to code completion dialog | Build 20021002 Linux/GTK The code completion system doesn't work quike well when it is activited on an other frame that the main frame (dialog, preference page, ...). Test case #1: 1. Open the Preferences page. 2. Select java templates (java -> templates). 3. Edit one template. 4. Put the cursor at the end of the template pattern and hit [CTRL]+[SPACE]. The code completion dialog is displayed. 5. Hit some keys, nothing happens. 6. Select a proposal with the mouse (single click). 7. Hit some keys, only the arrow up, arrow down and enter keys work. Test case #2: 1. Create two compilation units called Test1 and Test2, without javadoc associated to the classes. 2. Open the Preferences page 3. Select detail formatters (java -> debug -> detail formatters) 4. Create a new detail formatter, select Test1 as its type. 5. Type "Test" in the source viewer. Hit [CTRS]+[SPACE]. The code completion dialog is displayed. The first proposals should be Test1, Test2 6. Hit some keys, nothing happens. 7. Select Test2 with the mouse (single click). 8. Hit some keys, only the arrow up, arrow down and enter keys work. 9. Select an other proposal, which has an associated additionnal info (class javadoc). After the additionnal info is displayed, all keys can be used as expected. It looks like a GTK problem, as the code completion works fine on others platformes (Win32 and Linux/Motif). | resolved fixed | 6e424e9 | ["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 | "2003-10-31T22:49:36Z" | "2002-10-02T14:46:40Z" |
37,510 | Bug 37510 Shift + F10 does not work in GEF on Linux | Shift + F10 does not bring up the context menu on Linux SuSE 8.1 | resolved fixed | b6e17b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-31T19:47:17Z" | "2003-05-12T17:20:00Z" |
26,101 | Bug 26101 Strange behaviour in VerifyListener under GTK | Configuration: RedHat Linux 7.3, GTK 2.0.2, Atk 1.0.1, Pango 1.0.1, Eclipse 2.1 M2 GTK version. The VerifyListener added to a Text widget is behave different than on Windows. We notice the following differences: - for a BackSpace the character field is 0, and the text field contains the character to be deleted; under Windows the character field is SWT.BS and the text field is an empty String (I assume that it is the correct behaviour) - if there is no text in the widget, in Windows the Backspace key does not fire the event, because there is no text modification; under Linux-GTK there is an event with an empty text and 0,0 as start-end. With the following program the behaviour can be simply reproduced. import org.eclipse.swt.SWT; import org.eclipse.swt.events.VerifyEvent; import org.eclipse.swt.events.VerifyListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; public class TextExample { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); Text text = new Text(shell, SWT.NULL); text.setSize(300, text.getSize().y); text.addVerifyListener(new VerifyListener() { public void verifyText(VerifyEvent e) { System.out.println("e.text:[" + e.text + "] e.start:" + e.start + " e.end:" + e.end); } } ); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } | resolved fixed | 78c997c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-31T19:36:16Z" | "2002-11-13T15:06:40Z" |
42,278 | Bug 42278 CTabFolder throws exception when closing a tab | null | resolved fixed | 012bcd5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-31T19:04:05Z" | "2003-08-29T20:46:40Z" |
26,913 | Bug 26913 All platforms should clear mouse capture when modal dialog is opened | On Windows, when you open a modal dialog, SWT has code that goes around and clears mouse capture. This functionality apparently isn't present on Linux/Motif. All platforms should be made the same as Windows. We had a case where a DragTracker called setCapture(true) then we created a modal dialog box before the setCapture(false) was called. SWT overlooked our bogosity on Windows, but on Linux/Motif the UI stopped responding to mouse events... SN knows about this problem. | resolved fixed | 9e36f22 | ["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 | "2003-10-30T17:13:23Z" | "2002-11-21T23:06:40Z" |
44,878 | Bug 44878 StyledText - Arrow_Down in text editor doesn't retain column when it scrolls | 3.0M4 (bug is probably much older) - enter this text (without quotes) into an editor (java or text): "This is a very long line for testing purposes This is a very long line for testing purposes" - make the editor so narrow that only "This is a very" can be seen - set the cursor to the end of the first long line - press Arrow_down twice -> expected: The cursor is at the end of the second long line -> was: Cursor is after "very", which is the rightmost visible column when the editor is fully scrolled to the left. | resolved fixed | 3939d3e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-28T21:23:35Z" | "2003-10-15T06:40:00Z" |
45,640 | Bug 45640 PENs are being leaked during painting | GEF uses double-buffered painting. At some point when painting to an offscreen Image, GDI objects (Pens in this case) are being leaked. Let me know if you need more information or a snippet. | resolved fixed | 9d2452c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GCData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-28T21:02:35Z" | "2003-10-28T00:13:20Z" |
45,628 | Bug 45628 cannot traverse to ToolBar items | null | resolved fixed | d999a60 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-28T17:35:07Z" | "2003-10-27T21:26:40Z" |
45,341 | Bug 45341 FileDialog crashes VM on invalid drive | The FileDialog widget crashes the VM on Windows XP when the SWT.MULTI style is used and you type in a drive and path that is not accessible. The crash does not occur the first time the dialog is displayed. Most of the time it happens on the second, third, or fourth time the dialog is displayed. To reproduce: 1) Run the program below 2) Click on the "Press me" button 3) Type in d:\temp (where d: is my DVD drive with no DVD in it) 4) Get "Insert Disk" prompt. Press "Cancel" button 5) Repeat steps 1-4 several times until crash occurs If the style is specified only as SWT.OPEN (MULTI is left off), I cannot reproduce the problem. See the following code: public class Bogus { public static void main(String[] args) { final Shell shell = new Shell(); shell.setLayout(new GridLayout(1, false)); Button button = new Button(shell, SWT.NONE); button.setText("Press me"); button.addSelectionListener(new SelectionAdapter(){ public void widgetSelected(SelectionEvent e) { FileDialog dialog = new FileDialog(shell, SWT.OPEN | SWT.MULTI); dialog.open(); } }); shell.open(); Display display = shell.getDisplay(); while (shell != null && !shell.isDisposed() && shell.isVisible ()) { if (!display.readAndDispatch()) display.sleep(); } } } Here is the VM crash data: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x70A71A37 Function=PathFindExtensionW+0xA Library=C:\WINDOWS\system32\SHLWAPI.dll Current Java thread: at org.eclipse.swt.internal.win32.OS.GetOpenFileNameW(Native Method) at org.eclipse.swt.internal.win32.OS.GetOpenFileName(OS.java:1489) at org.eclipse.swt.widgets.FileDialog.open(FileDialog.java:263) at Bogus$1.widgetSelected(Bogus.java:31) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545) at Bogus.main(Bogus.java:40) Dynamic libraries: 0x00400000 - 0x00407000 C:\j2sdk1.4.2\bin\javaw.exe 0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll 0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll 0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll 0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll 0x77D40000 - 0x77DC6000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x08000000 - 0x08136000 C:\j2sdk1.4.2\jre\bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\j2sdk1.4.2\jre\bin\hpi.dll 0x00830000 - 0x0083E000 C:\j2sdk1.4.2\jre\bin\verify.dll 0x00840000 - 0x00858000 C:\j2sdk1.4.2\jre\bin\java.dll 0x00860000 - 0x0086D000 C:\j2sdk1.4.2\jre\bin\zip.dll 0x03250000 - 0x03297000 C:\development\dogfood\bin\swt-win32-2133.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common- Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\COMCTL32.dll 0x70A70000 - 0x70AD4000 C:\WINDOWS\system32\SHLWAPI.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\UxTheme.dll 0x75F40000 - 0x75F5F000 C:\WINDOWS\system32\appHelp.dll 0x76FD0000 - 0x77048000 C:\WINDOWS\System32\CLBCATQ.DLL 0x77050000 - 0x77115000 C:\WINDOWS\System32\COMRes.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x76620000 - 0x7666E000 C:\WINDOWS\System32\cscui.dll 0x76600000 - 0x7661B000 C:\WINDOWS\System32\CSCDLL.dll 0x03540000 - 0x0362D000 C:\Program Files\TortoiseCVS\TrtseShl.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x76670000 - 0x76757000 C:\WINDOWS\System32\SETUPAPI.dll 0x76990000 - 0x769B4000 C:\WINDOWS\System32\ntshrui.dll 0x76B20000 - 0x76B35000 C:\WINDOWS\System32\ATL.DLL 0x71C20000 - 0x71C6E000 C:\WINDOWS\System32\NETAPI32.dll 0x75A70000 - 0x75B15000 C:\WINDOWS\system32\USERENV.dll 0x71700000 - 0x71849000 C:\WINDOWS\System32\shdocvw.dll 0x037B0000 - 0x038C3000 C:\Program Files\Apoint\Apoint.DLL 0x03750000 - 0x0375F000 C:\WINDOWS\System32\Vxdif.dll 0x038E0000 - 0x038F3000 C:\Program Files\Dell\QuickSet\dadkeyb.dll 0x71B20000 - 0x71B31000 C:\WINDOWS\system32\MPR.dll 0x75F60000 - 0x75F66000 C:\WINDOWS\System32\drprov.dll 0x71C10000 - 0x71C1D000 C:\WINDOWS\System32\ntlanman.dll 0x71CD0000 - 0x71CE6000 C:\WINDOWS\System32\NETUI0.dll 0x71C90000 - 0x71CCC000 C:\WINDOWS\System32\NETUI1.dll 0x71C80000 - 0x71C86000 C:\WINDOWS\System32\NETRAP.dll 0x71BF0000 - 0x71C01000 C:\WINDOWS\System32\SAMLIB.dll 0x75F70000 - 0x75F79000 C:\WINDOWS\System32\davclnt.dll 0x75F80000 - 0x7607C000 C:\WINDOWS\System32\browseui.dll 0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll 0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll 0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL Heap at VM Abort: Heap def new generation total 576K, used 214K [0x10010000, 0x100b0000, 0x104f0000) eden space 512K, 39% used [0x10010000, 0x100430a8, 0x10090000) from space 64K, 16% used [0x10090000, 0x10092af0, 0x100a0000) to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000) tenured generation total 1408K, used 209K [0x104f0000, 0x10650000, 0x14010000) the space 1408K, 14% used [0x104f0000, 0x10524490, 0x10524600, 0x10650000) compacting perm gen total 4096K, used 1674K [0x14010000, 0x14410000, 0x18010000) the space 4096K, 40% used [0x14010000, 0x141b28a8, 0x141b2a00, 0x14410000) Local Time = Tue Oct 21 16:41:46 2003 Elapsed Time = 10 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode) # # An error report file has been saved as hs_err_pid3180.log. # Please refer to the file for further information. # Process terminated with exit code 1 | resolved fixed | ebafd3a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-27T17:13:37Z" | "2003-10-21T23:46:40Z" |
42,367 | Bug 42367 StyledText - StringIndexOutOfBoundsException in StyledTextRenderer | 200308281813 When hovering over the quick diff ruler to display the diff hover. Not reproducable, but consistently failing for a certain hover (I suspect an empty hover message, but not sure). java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.StringIndexOutOfBoundsException.<init>(StringIndexOutOfBoundsException.java:67) at java.lang.String.substring(String.java) at org.eclipse.swt.custom.DisplayRenderer.getStyledTextWidth(DisplayRenderer.java) at org.eclipse.swt.custom.StyledTextRenderer.getTextWidth(StyledTextRenderer.java) at org.eclipse.swt.custom.StyledText$ContentWidthCache.contentWidth(StyledText.java) at org.eclipse.swt.custom.StyledText$ContentWidthCache.calculate(StyledText.java) at org.eclipse.swt.custom.StyledText.computeSize(StyledText.java:2116) at org.eclipse.swt.layout.GridLayout.calculateGridDimensions(GridLayout.java) at org.eclipse.swt.layout.GridLayout.computeLayoutSize(GridLayout.java) at org.eclipse.swt.layout.GridLayout.computeSize(GridLayout.java) at org.eclipse.swt.widgets.Composite.computeSize(Composite.java) at org.eclipse.swt.widgets.Control.computeSize(Control.java) at org.eclipse.jdt.internal.ui.text.java.hover.SourceViewerInformationControl.computeSizeHint(SourceViewerInformationControl.java:315) at org.eclipse.jdt.internal.ui.text.CustomSourceInformationControl.computeSizeHint(CustomSourceInformationControl.java:70) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:708) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:677) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:423) at org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:224) at org.eclipse.jface.text.source.AnnotationBarHoverManager.computeInformation(AnnotationBarHoverManager.java:97) at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:661) at org.eclipse.jface.text.AbstractHoverInformationControlManager$MouseTracker.mouseHover(AbstractHoverInformationControlManager.java) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2036) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2019) 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.AccessibleObject.invokeL(AccessibleObject.java:207) at java.lang.reflect.Method.invoke(Method.java:271) at org.eclipse.core.launcher.Main.basicRun(Main.java:295) at org.eclipse.core.launcher.Main.run(Main.java:751) at org.eclipse.core.launcher.Main.main(Main.java:587) | resolved fixed | d63518e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-24T15:44:06Z" | "2003-09-02T10:53:20Z" |
45,439 | Bug 45439 Double clicking the left upper corner of the nested Decoration closes the parent Shell | When I double click on the window's icon (the one that is in the upper left corner) of the Decorations window, the top level Shell window closes instead of that Decorations window. I have confirmed that behaviour on Windows XP, Windows 2000 and Windows 2003 with version 3.024 of SWT. This does not happen when I use version 2.135. Here is the snippet, that reproduces the error: package net.infogenia.gcoll2.client.tests; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Decorations; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); Decorations dec = new Decorations(shell, SWT.TITLE|SWT.CLOSE); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } | resolved fixed | 732efb4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-23T18:19:36Z" | "2003-10-23T14:40:00Z" |
38,585 | Bug 38585 ControlExample - Checkbox Tree preferred size a tad too small | I20030605 Solaris japanese Run ControlExample Switch to tree tab The width of the checkbox tree is a little bit too small: numbers on the right are truncated. | resolved fixed | 8bbf00f | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-22T23:00:12Z" | "2003-06-06T14:33:20Z" |
45,306 | Bug 45306 Mouse events lost in shell launched from secondary application modal shell | Build 20031021 1. Started a 20031015 workspace with Eclipse build 20031021. 2. Imported all unshared projects 3. Got an information dialog saying that some plugins were missing 4. This dialog would not take any mouse input: I could not click Yes/No. All it did was beep. Could not discard this dialog at all. I had to kill the workbench. | resolved fixed | 4a292b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-22T16:34:49Z" | "2003-10-21T18:13:20Z" |
45,337 | Bug 45337 pocketpc - can't show popup menu in Tree | following does not work. Tree does special handling for LBUTTONDOWN and RBUTTONDOWN and does not call super. As a result the PocketPC popup gesture code in Control is not invoked. Probably need to inline the gesture code in Tree. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("PR"); shell.setLayout(new FillLayout()); Tree tree = new Tree(shell, SWT.BORDER); for (int i = 0; i < 30; i++) { new TreeItem(tree, SWT.NONE).setText("item "+i); } Menu menu = new Menu(shell, SWT.POP_UP); MenuItem item = new MenuItem(menu, SWT.CASCADE); item.setText("item 1"); MenuItem item2 = new MenuItem(menu, SWT.CASCADE); item2.setText("item 2"); tree.setMenu(menu); tree.addListener(SWT.MenuDetect, new Listener() { public void handleEvent(Event e) { System.out.println("menu event "+e.x+" "+e.y); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } | resolved fixed | 2d25d74 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-22T16:02:34Z" | "2003-10-21T21:00:00Z" |
35,494 | Bug 35494 ControlExample - Table preferred size does not adjust width | RC3a Run ControlExample, tab 'table' Make sure 'Preferred' size is selected. Change font size. The height of the table is correctly adjusted, the width is unchanged, regardless of the font size. | resolved fixed | c1f05c5 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TableTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-21T21:19:19Z" | "2003-03-21T18:06:40Z" |
44,050 | Bug 44050 SWT.BORDER Text should display thin black border on PocketPC | SWT.BORDER should probably use WS_BORDER instead of extended style EX_CLIENTEDGE for Text on Pocket PC, to get the common thin black border instead of the 3d border that is not used on PocketPC. | resolved fixed | 4579272 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-21T21:02:30Z" | "2003-10-02T04:46:40Z" |
41,420 | Bug 41420 Deleting the first column of a Table may throw an exception | If a table is created which has images associated with items in the first column, but not in the second, deleting the first column throws an ArrayIndexOutOfBoundsException. The exception produced was: java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.swt.widgets.ImageList.get(ImageList.java:176) at org.eclipse.swt.widgets.Table.destroyItem(Table.java:523) at org.eclipse.swt.widgets.TableColumn.releaseChild (TableColumn.java:305) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:371) at ColumnDeleteProblem.main(ColumnDeleteProblem.java:43) Exception in thread "main" In the org.eclipse.swt.widgets.Table class, if the first column is being destroyed and other columns exists, the second column is shifted to the first and then destroyed. During this shifting, an assumption is made that if the Table has an imagelist, then the image indices (from the LVITEM structures) of the second column are valid indices into the imagelist. The second column's indices are not valid, however, because the second column's items do not have images. The code in question is in Table.java, lines 522-523 (for 3.0, 529-530). | resolved fixed | fa8c13e | ["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 | "2003-10-21T18:29:47Z" | "2003-08-12T01:00:00Z" |
45,267 | Bug 45267 BIDI: Mirrored text appears on every editor | With the driver eclipse-SDK-2.1.2RC1-win32, every text (even in English) is mirrored. For instance, the text "Installed features" appears as "serutaef dellatsnI" I made the test on a Windows NT Hebrew enabled platform This problem does not occur on a Windows 2000 platform. | closed fixed | 8a38da1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-21T16:38:40Z" | "2003-10-21T12:40:00Z" |
43,500 | Bug 43500 InvalidThreadAccess when running a subset of JUnit tests | Probably the easiest way to recreate the InvalidThreadAccess is to change AllTests constructor so that it only contains these two lines: addTest(Test_org_eclipse_swt_widgets_MenuItem.suite()); addTest(Test_org_eclipse_swt_widgets_Display.suite()); | resolved fixed | 45b9e9a | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllTests.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-21T15:47:15Z" | "2003-09-23T12:26:40Z" |
44,474 | Bug 44474 StyledText does not handle case where printing not supported | StyledText$Printing() assumes that printer.getPrinterData will return a non- null value. On machines where printing is not supported (or a printer is not installed) this is not true. Run Test_org_eclipse_swt_custom_StyledText.test_print on GTK or Mac and you will get an NPE. The test case and StyledText need to be modified to handle the case where no printer or printing support is available. | resolved fixed | 0dc735b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/photon/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-20T16:45:26Z" | "2003-10-08T16:20:00Z" |
45,145 | Bug 45145 Second window comes to front when using first | I use two Eclipse windows. If I switch in from another application to one Eclipse window, and then click on a docked view, or perspective, the other window comes to the front over my other applications' windows. Unless I click on the Eclipse dock icon, the only time a window should come to the front is if I click on it explicitly (or some behavior takes me to a widget in the other window). | resolved fixed | 032165f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-20T14:49:13Z" | "2003-10-17T22:33:20Z" |
44,232 | Bug 44232 ImageData constructor should thrown IllegalArgumentException for scanlinePad == 0 | If the user tries to create ImageData with scanlinePad == 0, they get: java.lang.ArithmeticException: / by zero The constructor should check for 0, and throw IllegalArgumentException (see Combo.setTextLimit (int) for example). The javadoc would also need to be updated. Here is a testcase: import org.eclipse.swt.graphics.*; public class TestImageData_NPE { public static void main(String[] args) { new ImageData(1, 1,8, new PaletteData(new RGB[] {new RGB(0, 0, 0)}), 0, new byte[] {}); } } | resolved fixed | afba14f | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-18T21:15:54Z" | "2003-10-06T14:20:00Z" |
44,174 | Bug 44174 Eclipse crashes using SWT Designer plugin | I20030930 Trying to take a look at Instantiations' SWT Designer, Eclipse immediately exits when switching its design perspective. The crash log of MacOS X contains the follwing output: Thread 0 Crashed: #0 0x969e962c in TestWindowGroupAttributes #1 0x969eb71c in HiliteAndActivateWindow #2 0x96a0a380 in _Z27AdjustToNewWindowActivationP10WindowDataP13WindowContextP15OpaqueWindowPtrS0_ #3 0x96a58518 in _Z36PotentiallyAdjustActivationOnOrderInP10WindowDataS0_ #4 0x96a49ffc in ShowWindow #5 0x046a1ab0 in Java_org_eclipse_swt_internal_carbon_OS_ShowWindow [...] | resolved fixed | 36e6489 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-16T19:06:09Z" | "2003-10-04T17:53:20Z" |
44,896 | Bug 44896 2 junit tests have been intermittently failing in nightly build | Log from N20031015: Failure :a: junit.framework.AssertionFailedError: :a: at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.test_addShellList enerLorg_eclipse_swt_events_ShellListener (Test_org_eclipse_swt_widgets_Shell.java:116) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.runTest (Test_org_eclipse_swt_widgets_Shell.java:284) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:320) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:34) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:30) 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 org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:765) at org.eclipse.core.launcher.Main.main(Main.java:599) 0.015 test_close Success 0.000 test_dispose Success 0.000 test_forceActive Failure :a: junit.framework.AssertionFailedError: :a: at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.test_forceActive (Test_org_eclipse_swt_widgets_Shell.java:148) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.runTest (Test_org_eclipse_swt_widgets_Shell.java:287) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:320) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:199) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:34) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:30) 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 org.eclipse.core.launcher.Main.basicRun(Main.java:299) at org.eclipse.core.launcher.Main.run(Main.java:765) at org.eclipse.core.launcher.Main.main(Main.java:599) | resolved fixed | 702e2df | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-16T14:25:02Z" | "2003-10-15T15:00:00Z" |
42,947 | Bug 42947 StyledText - redraw problem on last line with word wrap | The situation is: Using StyledText with SWT.WRAP. The last word in the text is wrapped. When deleting characters from this last word until the word goes up one line (need not to be wrapped) then the widget does not redraw the last line (which should now be empty). This last word is now shown two times. This can be reproduced with the SWT Examples. | resolved fixed | 38942e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-15T18:51:46Z" | "2003-09-11T14:20:00Z" |
44,832 | Bug 44832 Opening a PRIMARY_MODAL dialog on top on another PRIMARY_MODAL dialog shoud not enable the parent of the first. | When you open a PRIMARY_MODAL dialog the parent becomes inactive until the dialog is closed. However if you open another PRIMARY_MODAL dialog on top of the first PRIMARY_MODAL dialog the parent of the first PRIMARY_MODAL dialog becomes enabled. PRIMARY_MODAL dialogs should disable the entire ancestry of modal shells not just the immediate parent shell. This can be accomplished by changing the isActive method of Control.java to this: boolean isActive () { Shell modal = display.getModalShell (); if (modal != null && modal != this) { if ((modal.style & SWT.PRIMARY_MODAL) != 0) { Shell shell = getShell (); Shell parent = (Shell)modal.parent; Shell child = modal; while (parent != null) { if (parent == shell) { if ((child.style & SWT.PRIMARY_MODAL) != 0) return false; else break; } child = parent; parent = (Shell)parent.parent; } } int bits = SWT.APPLICATION_MODAL | SWT.SYSTEM_MODAL; if ((modal.style & bits) != 0) { Control control = this; while (control != null) { if (control == modal) break; control = control.parent; } if (control != modal) return false; } } return getShell ().getEnabled (); } | resolved fixed | 67417a8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-15T16:36:06Z" | "2003-10-14T16:46:40Z" |
44,778 | Bug 44778 TableItem.getImage periodically throws ArrayOutOfBoundsException | In the final call to imageList.get (imageIndex), sometimes imageIndex == -1. This causes an ArrayIndexOutOfBounds exception in the call to imageList.get. This is happening because the index of ptr [0] is not in the table. Would it be possible to put in a check for this? It causes a bunch of other downstream errors. | resolved fixed | 10dcf45 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-14T18:30:40Z" | "2003-10-13T21:20:00Z" |
38,022 | Bug 38022 widget.forceFocus() causes shell.setActive() ? | Following code snippet causes the whole application window act something like SYSTEM_MODAL - a window containing a widget with such a focus listener is always on top! ----------------------------------------------------------------------------- widget.addFocusListener(new FocusListener() { public void focusLost(FocusEvent fe) { // grab keyboard focus again Display.getCurrent().asyncExec(new Runnable() { public void run() { widget.forceFocus(); } }); } }); | closed wontfix | be52203 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-14T16:14:15Z" | "2003-05-23T08:53:20Z" |
43,281 | Bug 43281 Text field throws StackOverflowError when full | Text text = new Text(parent, SWT.MULTI | SWT.WRAP); text.addKeyListener(new KeyAdapter() { public void keyPressed(KeyEvent e) { if (e.keyCode == SWT.CR) text.append("\nOK"); } }); After entering a few lines, we reach the bottom of the text field, and get the following message: Unhandled exception caught in event loop. Reason: java.lang.StackOverflowError If SWT.V_SCROLL is specified in the Text constructor, this problem does not occur. | resolved fixed | 41e8597 | ["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 | "2003-10-10T21:44:10Z" | "2003-09-18T13:00:00Z" |
44,607 | Bug 44607 Gtk critical warning when running swt app | Eclipse 20031009 The stack trace I got when running the CustomControlExample with debug flag on. (<unknown>:3951): GLib-GObject-CRITICAL **: file gtype.c: line 1942 (g_type_add_interface_static): assertion `g_type_parent (interface_type) == G_TYPE_INTERFACE' failed java.lang.Error at org.eclipse.swt.graphics.Device.logProc(Device.java:543) at org.eclipse.swt.internal.accessibility.gtk.ATK.g_type_add_interface_static(Native Method) at org.eclipse.swt.accessibility.AccessibleFactory.defineType(AccessibleFactory.java:191) at org.eclipse.swt.accessibility.AccessibleFactory.<init>(AccessibleFactory.java:153) at org.eclipse.swt.accessibility.AccessibleFactory.registerAccessible(AccessibleFactory.java:285) at org.eclipse.swt.accessibility.Accessible.<init>(Accessible.java:38) at org.eclipse.swt.accessibility.Accessible.internal_new_Accessible(Accessible.java:162) at org.eclipse.swt.widgets.Control.getAccessible(Control.java:353) at org.eclipse.swt.custom.CCombo.initAccessible(CCombo.java:578) at org.eclipse.swt.custom.CCombo.<init>(CCombo.java:135) at org.eclipse.swt.examples.controlexample.CComboTab.createExampleWidgets(CComboTab.java:70) at org.eclipse.swt.examples.controlexample.Tab.createTabFolderPage(Tab.java:369) at org.eclipse.swt.examples.controlexample.ControlExample.<init>(ControlExample.java:69) at org.eclipse.swt.examples.controlexample.CustomControlExample.<init>(CustomControlExample.java:27) at org.eclipse.swt.examples.controlexample.CustomControlExample.main(CustomControlExample.java:54) | resolved fixed | 4bc5ce2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-10T18:04:41Z" | "2003-10-09T20:06:40Z" |
44,508 | Bug 44508 GC.getCharWidth JUnit test failure on Win98 | I20031008 on Windows 98 Test_org_eclipse_swt_graphics_GC.test_getCharWidthC fails its assertion that the charWidth of 'a' is greater than 0. I believe this is because the test does not set a font, and it relies on the default font being valid. This appears not to be the case on Win98? Although other similar tests, like getTextExtent, getStringExtent, getAdvanceWidth, and getFontMetrics all pass. I will write a snippet to investigate further. | resolved fixed | 11cb6bc | ["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 | "2003-10-10T16:26:17Z" | "2003-10-08T21:53:20Z" |
44,372 | Bug 44372 NPE on hitting Esc to dismiss inline table edit | I20030930 Test case Window>Preferences>Java>Debug>Step Filtering>Add Filter Hit the 'Esc' key java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYUP(Control.java:3517) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2916) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1343) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1861) at org.eclipse.jface.window.Window.runEventLoop(Window.java:583) at org.eclipse.jface.window.Window.open(Window.java:563) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:53) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:543) at org.eclipse.jface.action.ActionContributionItem.access$4 (ActionContributionItem.java:496) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent (ActionContributionItem.java:468) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2173) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1863) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2106) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2089) 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:298) at org.eclipse.core.launcher.Main.run(Main.java:764) at org.eclipse.core.launcher.Main.main(Main.java:598) Problem does not occur on linux gtk build | resolved fixed | cb6b5c8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "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 | "2003-10-09T13:58:13Z" | "2003-10-07T23:40:00Z" |
44,212 | Bug 44212 FocusEvents/KeyEvents from Scale not delivered | A scale does not respond to any KeyEvents or FocusEvents. Exactly the same code works for linux-gtk. System used: debian/stable j2sdk1.4.2 eclipse-platform3.03M-linux-motif problem occurs in every combination of KeyListeners / KeyAdapters and a scale object | resolved fixed | b340579 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-07T16:23:59Z" | "2003-10-06T08:46:40Z" |
44,165 | Bug 44165 update needed in javadoc for constructors ImageData specifying colorDepth | The javadoc for constructors of ImageData (where depth is specified) states that an SWTException is thrwown for ERROR_UNSUPPORTED_DEPTH - if the depth argument is not one of 1, 2, 4, 8, 16, 24 or 32. Actually an IllegalArgument exception is thrown. Here is an example to recreate: import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; public class TestImageData_IllegalArgument { public static void main(String[] args) { try { new ImageData(1, 1, 3, new PaletteData(new RGB[] {new RGB(0, 0, 0)})); } catch (IllegalArgumentException e) { System.out.println("IllegalArgument thrown"); } catch (SWTException e) { System.out.println("SWTException thrown"); } } } | resolved fixed | cc342f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-06T18:47:01Z" | "2003-10-03T22:26:40Z" |
44,164 | Bug 44164 update needed in javadoc for constructor Image(Device , ImageData) | The constructor for Image(Device , ImageData) can also throw org.eclipse.swt.SWTException: Unsupported color depth. This should be added to the javadoc. Steps to recreate (note that the ImageData is successfully created, it is Image that is throwing the exception): import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class TestImage_InvalidImage { public static void main(String[] args) { ImageData data = new ImageData(10, 10, 1, new PaletteData (0xff0000, 0x00ff00, 0x0000ff)); Image image = new Image(Display.getDefault(), data); // image.dispose(); } } | resolved fixed | 1d1ec73 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-06T18:37:15Z" | "2003-10-03T22:26:40Z" |
44,161 | Bug 44161 addImageLoadListener should check for null | the addImageLoaderListener(ImageLoaderListener) method of ImageLoder should check for null and throw ERROR_NULL_ARGUMENT - if the listener is null. This follows the pattern of the rest of SWT (see addDropListener(DropTargetListener) method of class DropTarget). Otherwise, the user's application could get a NullPointerException. Here is an example to recreate (I will attach the png file to this bug). import java.io.*; import org.eclipse.swt.graphics.*; public class TestImageLoader { public static void main(String[] args) { InputStream stream = null; try { ImageLoader loader = new ImageLoader(); loader.addImageLoaderListener(null); stream = TestImageLoader.class.getResourceAsStream ("interlaced_target.png"); loader.load(stream); } finally { try { stream.close(); } catch (Exception e) {} } } } | resolved fixed | 518da52 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-10-06T16:59:30Z" | "2003-10-03T22:26:40Z" |
43,918 | Bug 43918 Some mouse clicks don't work | I20030930 - open Eclipse Welcome editor (or any other editor that shows "links", like PDE editors, or the F1 help hover) - click on a click Observe: nothing happens | resolved fixed | fce9cad | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-30T22:08:39Z" | "2003-09-30T16:40:00Z" |
43,177 | Bug 43177 Text.setText() triggers two ModifyEvents | null | resolved fixed | b3103c9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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 | "2003-09-29T21:26:30Z" | "2003-09-16T19:20:00Z" |
43,576 | Bug 43576 "Alt+Space" traversal cannot be blocked | Using snippet #25 on Windows XP, pressing "Alt+Space" generates the following: DOWN: stateMask=0x0, keyCode=0x10000, character=0x0 '\0' By clicking back on the shell, a subsequent event is triggered (note, if 'Alt' is still held, then the stateMask=0x10000): DOWN: stateMask=0x0, keyCode=0x20, character=0x20 ' ' Attaching a listener to SWT.Traverse events on the display registers a mnemonic traversal. However, setting "event.doit=false" has no effect. The system menu is still displayed. Using snippet #25 on Linux-GTK (GNOME), clicking back on the shell does not send a subsequent event. DESIRED RESULTS: "Alt+Space" should send a SWT.Traverse event that can be cancelled by setting "event.doit=false". If the event is not cancelled, then the key events sent should be consistent across platforms. | resolved fixed | 71ff025 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-29T18:52:46Z" | "2003-09-24T13:26:40Z" |
43,808 | Bug 43808 StyledText deletes too many characters in some situations | The following situation reproduces the problem. In a styled text with double click word selection, enter the following text: hello world hi there! what happen!? Include an extra empty line after "what happen!?". Now double click "there". Press the home key. Press the down arrow to go down one line. Now, hold shift and press down arrow again. At this point, "what happen!?" is selected to the line below. Pressing delete at this point will result in the deletion of "there!" as well. The resulting text is: hello world hi Including a space after "hi". | resolved fixed | 6153095 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-29T16:39:47Z" | "2003-09-28T14:40:00Z" |
43,778 | Bug 43778 Browser - mozilla GTK into Motif appears in top level window | instead of being embedded into parent shell | resolved fixed | 0068e41 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.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 | "2003-09-26T21:42:16Z" | "2003-09-26T21:00:00Z" |
43,757 | Bug 43757 Table answers its Header as a child | null | resolved fixed | e3b3895 | ["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 | "2003-09-26T16:34:01Z" | "2003-09-26T15:26:40Z" |
43,599 | Bug 43599 [KeyBindings] accelerators on Mac OS X 'application menu' should not always be active | Command+Q closes eclipse on Mac OS X due to this accelerator being registered on the mac- specific 'application menu'. This means you can close eclipse within a dialog, which causes unpredictable results (usually errors in the log regarding disposing of widgets..) Command+Q, perhaps all all accelerators in this menu, should be disabled when in dialogs. A more complete solution would provide us explicit control over these accelerators for rebinding. I remember Andre saying that he had a solution for this, and I know that the MRJ toolkit from apple has some (AWT dependant) API for managing this menu. | resolved fixed | 59b1d4d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-25T21:32:50Z" | "2003-09-24T19:00:00Z" |
43,394 | Bug 43394 ImageAnalyzer example failed to read PNG file. | I attempted to feed the attached file to the image analyzer example and got an error dialog that said "Error loading file ... i/o error (java.lang.ArrayIndexOutOfBoundException: 0): java.lang.ArrayIndexOutOfBoundException: 0". Suspect this is a problem with the PNG reader. | resolved fixed | 02e0e6b | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngHuffmanTable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngHuffmanTables.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngLzBlockReader.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-25T19:48:01Z" | "2003-09-20T17:46:40Z" |
43,667 | Bug 43667 New Synch View layout | I20030925 After a Team > Synchronize with Repository I got a strange layout for the new synch view (see attached screenshot). | resolved fixed | 06cfb24 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-25T16:50:33Z" | "2003-09-25T17:13:20Z" |
43,597 | Bug 43597 [SWT] Text.setText(..) can change font inappropriately on Mac OSX | see the attached test case to duplicate the problem. if you run the test case with just the first .setText call, you will see the correct unicode representation for the key sequence 'Command+X'. (Lucida Grande being the standard OS X font for menus and such) if you run the test case with all three .setText calls, you will notice that the 'cloverleaf' symbol is no longer displayed correctly. it seems that the .setText call with the empty string argument does something bad to the font. this problem is severe for our key sequence entry widget. marking as critical for M4. | resolved fixed | a8b143b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-25T16:23:43Z" | "2003-09-24T19:00:00Z" |
43,610 | Bug 43610 'Shift+Alt+' gives 0x00 as key code and character | Using snippet #25 on Eclipse-GTK-I20030924 (GNOME), do the following: 1.) Press and hold 'Shift' 2.) Press and release 'Alt' 3.) Release 'Shift' OBSERVED RESULTS: DOWN: stateMask=0x0, keyCode=0x20000, character=0x0 '\0' DOWN: stateMask=0x20000 SHIFT, keyCode=0x0, character=0x0 '\0' UP : stateMask=0x30000 ALT SHIFT, keyCode=0x0, character=0x0 '\0' UP : stateMask=0x20000 SHIFT, keyCode=0x20000, character=0x0 '\0' DESIRED RESULTS: keyCode=0x10000 on the second key down. | resolved fixed | bbb8f48 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "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 | "2003-09-24T22:50:10Z" | "2003-09-24T21:46:40Z" |
42,892 | Bug 42892 BIDI: Images are misaligned in RTL menu items | BiDi bugs in CoolBar/ToolBar. Please see attachment for details. | resolved wontfix | ca87977 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "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 | "2003-09-24T20:50:04Z" | "2003-09-10T18:53:20Z" |
40,085 | Bug 40085 Cursor key scrolling in code assist table doesn't update scrollbars | I20030710 - open code assist - scroll vertically by using the cursor up- and down-keys Observe: scrollbar doesn't update its position | resolved fixed | 3c8e2ed | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-24T17:06:08Z" | "2003-07-15T09:06:40Z" |
43,538 | Bug 43538 Ctrl+Space gives two key down events | On Windows XP using I20030923, "Ctrl+Space" gives two key down events. This key binding is used by Eclipse for code assist. Affects keys preference page, and causes a flicker as the code assist is executed twice. If the key is bound to any other command, it can make the command completely unusable. Problem does not occur on Linux-GTK. This is required for M4. DOWN: stateMask=0x0, keyCode=0x40000, character=0x0 '\0' DOWN: stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' DOWN: stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' UP : stateMask=0x40000 CTRL, keyCode=0x20, character=0x20 ' ' UP : stateMask=0x40000 CTRL, keyCode=0x40000, character=0x0 '\0' | resolved fixed | 4294d7d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-24T15:39:56Z" | "2003-09-23T20:46:40Z" |
42,225 | Bug 42225 Can't assign command to Ctrl+Backspace | I20030827 Out of the box Ctrl+Backspace should delete the previous word. Somehow the key binding manager thinks this is Ctrl+Del and deletes the next word. If I try to reassing the key via key pref page it displays Ctrl+Del when I press Ctrl+Backspace. I have a Swiss German Keyboard using Swiss German Locale. | resolved fixed | 720594e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-23T16:27:00Z" | "2003-08-28T17:00:00Z" |
42,467 | Bug 42467 Photon - implement the SWT browser widget | null | resolved fixed | 75fc9e9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-19T21:19:50Z" | "2003-09-03T17:26:40Z" |
20,841 | Bug 20841 Hover help hides Ctrl+F1 help | Build 20020621 Linux-GTK 1. Hover a button until the hover help for the button appears. 2. Press Ctrl+F1 to summon the "F1 help." 3. The F1 help appears under the hover help, making it impossible to read the obscured text. Also, the original hover help is now stuck. It won't go away even when clicking elsewhere. | resolved fixed | 8a4b647 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-19T20:57:01Z" | "2002-06-21T20:06:40Z" |
30,273 | Bug 30273 [Key Bindings] DBCS: "F1" funtion key does NOT work on Linux_GTK. | Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: M4_Linux_GTK Severity: OS: RedHat8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.1 Summary: DBCS: "F1" funtion key does NOT work on Linux_GTK. Description: Steps to recreate problem: 1-Open a eclipse. 2-Press "F1" function key. ==> [Error] Nothing responded to. 3-Press "SHIFT+F1". ==> [Error] The pop-up resources tab and eclipse session are blinking, then no 'help' displayed. <<Expected Result>> The key bindings works correctly. | resolved fixed | c8a9fc3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-19T20:33:16Z" | "2003-01-27T12:20:00Z" |
15,538 | Bug 15538 Label requires border to draw correctly | The computeSize() method appears to be calculating the height incorrectly for a wrapped label on Linux-Motif. STEPS 1) Run the example below and the top and bottom of the text is cut off 2) Change the code so that the label is created with an SWT.BORDER 3) Run it again - the label is sized correctly import org.eclipse.swt.SWT; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class LabelWithBorderWrapTest { public static void main(String[] args) { Display display = new Display (); Shell shell = new Shell (display); Composite outerComp = new Composite(shell, SWT.NULL); outerComp.setLayout(new GridLayout()); Composite pgComp = new Composite(outerComp, SWT.NULL); GridLayout layout = new GridLayout(); pgComp.setLayout(layout); pgComp.setLayoutData(new GridData(GridData.FILL_BOTH)); Label msgLabel = new Label(pgComp, SWT.LEFT | SWT.WRAP); msgLabel.setText("Here is a fairly long message that gets wrapped"); GridData gridData = new GridData(GridData.FILL_HORIZONTAL); msgLabel.setLayoutData(gridData); msgLabel.pack(); pgComp.setVisible(true); pgComp.pack(); outerComp.setBounds (0,0,200,400); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } | resolved fixed | 32055ba | ["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 | "2003-09-18T16:36:49Z" | "2002-05-08T15:00:00Z" |
38,094 | Bug 38094 [Enter] key doesn't work in text editors | I can't insert new line in text editors using [Enter] key on my Mandrake 9.1 (Gnome). Tried 2.0 version: [Enter] worked fine there. | resolved fixed | 184893b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-17T21:37:59Z" | "2003-05-26T00:46:40Z" |
42,787 | Bug 42787 CheckboxTableViewer does not clear selection | 20030909 Sun 1.4.2 VM The following code does not clear the selection in CheckboxTableViewer (from CheckboxTableViewerTest) on the Sun 1.4.2 VM. It does using the Sidecar 1.3.1 VM and on Windows using the Sun 1.4.2 TestElement first= fRootElement.getFirstChild(); StructuredSelection selection= new StructuredSelection(first); fViewer.setSelection(selection); fViewer.setSelection(new StructuredSelection()); ISelection result= fViewer.getSelection(); assertTrue(result.isEmpty()); | resolved fixed | d615980 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-16T19:04:22Z" | "2003-09-09T15:06:40Z" |
41,774 | Bug 41774 DBCS: DBCS named file drag&drop failure on GTK | Platform: RedHat 8.0, GTK+2.2.2 and RHEL 3.0 beta1 steps drag DBCS named file (will attach later) and drop it workbench package explore view. Error dialog will pop-up with message, resource 'build%C6%FC%CB%DC%B8% EC.xml' not exits in file system. | resolved fixed | fb8beb1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/FileTransfer.java", "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 | "2003-09-15T17:39:33Z" | "2003-08-21T07:13:20Z" |
37,863 | Bug 37863 Text's focus border has wrong background | I20030516 MacOS X 10.2.6 - start Eclipse with new workspace - open New wizard - select Simple / New File - press Next - click in description "Create a new file resource" (transfers focus) - click in text field "Enter or select the parent folder" Observe: the focus border of the description field gets the striped background | resolved fixed | 0336ae9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-09-12T21:35:46Z" | "2003-05-20T14:13:20Z" |
42,867 | Bug 42867 Combo - Custom PopUp not displayed properly | I created a SWT Combo within an Eclipse View and set its popup menu. Now, when I right click on the Combo's text field I don't see my menu, but the native systems one (Copy/Paste/Cut ...). When I try not to click right on the Combo's text field directly, a little bit below it but still within the Combo Widget, I see my menu popping up. cmb_RegExp = new Combo(parent, SWT.DROP_DOWN); cmb_RegExp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); Menu men=new Menu(cmb_RegExp); cmb_RegExp.setMenu(men); ... | resolved fixed | 0d66d44 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "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 | "2003-09-12T19:35:03Z" | "2003-09-10T13:20:00Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.