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
67,132
Bug 67132 Styled text example loses the text style when changing any style flag
RC2 Custom Controls example. If I put part of the text in Bold and then change the any style flag, the bolded text is reverted to normal. I believe this is a bug in the example, but this needs to be confirmed.
resolved fixed
f53c2ae
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-16T19:09:10Z"
"2004-06-14T21:53:20Z"
67,346
Bug 67346 Display.gdkEventWidgets leaks widgets
RC2, SWT/UI from HEAD, Linux 2.6.4, KDE 3.2.2, GTK+ 2.4.1 I believe this variable is leaking references to widgets. I'm not sure of the expected life cycle of the elements in this list, but it seems to be holding on to objects longer than expected. For example, opening a new workbench window and closing the old workbench window can leave references to disposed widgets in this list. Perhaps on dispose, a widget should check to see if it is in the list (and remove itself, if so).
resolved fixed
2e4ddac
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-16T18:05:16Z"
"2004-06-15T20:06:40Z"
66,942
Bug 66942 [browser] F5 blanks out the Browser widget when setText used
Press F5 inside the Intro page in Eclipse . IE refreshes the URL (about:blank) - causing a blank page to be displayed. setText is used to render html in memory. We should probably block default IE accelerators when URL is about:blank so that the content of setText is not cleared when the user presses F5.
resolved fixed
7eacfab
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-15T21:17:46Z"
"2004-06-14T13:33:20Z"
66,941
Bug 66941 SWT printing snippet not working on MacOS X
null
resolved fixed
7280819
["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
"2004-06-14T19:06:52Z"
"2004-06-14T13:33:20Z"
66,653
Bug 66653 NPE on window close
I200406110010 Quite often I find this NPE in the log: !ENTRY org.eclipse.ui 4 0 Jun 11, 2004 13:14:37.292 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1369) at org.eclipse.swt.widgets.Composite.kEventControlSetFocusPart(Composite.java:352) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:317) at org.eclipse.swt.widgets.Display.controlProc(Display.java:743) at org.eclipse.swt.internal.carbon.OS.DisposeWindow(Native Method) at org.eclipse.swt.widgets.Shell.destroyWidget(Shell.java:488) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:482) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:826) at org.eclipse.jface.preference.PreferenceDialog.close(PreferenceDialog.java:253) at org.eclipse.jface.preference.PreferenceDialog.cancelPressed(PreferenceDialog.java:233) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:203) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed(WorkbenchPreferenceDialog.j ava:75) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2538) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java: 915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java: 785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2538) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1362) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622) java.lang.NullPointerException
resolved fixed
11441b9
["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
"2004-06-11T15:28:27Z"
"2004-06-11T13:20:00Z"
66,331
Bug 66331 exception in Members panel of java browsing perspective
I have not yet found the right sequence to reproduce the problem. Error Jun 09, 2004 15:38:35.392 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". java.lang.ArrayIndexOutOfBoundsException: 10 at org.eclipse.swt.widgets.Tree.getFocusItem(Tree.java:374) at org.eclipse.swt.widgets.Tree.gtk_changed(Tree.java:631) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1161) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3006) at org.eclipse.swt.internal.gtk.OS.gtk_tree_store_clear(Native Method) at org.eclipse.swt.widgets.Tree.removeAll(Tree.java:849) at org.eclipse.jface.viewers.TreeViewer.removeAll(TreeViewer.java:223) at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:780) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:863) at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:772) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:238) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1058) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setViewerInput(JavaBrowsingPart.java:785) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setInput(JavaBrowsingPart.java:771) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.adjustInputAndSetSelection(JavaBrowsingPart.java:1001) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.setSelectionFromEditor(JavaBrowsingPart.java:1160) at org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart.selectionChanged(JavaBrowsingPart.java:709) at org.eclipse.ui.internal.AbstractSelectionService$4.run(AbstractSelectionService.java:172) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:758) at org.eclipse.ui.internal.AbstractSelectionService.firePostSelection(AbstractSelectionService.java:170) at org.eclipse.ui.internal.AbstractSelectionService$2.selectionChanged(AbstractSelectionService.java:76) at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2160) at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2113) at org.eclipse.jface.text.TextViewer$4.run(TextViewer.java:2092) at org.eclipse.swt.widgets.Display.timerProc(Display.java:2855) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2222) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:638) at org.eclipse.core.launcher.Main.main(Main.java:622)
resolved fixed
9b47947
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-10T17:56:07Z"
"2004-06-09T16:53:20Z"
65,697
Bug 65697 CCombo does not respond to keyboard or mouse actions when it it dropped down
In RC1, when you click on the drop down button for a CCombo, it doesn't respond to any mouse or keyboard actions, other than to click it to undrop it. If you do this in a wizard and hit "<back", it stays showing. Fortunately the up and down arrows work when it's not showing the drop down, but this is very hard to discover. This problem will block many EMF clients from using our tools.
resolved fixed
1179f16
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-10T15:06:46Z"
"2004-06-04T11:53:20Z"
65,695
Bug 65695 TrayItem not coming back after an explorer crash
It would be good if there was a way to get the tray icon back after an explorer crash. An easy way to test it, is to open the task window, kill explorer task, and restart a new one. Some applications manage to re-add themselves (while still avoiding flickering in normal state, and moving in the system try, so I guess this is not 'only' a remove / readd). Maybe there's a way to be notified when explorer starts? Anyway, I've always refused bugs from my users about this saying that this is not SWT's problem if the explorer crashed, and that in the first place they should complain to microsoft. I refrained from reporting this "bug", but if there's an easy fix... (and it's easy to test / reproduce).
resolved fixed
648a901
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-10T02:16:56Z"
"2004-06-04T11:53:20Z"
64,400
Bug 64400 ON_TOP shell - can't setFocus to content
I20040527 Run the following example and press the button. Shell pops up. On all platforms except Mac OS X, the list has focus and you can arrow around in the list. On Mac OS X, you need to tab into the list. public static void main (String [] args) { final Display display = new Display (); Shell shell = new Shell (display); shell.setLayout(new RowLayout()); Button b = new Button(shell, SWT.PUSH); b.setText("new ON_TOP shell"); b.addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { Shell shell2 = new Shell(display, SWT.ON_TOP); shell2.setLayout(new FillLayout()); List l = new List(shell2, SWT.BORDER); l.add("hello"); l.add("world"); shell2.setSize(200, 200); shell2.setVisible(true); l.setFocus(); } }); shell.pack(); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); }
verified fixed
fcdf60d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-09T23:46:49Z"
"2004-05-27T17:46:40Z"
38,408
Bug 38408 Caret.drawCaret ignores image content
I20030528 Mac OS 10.2.6 On MacOS X the implementation of Caret.drawCaret does not use the contents of an image but only its bounds.
resolved fixed
a0cb6b1
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Caret.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-09T20:46:21Z"
"2003-06-04T12:33:20Z"
65,350
Bug 65350 StyledText leaves second caret behind
RC1 (known problem, but I couldn't find an existing report with a test case) - run the CustomControlExample, go to the StyledText tab - use Shift+Right_Arrow to select a few characters - press Option+Right_Arrow and nothing appears to happen - press Option+Right_Arrow again and now the caret moves to the next word, but also leaves an old caret at the previous location
verified fixed
b300d06
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-09T20:45:49Z"
"2004-06-02T15:26:40Z"
66,356
Bug 66356 DND - move reported to drag source even though cancelled
RC1 Run the following example. The dragSource.dragFinished listener shoul dhave an event.detail of DND.DROP_NONE but instead it has an event.detail of DND.DROP_MOVE. this is bad because it means the drag source may delete data even though the operation failed: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Button source = new Button(shell, SWT.PUSH); source.setText("Source"); DragSource dragSource = new DragSource(source, DND.DROP_MOVE); dragSource.setTransfer(new Transfer[] {TextTransfer.getInstance()}); dragSource.addDragListener(new DragSourceAdapter() { public void dragSetData(DragSourceEvent event) { event.data = "hello"; } public void dragFinished(DragSourceEvent event) { System.out.println("Move = "+(event.detail == DND.DROP_MOVE)); } }); Button dest = new Button(shell, SWT.PUSH); dest.setText("Dest"); DropTarget dropTarget = new DropTarget(dest, DND.DROP_MOVE); dropTarget.setTransfer(new Transfer[] {TextTransfer.getInstance()}); dropTarget.addDropListener(new DropTargetAdapter() { public void drop(DropTargetEvent event) { event.detail = DND.DROP_NONE; } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
2af4ad1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-09T17:26:56Z"
"2004-06-09T16:53:20Z"
64,349
Bug 64349 SWT of the eclipse 3.0 versions crashes on start (mouse-problem)
The problem occurs on a G4/G5 Mac running OS X. Using an IntelliMouse USB the SWT crashes right after starting the platform. This happened for all 3.0 versions of eclipse. With 2.1 or Windows as OS the problem did not occur. Perhaps this report may help: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 libswt-pi-carbon-3052.jnilib 0x024e4f0c Java_org_eclipse_swt_internal_carbon_OS_WaitMouseMoved + 0x50 1 <<00000000>> 0x0411e5c0 0 + 0x411e5c0 2 <<00000000>> 0x04117e10 0 + 0x4117e10 3 <<00000000>> 0x04117f90 0 + 0x4117f90 4 <<00000000>> 0x04117ed0 0 + 0x4117ed0 5 <<00000000>> 0x04117ed0 0 + 0x4117ed0 6 <<00000000>> 0x0411516c 0 + 0x411516c 7 libjvm.dylib 0x8137a428 JVM_GetCPMethodClassNameUTF + 0xb38 8 libjvm.dylib 0x8139b878 JVM_GetCPClassNameUTF + 0x998 9 libjvm.dylib 0x814935a0 JVM_UnloadLibrary + 0x12550 10 libjvm.dylib 0x81553914 jio_vsnprintf + 0x35b4 11 libswt-carbon-3052.jnilib 0x025dceb4 callback + 0x3fc 12 libswt-carbon-3052.jnilib 0x025b788c fn14_3 + 0x34 13 com.apple.HIToolbox 0x927d2330 DispatchEventToHandlers + 0x150 14 com.apple.HIToolbox 0x927d25a4 SendEventToEventTargetInternal + 0x174 15 com.apple.HIToolbox 0x927e4a34 SendEventToEventTarget + 0x28 16 com.apple.HIToolbox 0x927f31b4 HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 0x144 17 com.apple.HIToolbox 0x927e8ad0 HandleMouseEvent(OpaqueEventRef*) + 0x170 18 com.apple.HIToolbox 0x927e2fd4 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x1e8 19 com.apple.HIToolbox 0x927d23ec DispatchEventToHandlers + 0x20c 20 com.apple.HIToolbox 0x927d25a4 SendEventToEventTargetInternal + 0x174 21 com.apple.HIToolbox 0x927e4a34 SendEventToEventTarget + 0x28 22 libswt-pi-carbon-3052.jnilib 0x024e06d8 Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget + 0x30 23 <<00000000>> 0x0411e5c0 0 + 0x411e5c0 24 <<00000000>> 0x04117ed0 0 + 0x4117ed0 25 <<00000000>> 0x04117e10 0 + 0x4117e10 26 <<00000000>> 0x04117f90 0 + 0x4117f90 27 <<00000000>> 0x04117ed0 0 + 0x4117ed0 28 <<00000000>> 0x04117ed0 0 + 0x4117ed0 29 <<00000000>> 0x04117ed0 0 + 0x4117ed0 30 <<00000000>> 0x04118200 0 + 0x4118200 31 <<00000000>> 0x04118200 0 + 0x4118200 32 <<00000000>> 0x04117ea0 0 + 0x4117ea0 33 <<00000000>> 0x0411516c 0 + 0x411516c 34 libjvm.dylib 0x8137a428 JVM_GetCPMethodClassNameUTF + 0xb38 35 libjvm.dylib 0x8139b878 JVM_GetCPClassNameUTF + 0x998 36 libjvm.dylib 0x81413664 JVM_IsNaN + 0x5b24 37 libjvm.dylib 0x8143af84 __floatdisf + 0xef4 38 libjvm.dylib 0x81468e40 JVM_InvokeMethod + 0x1f0 39 <<00000000>> 0x0411e5c0 0 + 0x411e5c0 40 <<00000000>> 0x04117ea0 0 + 0x4117ea0 41 <<00000000>> 0x04117ea0 0 + 0x4117ea0 42 <<00000000>> 0x04118200 0 + 0x4118200 43 <<00000000>> 0x04117ea0 0 + 0x4117ea0 44 <<00000000>> 0x04117ea0 0 + 0x4117ea0 45 <<00000000>> 0x04117ed0 0 + 0x4117ed0 46 <<00000000>> 0x0411516c 0 + 0x411516c 47 libjvm.dylib 0x8137a428 JVM_GetCPMethodClassNameUTF + 0xb38 48 libjvm.dylib 0x8139b878 JVM_GetCPClassNameUTF + 0x998 49 libjvm.dylib 0x81490c0c JVM_UnloadLibrary + 0xfbbc 50 libjvm.dylib 0x8156073c jio_vsnprintf + 0x103dc 51 java_swt 0x00003328 main + 0x112c 52 java_swt 0x00001f2c _start + 0x188 (crt.c:267) 53 java_swt 0x00001da0 start + 0x30
resolved fixed
8f0225f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-09T15:55:36Z"
"2004-05-27T15:00:00Z"
64,429
Bug 64429 Progress bars use deprecated style
Progress bars are set to be GTK_PROGRESS_DISCRETE unless the calling code uses the SWT.SMOOTH style: /* * Note: this API is deprecated, but there is no replacement. */ int barStyle = (this.style & SWT.SMOOTH) == 0 ? OS.GTK_PROGRESS_DISCRETE : OS.GTK_PROGRESS_CONTINUOUS; OS.gtk_progress_bar_set_bar_style (handle, barStyle); The discrete-style progress bars are deprecated in Gtk+ and all progress bars should use the continuous style: <vektor_wrk> owen: progress_bar_set_bar_style is deprecated. Does this mean all progress bars should be continuous? <owen> vektor_wrk: Yep <vektor_wrk> weird :) <owen> vektor_wrk: Why weird? <owen> it's weird that an app could control it ... I think we should follow Gtk+ conventions and always use smooth progress bars. The fix is to just remove the call completely.
resolved fixed
dd51396
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-08T23:56:06Z"
"2004-05-27T20:33:20Z"
66,095
Bug 66095 Combo.setVisibleItemCount does nothing until resize/layout
It is not obvious that value passed in setVisibleItemCount for Combo used only after next Combo resize. Would be good or use this value directly after method invocation, or say that resize is needed in JavaDoc.
resolved fixed
9530e4a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-08T22:43:04Z"
"2004-06-08T10:20:00Z"
66,039
Bug 66039 org.eclipse.swt.widgets.Control has funky color issues
I reported a bug (#65642) about some color issues. Some further experimentation leads me to this refinement of the bug: Control objects don't seem to handle color correctly in some instances. I've seen this problem manifested in Labels, and a coworker has seen the same issue in a List, leading me to believe that it's a problem in the common ancestor, Control. Of course, this makes sense since setForeground() and setBackground() are in Control. I'll attach some sample code to illustrate a case where it breaks for me under SWT 3.0RC1.
resolved fixed
f41f3e2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-08T19:27:53Z"
"2004-06-07T20:26:40Z"
64,793
Bug 64793 One line of cheese in CTabFolder selected tab
I20040529 If the percents in the selection background gradient do not go to 100, there is one pixel high line along the bottom of teh tab that is not drawn correctly. e.g. Color [] bgSelectedGradient = new Color[] {display.getSystemColor (SWT.COLOR_WHITE), display.getSystemColor(SWT.COLOR_BLUE)}; int[] bgSelectedPercents = new int[] {50}; folder.setSelectionBackground(bgSelectedGradient, bgSelectedPercents, true); The fix is to replace this: if (pos < height) { gc.setBackground(defaultBackground); gc.fillRectangle(x, pos, width, height-pos); } with this: if (pos < height) { gc.setBackground(defaultBackground); gc.fillRectangle(x, pos, width, height-pos+1); }
resolved fixed
1dc7c3b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-08T19:26:36Z"
"2004-05-31T19:00:00Z"
65,905
Bug 65905 Possible Memory Leaks
One of my users has reported me that my application was leaking some memory, slowly but consistently, mainly by chunks of 192 bytes. In order to test it, I've set the environement variable MallocStackLogging using : export MallocStackLogging=1 and then I started my application (with java_swt -cp ......) then, from another window I've run : leaks -nocontext 555 > leaks.txt (555 being the process ID of my application). I'll attach the leaks.txt file, but here are some stack trace of calls that create those 192 bytes leaks : Leak: 0x088254d0 size=192 Call stack: [thread 1f2b]: | 0x1000 | start | _start | main | jio_vsnprintf | JVM_UnloadLibrary | JVM_GetCPClassNameUTF | JVM_GetCPMethodClassNameUTF | 0x411516c | 0x4117fb0 | 0x4117fb0 | 0x4117fb0 | 0x4117fb0 | 0x4117e30 | 0x42da964 | 0x411e580 | Java_org_eclipse_swt_internal_carbon_OS_SendEventToEventTarget | SendEventToEventTarget | SendEventToEventTargetInternal | DispatchEventToHandlers | ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) | HandleMouseEvent(OpaqueEventRef*) | HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) | HandleTSMMouseDownLogic | PromoteMouseToCursorChangeEvent(OpaqueEventRef*, OpaqueWindowPtr*, OpaqueEventRef**) | CopyEventAs | CopyEventInternal | malloc_zone_malloc Leak: 0x003d3af0 size=192 Call stack: [thread 1f2b]: | 0x1000 | start | _start | main | jio_vsnprintf | JVM_UnloadLibrary | JVM_GetCPClassNameUTF | JVM_GetCPMethodClassNameUTF | 0x411516c | 0x4117fb0 | 0x4117fb0 | 0x4117fb0 | 0x4117fb0 | 0x4117e30 | 0x4117e30 | 0x4117e30 | 0x4117fb0 | 0x4118310 | 0x4118310 | 0x4117fb0 | 0x4117fb0 | 0x4117ec0 | 0x4117ec0 | 0x4117ec0 | 0x4117ef0 | 0x411e580 | Java_org_eclipse_swt_internal_carbon_OS_GetDataBrowserItems | GetDataBrowserItems | GetControlData | SendControlDefGetData(HIView*, unsigned long, short, void*, long, long*) | CreateControlEvent | CreateEvent | malloc_zone_malloc Leaks states that they might miss some carbon leaks, but that all leaks reported should be real... Hoping this information will help, Olivier Chalouhi.
resolved fixed
0ae1ed9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-08T17:54:58Z"
"2004-06-06T13:53:20Z"
60,659
Bug 60659 GP when asyncExec runs from DirectoryDialog modal loop (was Crash related to new Progress Viewer)
with I20040428, on windows XP. I'll attach "dump", but was just browsing PDE preferences, when crash occurred. From the dump, it appears related to new Progress Viewer, but ... since on OS.winproc, will pass by SWT first? Have just seen once (after about 30 minutes of using new I-build).
resolved fixed
54a2870
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.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
"2004-06-08T16:37:01Z"
"2004-05-01T00:06:40Z"
57,408
Bug 57408 DBCS: After pressing "Tab", anything can not be inputed
Reporter:Louis Cai OS: RHEL WS 3.0 -GTK Language: CHS Build level: M8-200404329 JDK Version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS: After pressing "Tab", anything can not be inputed. Description: Steps to recreate problem: 1- New a Plug-in Project, input DBCS in the Project name field, then click Next. 2- Place cursor in the field of "Runtime library", press "Tab" key, then try inputing SBCS or DBCS data in the "Source Folder Name"field. <<Error>> After pressing "Tab", anything can not be inputed. <note> After pressing "Tab" key, in other panel, we also can not input any character. </note> <<Expected Result>> After pressing "Tab", whether DBCS or SBCS can be input in the field.
resolved fixed
475f132
["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
"2004-06-07T19:11:10Z"
"2004-04-05T01:53:20Z"
58,615
Bug 58615 Setting italic font for tree items does not work on Mac
I200404131323 - update from CVS - in the Synch view shows the affected tree items in gray while the Update operation is running Observe on Mac: the tree items are not turning gray, but increase the font size instead
verified fixed
314fe3e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-07T18:42:05Z"
"2004-04-15T09:06:40Z"
64,759
Bug 64759 Color buttons look bad on Mac
I20040529 Buttons for setting the colors of Plug in development editors look bad on the mac. Not sure if this is an SWT bug or PDE. See attachment. Note buttons used for Workbench -> Colors and Fonts look fine.
resolved fixed
e983d4a
["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/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-07T18:38:08Z"
"2004-05-31T16:13:20Z"
65,759
Bug 65759 TableItem does not redraw correctly on setText(int, String)
Since RC1 When I call TableItem.setText(3, "blabla"), the table cell redraws. However, the first 12 pixels or so are not redrawn. It looks like the Table thinks the item has an image set? I don't use images for column three. The other columns in my table that have images do redraw correctly. Works fine with 3.0 build from May 25. Breaks in RC1 This is pure SWT, no jface
resolved fixed
57ba14e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-07T16:57:15Z"
"2004-06-04T17:26:40Z"
56,508
Bug 56508 Editor: some tab characters are not rendered missing in field declations
Eclipse: 20040326 OSX 10.3.3 For some field declarations, tabs are missing so that instead of seeing: private FormText summaryText; // tab between type and field we see: private FormTextsummaryText;
resolved fixed
99b8c31
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-07T16:51:42Z"
"2004-03-28T21:40:00Z"
56,765
Bug 56765 StyledText - Fix calculating of cursor level
Cursor level is broken in the following cases: 1. doBackspace(), doDelete(). Expected behavior: cursor level is set to the level of the deleted character. Actual behavior: cursor level is set to the level of the preceding character. 2. doLineStart(), doLineEnd(). Expected: cursor level is derived from the paragraph level. Actual: cursor level is derived from the level of the first/last character. Suggested solution: cache cursor level in the above methods.
resolved fixed
229e8de
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-04T22:34:55Z"
"2004-03-30T15:20:00Z"
65,599
Bug 65599 Shell location is not properly used
I'm using SWT 3.0RC1 to try and make a Shell inside my default outer Shell. If I set a location for the internal Shell before it is opened, the internal Shell is centered inside the outer Shell. I can position the internal Shell once it has been opened, but this creates a flashing effect. I'll attach an example snippet that demonstrates the effect. The snippet tries to position an internal Shell at 50,50 but it doesn't work (at least not under GTK for me).
resolved fixed
d9f8deb
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-04T21:37:46Z"
"2004-06-03T19:13:20Z"
62,336
Bug 62336 UI hangs while attempting to add missing methods.
I have a workspace with a single plugin project ("ca.mikew.LowMemoryDetector") in it. If I perform the following steps on my Mac... - switch to java perspective - expand ca.mikew.LowMemoryDetector project - expand src folder - expand ca.mikew.LowMemoryDetector package - double click LowMemoryDetectorPlugin - add "implements org.eclipse.ui.IStartup" to class definition in editor - click on "quick fix" icon on the line containing the class definition - double click "Add unimplemented methods" ... eclipse frequently (occurred 5 out of 7 attempts) becomes unresponsive and must be "kill"ed. Here is a stack trace from one such case: Full thread dump Java HotSpot(TM) Client VM (1.4.2-34 mixed mode): "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon prio=1 tid=0x0059e100 nid=0x1f86600 in Object.wait() [f0911000..f0911b20] at java.lang.Object.wait(Native Method) - waiting on <0x63810d78> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:161) - locked <0x63810d78> (a org.eclipse.jface.text.reconciler.DirtyRegionQueue) "Java indexing" daemon prio=4 tid=0x00560880 nid=0x1c93600 in Object.wait() [f0407000..f0407b20] at java.lang.Object.wait(Native Method) - waiting on <0x62f001a0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Object.wait(Object.java:429) at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:344) - locked <0x62f001a0> (a org.eclipse.jdt.internal.core.search.indexing.IndexManager) at java.lang.Thread.run(Thread.java:552) "Worker-3" prio=5 tid=0x00553190 nid=0x1bda600 in Object.wait() [f080f000..f080fb20] at java.lang.Object.wait(Native Method) - waiting on <0x62cbb6e8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x62cbb6e8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Worker-1" prio=5 tid=0x005528f0 nid=0x1bcca00 in Object.wait() [f070d000..f070db20] at java.lang.Object.wait(Native Method) - waiting on <0x62cbb6e8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:209) - locked <0x62cbb6e8> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:236) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:59) "Thread-1" prio=6 tid=0x00540830 nid=0x1a1ee00 in Object.wait() [f068c000..f068cb20] at java.lang.Object.wait(Native Method) - waiting on <0x62d8a800> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62d8a800> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContri butionItem.java:196) "Thread-0" prio=6 tid=0x005405e0 nid=0x19a1400 in Object.wait() [f060b000..f060bb20] at java.lang.Object.wait(Native Method) - waiting on <0x62d8a870> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62d8a870> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at org.eclipse.jface.action.ActionContributionItem$ImageCache$ReferenceCleanerThread.run(ActionContri butionItem.java:196) "Start Level Event Dispatcher" daemon prio=5 tid=0x00514320 nid=0x1899200 in Object.wait() [f0509000..f0509b20] at java.lang.Object.wait(Native Method) - waiting on <0x62b0b2d8> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:149) - locked <0x62b0b2d8> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:107) "Framework Event Dispatcher" daemon prio=5 tid=0x00513b50 nid=0x1858a00 in Object.wait() [f0488000..f0488b20] at java.lang.Object.wait(Native Method) - waiting on <0x62b0b328> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:149) - locked <0x62b0b328> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:107) "Signal Dispatcher" daemon prio=10 tid=0x00507f70 nid=0x1814c00 waiting on condition [0..0] "Finalizer" daemon prio=8 tid=0x00506a80 nid=0x180e000 in Object.wait() [f0203000..f0203b20] at java.lang.Object.wait(Native Method) - waiting on <0x62abdd90> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62abdd90> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x00506750 nid=0x1802600 in Object.wait() [f0182000..f0182b20] at java.lang.Object.wait(Native Method) - waiting on <0x62abdb90> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x62abdb90> (a java.lang.ref.Reference$Lock) "main" prio=6 tid=0x00500d60 nid=0xa000a1ec runnable [bfffe000..bffff528] at org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(Native Method) at org.eclipse.swt.widgets.Display.sleep(Display.java:3254) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(WorkbenchAdvisor.java:344) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1354) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706) "VM Thread" prio=5 tid=0x00505fd0 nid=0x1802e00 runnable "VM Periodic Task Thread" prio=10 tid=0x00507ee0 nid=0x1812600 waiting on condition "Exception Catcher Thread" prio=10 tid=0x00500d00 nid=0x1802a00 runnable
resolved fixed
bd00028
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-04T18:31:55Z"
"2004-05-14T18:40:00Z"
14,536
Bug 14536 StyledText - bidi - change ctrl-arrow behavior
After skipping to the next or previous word (using Ctrl+Right/Left arrow), the keyboard language must be set corresponding to the first character of the word. Caret Positioning after Next/Previous Word: Rule: after skipping to the Next or Previous word (using Ctrl+Right/Left arrow), the caret should precede the first logical character of the word. Start with a line containing abc def GHI JKL MNO pqr stu displayed as abc def ONM LKJ IHG pqr stu When starting on the left and pressing Ctrl+Right arrow repeatedly, the caret should stop on the left of d, then on the right of G, then on the right of J, then on the right of M, then on the left of p, then on the left of s. When starting on the right and pressing Ctrl+Left repeatedly, the caret should stop at the same positions in reverse order. Practically, Ctrl+Left behaves as required, but Ctrl+Right misbehaves at the transition from a LTR word to a RTL word: stops on the left of O instead of the right of G.
resolved fixed
ebf9d5e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-04T15:19:14Z"
"2002-04-24T17:40:00Z"
63,931
Bug 63931 [browser] setVisible(true) does not work
null
resolved fixed
f3f1310
["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
"2004-06-03T20:40:22Z"
"2004-05-25T18:33:20Z"
64,760
Bug 64760 add SINGLE/MULTI radios to ControlExample - Dialog tab - File Dialog Styles
should probably add a horizontal separator below the SWT.OPEN radio, then the SINGLE and MULTI radios below
resolved fixed
44595b6
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-03T20:04:01Z"
"2004-05-31T16:13:20Z"
64,237
Bug 64237 [Menus] menu items missing on first click
linux motif version 3.0M9 (also in previous versions) Sun JDK 1.4.2 When I first right-click on an item in the resource view (left pane in default Java perspective) there are items that do no appear in the context menu Today I noticed that "Properties" was missing from a project context menu. "Close Project" is also missing on the first click. On the second click, or if the project is already selected, then the menu items appear
verified fixed
a50e9cf
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-03T19:55:05Z"
"2004-05-26T22:20:00Z"
64,791
Bug 64791 [KeyBindings] accelerator strings displayed incorrectly.
On the Mac, several of the accelerator strings are clipped. Eg.: - "Edit" -> "Smart Insert Mode" - editor "folding bar" popup -> "Folding" -> "Enable Folding"
verified fixed
d3ebe1e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-03T18:02:03Z"
"2004-05-31T19:00:00Z"
63,991
Bug 63991 hang in gtk_clipboard_wait_for_contents()
I200405251200 Pasting a large file in eclipse results in a hang. I reproduced the hang copying ~ 170 lines from a text file into eclipse, pasting less than 100 lines seems to work just fine. Gtk+-2.4. Thread [main] (Suspended) OS.gtk_clipboard_wait_for_contents(int, int) line: not available [native method] Clipboard.gtk_clipboard_wait_for_contents(int, int) line: 385 Clipboard.getContents(Transfer) line: 191 StyledText.paste() line: 5614 SourceViewer(TextViewer).doOperation(int) line: 3387 SourceViewer.doOperation(int) line: 744 TextOperationAction$1.run() line: 122 BusyIndicator.showWhile(Display, Runnable) line: 69 TextOperationAction.run() line: 120 TextOperationAction(Action).runWithEvent(Event) line: 881 ActionHandler.execute(Map) line: 141 Command.execute(Map) line: 132 WorkbenchKeyboard.executeCommand(String) line: 469 WorkbenchKeyboard.press(List, Event) line: 887 WorkbenchKeyboard.processKeyEvent(List, Event) line: 928 WorkbenchKeyboard.filterKeySequenceBindings(Event) line: 546 WorkbenchKeyboard.access$2(WorkbenchKeyboard, Event) line: 494 WorkbenchKeyboard$1.handleEvent(Event) line: 259 EventTable.sendEvent(Event) line: 82 Display.filterEvent(Event) line: 979 StyledText(Widget).sendEvent(Event) line: 943 StyledText(Widget).sendEvent(int, Event, boolean) line: 968 StyledText(Widget).sendEvent(int, Event) line: 953 StyledText(Control).sendKeyEvent(int, GdkEventKey) line: 2293 StyledText(Control).gtk_key_press_event(int, int) line: 1793 StyledText(Composite).gtk_key_press_event(int, int) line: 448 StyledText(Widget).windowProc(int, int, int) line: 1194 Display.windowProc(int, int, int) line: 3040 OS.gtk_main_do_event(int) line: not available [native method] Display.eventProc(int, int) line: 839 OS.gtk_main_iteration() line: not available [native method] Display.readAndDispatch() line: 2252 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1363 Workbench.runUI() line: 1334 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 253 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 97 PlatformActivator$1.run(Object) line: 307 EclipseStarter.run(Object) line: 256 EclipseStarter.run(String[], Runnable) line: 127 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 638 Main.main(String[]) line: 622
resolved fixed
6e46ef8
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.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
"2004-06-03T17:17:53Z"
"2004-05-25T21:20:00Z"
65,214
Bug 65214 Regression: Tree.setRedraw(false) not reliable
null
resolved fixed
a2fb3a8
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-02T19:42:44Z"
"2004-06-02T01:33:20Z"
64,365
Bug 64365 Embedded AWT windows use wrong location
The code in SWT_AWT for 3.0M9 was modified slightly to change how the SWT.Move event was handled as well as how the initial location of the embedded window was handled. This causes the window to not be at the 0,0 location within its parent. In fact the window moves away from the 0,0 location of its parent as the whole app is moved away from the 0,0 screen location. The problem is the use of anything other than 0,0 in the setLocation and setBounds calls that were added. The problem goes away if frame.setBounds (bounds.x, bounds.y, bounds.width, bounds.height); is changed to: frame.setBounds (0,0, bounds.width, bounds.height); and frame.setLocation (location.x, location.y); is changed to: frame.setLocation(0,0);
resolved fixed
cac8000
["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-02T19:00:01Z"
"2004-05-27T15:00:00Z"
64,980
Bug 64980 should use correct SIZE_ALL cursor on motifs
RC1 This was fixed last week on gtk, and should have been on motif as well. It's a trivial fix of a constant (patch is attached next), so it should be safe for this week.
resolved fixed
3f4928a
["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/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-02T16:43:55Z"
"2004-06-01T14:26:40Z"
65,169
Bug 65169 [browser] URLs with space don't show up on Safari
we need to replace spaces with %20 as expected by Safari API
resolved fixed
c880d8f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-02T15:26:10Z"
"2004-06-01T20:00:00Z"
64,938
Bug 64938 [browser] NPE in test case
Running a test case that uses the ProgressListener.completed event causes a NPE when trying to get the widget field. Widget field is not set and should contain the browser the event originates from. The other browser events appear fine.
resolved fixed
45e2ca6
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-06-01T15:19:47Z"
"2004-06-01T14:26:40Z"
62,723
Bug 62723 javadoc console output: hyperlink not clickable, no hand cursor [javadoc]
I20040518-gtk, m9 test pass 1. Create the smoke test junit project 2. Choose Project -> Generate Javadoc 3. Open the console and go to the line that says: /opt/eclipse/workspaces/smoke/JUnit/junit/runner/TestCollector.java:11: warning - Tag @see: Class or Package not found: TestSelector 4. Hover over the first part of the line expected: see a hand cursor, clicking the link brings up the respective location actual: the cursor flashes a little, but no hand cursor visible, clicking has no effect Note that selecting the line, then choose "Open Link" from the context menu does work. Somehow, the cursor thing seems not to work - something seems to race, thus the cursor flashing.
resolved fixed
2f1f3df
["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/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
"2004-05-28T22:26:22Z"
"2004-05-18T17:06:40Z"
64,518
Bug 64518 NPE in StyledText used by 'Change method signature' refactoring
20040528 public interface ITextMeasurement { public int computeWidth(String string); } 1. on the previous code open the 'Change method refactoring' wizard on 'computeWidth' 2. change the parameter type to 'String1' 3. press the 'Add' button -> NPE thrown The NPE comes from field StyleItem.analysis being null. Thread [main] (Suspended (exception NullPointerException)) TextLayout.reorder(TextLayout$StyleItem[]) line: 1463 TextLayout.computeRuns(GC) line: 334 TextLayout.getLineOffsets() line: 936 WrappedContent.wrapLineRange(int, int, int, int) line: 448 WrappedContent.wrapLines(int) line: 476 WrappedContent.wrapLines() line: 462 StyledText$WordWrapCache.<init>(StyledText, StyledText, WrappedContent) line: 1452 StyledText.getLineCache(StyledTextContent) line: 3774 StyledText.calculateContentWidth() line: 1919 StyledText.reset() line: 6303 StyledText.handleTextSet(TextChangedEvent) line: 5239 StyledText$6.textSet(TextChangedEvent) line: 4714 DefaultDocumentAdapter.fireTextSet() line: 324 DefaultDocumentAdapter.documentChanged(DocumentEvent) line: 247 Document(AbstractDocument).doFireDocumentChanged2(DocumentEvent) line: 663 Document(AbstractDocument).doFireDocumentChanged(DocumentEvent, boolean, IRegion) line: 638 Document(AbstractDocument).doFireDocumentChanged(DocumentEvent) line: 623 Document(AbstractDocument).fireDocumentChanged(DocumentEvent) line: 698 Document(AbstractDocument).set(String) line: 1003 ChangeSignatureWizard$ChangeSignatureInputPage.updateSignaturePreview() line: 352 ChangeSignatureWizard$ChangeSignatureInputPage.update(boolean) line: 322 ChangeSignatureWizard$ChangeSignatureInputPage.access$1(ChangeSignatureWizard$ChangeSignatureInputPage, boolean) line: 320 ChangeSignatureWizard$5.parameterAdded(ParameterInfo) line: 261 ChangeParametersControl$5.widgetSelected(SelectionEvent) line: 441 TypedListener.handleEvent(Event) line: 89 EventTable.sendEvent(Event) line: 82 Button(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2716 Display.readAndDispatch() line: 2382 RefactoringWizardDialog2(Window).runEventLoop(Shell) line: 668 RefactoringWizardDialog2(Window).open() line: 648 RefactoringWizardOpenOperation.run(Shell, String) line: 121 RefactoringStarter.activate(Refactoring, RefactoringWizard, Shell, String, boolean) line: 40 ModifyParametersAction$1(UserInterfaceStarter).activate(Refactoring, Shell, boolean) line: 54 ModifyParametersAction$1.activate(Refactoring, Shell, boolean) line: 249 ModifyParametersAction.startRefactoring(IMethod) line: 254 ModifyParametersAction.run(ITextSelection) line: 157 ModifyParametersAction(SelectionDispatchAction).dispatchRun(ISelection) line: 216 ModifyParametersAction(SelectionDispatchAction).run() line: 188 ModifyParametersAction(Action).runWithEvent(Event) line: 881 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 915 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 866 ActionContributionItem$7.handleEvent(Event) line: 785 EventTable.sendEvent(Event) line: 82 MenuItem(Widget).sendEvent(Event) line: 796 Display.runDeferredEvents() line: 2716 Display.readAndDispatch() line: 2382 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1363 Workbench.runUI() line: 1334 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 253 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 141 IDEApplication.run(Object) line: 96 PlatformActivator$1.run(Object) line: 331 EclipseStarter.run(Object) line: 273 EclipseStarter.run(String[], Runnable) line: 128 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 79 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 41 Method.invoke(Object, Object[]) line: 386 Main.basicRun(String[]) line: 185 Main.run(String[]) line: 638 Main.main(String[]) line: 622
resolved fixed
31020d3
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-28T18:53:46Z"
"2004-05-28T10:26:40Z"
62,982
Bug 62982 TableColumn does not fire resize event
Create a TableColumn, add a control listener, resize the column and you will not get a resize event This problem may be OS X specific as it appears to work on Windoze.
resolved fixed
11abcc2
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-28T14:59:42Z"
"2004-05-19T15:20:00Z"
64,220
Bug 64220 Wrong cursor used for SWT.CURSOR_SIZEALL
I200405260800 SWT is using the incorrect Gtk+ cursor for SWT.CURSOR_SIZEALL. SWT uses GDK_DIAMOND_CROSS when the correct cursor is GDK_FLEUR. Fixing this would make moving fastbars and coolbars look a lot better.
verified fixed
ccf1b13
["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/graphics/Cursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-28T13:39:55Z"
"2004-05-26T19:33:20Z"
62,558
Bug 62558 Null Pointer when opening Folder in File>Open External File
Go to the menu and choose, File>Open External File, when the open file dialog comes up select a folder from the left side list and hit open, should get a big long traceback similar to the following org.eclipse.ui.PartInitException[0]: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:80) at org.eclipse.core.internal.filebuffers.JavaTextFileBuffer.setDocumentContent(JavaTextFileBuffer.java:300) at org.eclipse.core.internal.filebuffers.JavaTextFileBuffer.initializeFileBufferContent(JavaTextFileBuffer.java:231) at org.eclipse.core.internal.filebuffers.JavaFileBuffer.create(JavaFileBuffer.java:81) at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager.java:68) at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvider.java:470) at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.java:414) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2507) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173) at org.eclipse.ui.texteditor.ExtendedTextEditor.doSetInput(ExtendedTextEditor.java:1067) at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:290) at org.eclipse.ui.texteditor.AbstractTextEditor$14.run(AbstractTextEditor.java:1978) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252) at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:576) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:573) at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1606) at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1993) at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2011) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:569) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:633) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2037) at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run(OpenExternalFileAction.java:115) at org.eclipse.ui.internal.editors.text.OpenExternalFileAction.run(OpenExternalFileAction.java:87) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1953) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1726) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676)
verified fixed
0f19e49
["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/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T21:48:41Z"
"2004-05-17T21:40:00Z"
64,457
Bug 64457 calling CTabItem.setFont (and setImage) repeatedly with null causes repaints
I20040527 If you call setFont with some font Object, and later call it again no repainting is undertaken because ther eis a check to ensure that the font objects are not equal. This doesn't work if you call setFont with null repeatedly, however. Each call will result in a repaint. A line such as: if (font == null && this.font == null) return; would prevent this. This is having a noticable impact on the Console view, whos events cause this operation to be undertaken often. It is currently flickering excessivly when output is written to it. We could check ourselves using getFont() but you're already doing half of this work in CTabItem already. The same problem also applies to setImage.
resolved fixed
06dc38e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T21:47:36Z"
"2004-05-27T20:33:20Z"
63,185
Bug 63185 [browser] Intro issues using Safari version of the browser
Christophe, I tried the browser based intro on the Mac. Here are a couple of problems that I came across: 1. The page doesn't redraw immediately after the window is resized. If the window is made smaller, the scrollbars don't appear until the redraw occurs. If the window is made larger, the newly available space remains white until the page is redrawn. Hovering over a link seems to trigger a redraw 2. Resize the window so that scrollbars appear, then use the scrollbars to scroll the content in the browser. After using the scrollbar, move your mouse over the main part of the page again - the hover/ rollover images don't appear. It is almost as though focus is taken away from the page after the scrollbars are used. You have to click somewhere on the page first, and then the rollover images start to work again. 3. If the intro is in "Standby" mode, and you click the "Return to Introduction" link, there is no content in the intro (I believe this is also a redraw problem). 4. Clicking on the links doesn't always cause the page to change. You sometimes have to click several times for anythiing to happen, or maybe you just have to click in just the right spot.. (This may be a CSS problem, not a browser problem)
resolved fixed
778ad14
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T20:40:36Z"
"2004-05-20T13:33:20Z"
38,260
Bug 38260 CCombo with Dialog
When I use the CCombo with the dialog, the dropdown list shown in the back of the Dialog. I did as following. 1. Create one sample application with a Group. 2. The parent of group is one shell. 3. I create a dialog. 4. I put my application to this dialog. and change the Group's parent as the dialog's parent. Now the above descripbed pbm occured.
resolved fixed
fac82cc
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T20:08:01Z"
"2003-05-30T10:20:00Z"
63,070
Bug 63070 some menus do not show their item texts
0519 integration build - running on the Japanese machine in the swt lab, win98 - start eclipse (no translation pack, just the default download) - open the File menu, it opens very wide and without item texts - many of the other menus appear fine - I don't see this problem in Arabic I'll attach the screenshot next.
verified fixed
9a1df5c
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T16:52:09Z"
"2004-05-19T18:06:40Z"
63,003
Bug 63003 Ctrl+ Clicking on PackageExplorer expands items
I200405190010, Solaris 8, CDE Hold down the Ctrl key and try selecting different items in the list in the tree view. This seems to be treated as a double-click, which opens one of the items. What's worse is that it expands the top-most item in the current selection that has not already been expanded. This is sometimes quite distant from the current selection (e.g., try a "shift" selection and then move elsewhere and try to add to the selection using "ctrl").
verified fixed
0026caf
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-27T15:22:46Z"
"2004-05-19T15:20:00Z"
22,018
Bug 22018 GTK: Text.setCursor() does not function.
In this test selecting an item from the list would set the Cursor of the Text widget by calling Text.setCursor(). But it is seen that the Cursor of the Text widget is not set . This test works fine on Windows. The test case : ---------test case starts here ---------------------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Cursor; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSWTCursor { public static void main(String[] args) { final Display disp = Display.getDefault(); Shell shell = new Shell(disp); shell.setLayout(new FillLayout(SWT.VERTICAL)); final List list = new List(shell, SWT.BORDER | SWT.HORIZONTAL | SWT.VERTICAL | SWT.MULTI | SWT.CLIP_CHILDREN | SWT.CLIP_SIBLINGS); final Text text = new Text(shell ,SWT.BORDER | SWT.CLIP_CHILDREN | SWT.CLIP_SIBLINGS|SWT.NULL); list.add("Default"); list.add("Wait"); list.add("Cross Hair"); list.add("App Starting"); list.add("Help"); list.addSelectionListener(new SelectionAdapter(){ public void widgetSelected(SelectionEvent e){ text.setCursor(new Cursor(disp,list.getSelectionIndex())); } }); shell.setText("Test Cursor"); shell.setSize(200,200); shell.setLocation(0,0); shell.open(); while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } } -------------test case ends here -----------------------------------------
resolved fixed
7d022b0
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-25T23:36:08Z"
"2002-07-29T19:13:20Z"
62,523
Bug 62523 launch eclipse with -DMBCS as a vmarg and copy-paste works incorrectly / ctrl f6 shows undisplayable characters
until recently (2.1.3) i used to launch eclipse with DMBCS option (eclipse -vmarg -DMBCS) but in eclipse M8 if I launch eclipse with that option copy paste does not work correctly, say I select the word 'Test' say in a java editor or plugin.xml editor and copy paste it I would get 'Tes' also if I have multiple editors open when I hit Ctrl F6 all the editor names appear as undisplayable characters.
closed fixed
251c4f2
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-25T16:57:16Z"
"2004-05-17T18:53:20Z"
63,296
Bug 63296 [browser] F1 crashes workbench
I20040520 12:26 build. Open workbench, within Intro area, press F1 ==> Crash. Or Open workbench, launch help, press F1 ==> Crash.
resolved fixed
00fb584
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-21T18:04:46Z"
"2004-05-20T19:06:40Z"
56,063
Bug 56063 [Colors] Perspective toolbar items have wrong background
200403240800 MacOS 10.3.3 - turn on preference "Show text on perspective bar" Observe: text has wrong background color (see attachement)
verified fixed
17535ac
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Image.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-21T15:51:48Z"
"2004-03-24T23:13:20Z"
61,316
Bug 61316 SWT error occurred on Eclipse 200405060200
Eclipse 200405060200 CDT 200405052036 (=~ 200405060200 + integration patches) I can't reproduce this problem, but I was doing thing something like creating, editing, building, then deleting a file in CDT. Suddenly, I had an error dialog: "An SWT error has occurred. You are recommended to exit the workbench." Upon exit, my .log file contained: !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 06, 2004 14:00:03.359 !MESSAGE Item not removed !STACK 0 org.eclipse.swt.SWTError: Item not removed at org.eclipse.swt.SWT.error(SWT.java:2715) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Menu.destroyItem(Menu.java:558) at org.eclipse.swt.widgets.MenuItem.releaseChild(MenuItem.java:435) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:367) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:570) at org.eclipse.jface.action.MenuManager.handleAboutToShow (MenuManager.java:371) at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) at org.eclipse.jface.action.MenuManager$2.menuShown (MenuManager.java:383) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3301) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2973) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) at org.eclipse.swt.widgets.Display.runPopups(Display.java:2620) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2265) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.core.runtime 4 2 May 06, 2004 14:00:35.421 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Menu.releaseWidget(Menu.java:1049) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.releaseWidget (Decorations.java:693) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.window.ApplicationWindow.close (ApplicationWindow.java:272) at org.eclipse.ui.internal.WorkbenchWindow.hardClose (WorkbenchWindow.java:1043) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:483) at org.eclipse.ui.internal.WorkbenchWindow.access$0 (WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run (WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:551) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.WorkbenchConfigurer.emergencyClose (WorkbenchConfigurer.java:150) at org.eclipse.ui.internal.ide.IDEExceptionHandler.closeWorkbench (IDEExceptionHandler.java:104) at org.eclipse.ui.internal.ide.IDEExceptionHandler.handleException (IDEExceptionHandler.java:84) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.eventLoopException (IDEWorkbenchAdvisor.java:241) at org.eclipse.ui.internal.ExceptionHandler.handleException (ExceptionHandler.java:53) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1357) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.osgi May 06, 2004 14:00:35.656 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.swt.widgets.Menu.releaseWidget(Menu.java:1049) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.releaseWidget (Decorations.java:693) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.swt.widgets.Display.release(Display.java:2321) at org.eclipse.swt.graphics.Device.dispose(Device.java:227) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:119) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
verified fixed
e9f1bd6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-21T15:14:21Z"
"2004-05-06T21:46:40Z"
60,102
Bug 60102 Shell opened on KDE3.2.x does not paint
When a workbench window is first opened, it does not paint any of its contents (e.g., menu bars, cool bars, tool bars, composites, etc.). By moving or resizing the workbench window, a paint occurs and the contents become visible. This occurs using I200404270800 and GTK+ 2.4.0. It does not occur on similar machines running GTK+ 2.2.x.
resolved fixed
c9097f4
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-20T21:32:54Z"
"2004-04-27T15:33:20Z"
63,154
Bug 63154 JavaEditor draws squiggle underline over the string
build I20040519 JavaEditor draws squiggle underline over the string (a.k.a red see). This problem is been caused by SWT. It was introduced when we added italic font support. Here is the situation: The application set a font in the StyledText. Internally StyledText will create 3 more fonts: boldFont, italicFont, boldItalicFont. In order to line up normal, bold, italic, and boldItalic segments of text in the same line StyledText need to compute the max baseline amongs all those fonts. Usually these font have same (or very similar) metrics, but sometimes they are not (example: default font in Solaris). I believe the code that draws the squiggle is getting the normal font from the StyledText, getting its metrics, compute the baseline (ascent+descent), and draws the squiggle at y + baseline. Since this baseline can be less than the maxBaseline it possible that the siggle will be drawn over the text instead of the real baseline where the strings where drawn. Right now we have two solutions: 1) The app code will need to create all the fonts and do the same styledtext is doing. 2) We add getBaseline() to StyledText and app code start to using it instead of getting the line metrics.
resolved fixed
f03e766
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-20T21:06:39Z"
"2004-05-19T23:40:00Z"
62,528
Bug 62528 Tracker does not keep up with mouse movement
I am using a Tracker with SWT.RIGHT | SWT.LEFT style bits and one Rectangle that indicates the location of something. I want that Rectangle to maintain its vertical location and only move in the horizontal direction. The problem is that if I move the Tracker using the move, it ignores movement in the horizontal direction that coincides with the movement in the vertical direction. That is, if I move my mouse just to the right, it's fine. However, if I move it to the right and bottom, then it ignores both those movements. Hence, the feedback rectangle does not keep up with the mouse. It's difficult to move the mouse in the horizontal direction without changing the vertical location. What the tracker should do is ignore just the vertical change, but still respect the horizontal change.
verified fixed
834d97d
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-20T19:07:15Z"
"2004-05-17T18:53:20Z"
60,457
Bug 60457 [browser] safari - does not fire location event for inner frame
need to verify inner frames also fire location event when hyperlink is activated, not just for top frame.
resolved fixed
56a6b7b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/browser/Browser1.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-20T19:00:43Z"
"2004-04-29T17:33:20Z"
63,105
Bug 63105 TableItem.getImageBounds() returns incorrect value for Column 0
I have a Table with two columns. The second column contains an image. The Table also has a TableEditor defined for it. When the TableEditor.computeBounds() method attempts to compute the size for Column 0, it gets an incorrect value. When computeBounds() calls TableItem.getImageBounds(), it should get a zero sized rectangle, since there is no image for this column. But if any column in the Table has an image, it gets a non-zero rectangle instead. There is a comment in TableItem: /* * Feature in Windows. LVM_GETSUBITEMRECT returns a small width * value even when the subitem does not contain an image. The * fix is to set the width to zero. */ if (index != 0 && images != null & images [index] == null) { width = 0; } But this patch doesn't work if the column is 0. So the incorrect sized rectangle is returned and TableEditor creates a editor widget for the cell with an incorrect size. The code works fine if the table contains no images.
resolved fixed
245f43e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-19T22:12:57Z"
"2004-05-19T20:53:20Z"
62,790
Bug 62790 packing a shell has the effect of creating an unusable shell on pocketpc
null
resolved fixed
3ec43f5
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-19T21:11:33Z"
"2004-05-18T19:53:20Z"
63,006
Bug 63006 Typo in SWT doc for ON_TOP
* <li><code>Decorations</code>and subclasses</li> should be: * <li><code>Decorations</code> and subclasses</li> Without the space in the javadoc view it looks silly.
resolved fixed
84a4c27
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-19T18:46:56Z"
"2004-05-19T15:20:00Z"
60,819
Bug 60819 Photon: Tree.java references java.util.Stack (not in JDK 1.1)
In the past, the SWT team has been careful to avoid the collection classes, especially those introduced after JDK 1.1.x. However, in recompiling the latest SWT source on several platforms against an older JCL implementation, I noticed that Tree.java is making use of java.util.Stack. No other SWT class on this or any other platform is using one of the newer collection classes. Can this be rewritten to use arrays or a Vector, or is it no longer considered taboo to use these types of collection classes in SWT source code? Here's where I find a Stack being used: org\eclipse\swt\widgets\Tree.java (at line 18) org\eclipse\swt\widgets\Tree.java (at line 1446) - 2 occurrences
resolved fixed
ba32868
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-19T05:18:24Z"
"2004-05-03T21:33:20Z"
62,760
Bug 62760 junit tests need to use the eclipse launcher
The eclipse junit tests currently start eclipse from the java executable directly. They should be started through the eclipse launcher directly. Note that the Eclipse launcher does a few extra things like: - set up the LD_LIBRARY_PATH/MOZILLA_FIVE_HOME variables for the SWT Browser widget as documented in SWT FAQ. Junit tests for SWT fail as a result on Linux GTK. SWT junit tests for GTK now disabled until PR closed.
resolved fixed
c8c0863
["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllBrowserTests.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-18T19:22:01Z"
"2004-05-18T19:53:20Z"
62,477
Bug 62477 Clicking on shell title bar causes activation events with null active shells
I200405140800. Linux 2.6.4, GTK+ 2.4.0, KDE 3.2.1 I have a filter attached to the display listening for activation events. I get one activation event for every widget in the hierarchy. However, it seems that the display.getActiveShell() responds with "null" until the top-level shell receives the activation event. This means that while processing these activation events, it appears as if no shell is active. This does not happen on Windows XP.
resolved fixed
89eb385
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-17T20:28:09Z"
"2004-05-17T13:20:00Z"
60,068
Bug 60068 TableCursor crashes when scrolling vertically an empty table
3.0 M8 line 507 Method void resize() fails because row is set to '0' and table.getItem(row) will produce an IndexOutOfBounds Exception. Quite obviously. Guess that's easy to fix.
resolved fixed
1858f5f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-17T18:50:36Z"
"2004-04-27T07:13:20Z"
16,620
Bug 16620 GC.drawLine and GC.drawPolyline aren't consistent [portability]
On Windows, gc.drawLine(10,10,20,20) and gc.drawPolyLine(new int[] {10,10,20,20}) do not do the same thing. drawPolyline is omitting the last pixel. The effect of this is that when drawing "connections" between boxes, the connection meets the box at one end, but has a 1-pixel gap at the other end. Also, when drawing a hollow arrow tip that looks like "<", one side of the arrow is smaller than the other because one side is missing a pixel. I cannot think of any workaround that will still work correctly with both XOR and the various line STYLES. Is this consistent across all platforms?
resolved fixed
c62f1bd
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-15T08:42:38Z"
"2002-05-21T16:53:20Z"
62,195
Bug 62195 Error in SWT#SCROLL_LOCK JavaDoc
I200405131200 In the JavaDoc of SWT#SCROLL_LOCK the 'num' should be replaced by 'scroll'.
resolved fixed
dfd22a4
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-14T12:43:53Z"
"2004-05-13T23:13:20Z"
52,849
Bug 52849 Lightweight close buttons on CTabFolder are problematic
Using emulated buttons on a control which has DragSource listeners is problematic. Please revert to using heavyweight controls for the "X" button on Views. Probably route this to SWT?
resolved fixed
4dfb5f9
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-13T20:02:03Z"
"2004-02-23T18:13:20Z"
62,090
Bug 62090 Pressing enter in combo triggers dialog traversal
I200405122000 If I go to the Keys preference page and select certain categories, e.g., Window, any command selected will close the preference window. The same thing occurs if you select the category with the keyboard and hit enter.
resolved fixed
30e7130
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-13T18:55:18Z"
"2004-05-13T14:53:20Z"
61,207
Bug 61207 cannot use icons with > 8 bit color depth
eclipse complains when you ask it to load an icon (*.ico) file having greater than 8-bit color depth. i have tracked the error down to the following lines in WinICOFileFormat::loadInfoHeader(): if (!((width == infoWidth) && (height * 2 == infoHeight) && ((bitCount == 1) || (bitCount == 4) || (bitCount == 8)))) SWT.error(SWT.ERROR_INVALID_IMAGE); this is a problem on windows as many icons are 24 bit.
resolved fixed
f080cc5
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinBMPFileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinICOFileFormat.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-13T18:08:03Z"
"2004-05-06T13:26:40Z"
59,333
Bug 59333 [Browser] Exception error messages are not very meaningful
When using the SWT Browser in Linux it seems that the "SWTError: No more handles" error is used for several different situations that don't really mean there are no more handles. This makes it very difficult to debug problems. Would it be possible to use more meaningful errors that will help users deduce what the real problems are?
resolved fixed
497f098
["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
"2004-05-13T16:13:05Z"
"2004-04-20T19:40:00Z"
62,010
Bug 62010 NPE Pressing CTRL-O in java editor
I20040511 8AM build. I had a java editor open, and pressed CTRL-O (it had been working for a long time). This appeared in the log: java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3393) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3291) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1466) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2388) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:126) 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:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
resolved fixed
1d36ca7
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-12T22:35:42Z"
"2004-05-12T19:26:40Z"
61,337
Bug 61337 Dialogs resize when moved on Solaris
Eclipse 200405060200 on Solaris When doing a build, you can't the details. There is a drawing problem. If you keep on pressing the details button, you will lose almost the whole dialog.
resolved fixed
88080c0
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-11T20:31:45Z"
"2004-05-06T21:46:40Z"
55,748
Bug 55748 [browser] fail to launch under RH EL3
getFile ComsD getFile GreComsD getFile ComRegF getFiles APluginsDL getFile XptiRegF getFile XCurProcD getFile GreComsD Exception in thread "main" org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:2651) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.browser.Browser.<init>(Browser.java:142) at PR.main(PR.java:14)
resolved fixed
49b4936
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-11T20:06:15Z"
"2004-03-23T19:26:40Z"
59,528
Bug 59528 [Workbench] CTabFolder flashes on tab switch
I20040420 My system background colour is set to grey. Java editors in eclipse have a white background. When I switch between two editors, I see a flash to the grey system background colour. The grey is visible for a fair amount of time during the switch, and even longer if it is the first time I have accessed the file either in the current session or after it has been inactive for some time. The same behavior can be seen upon switching view tabs (easier to see when the view is maximized). A plausible reason for the flash may be that when we show the next widget, X initially fills the window to the background colour until the widget has a chance to draw itself.
resolved fixed
ec0b0db
["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
"2004-05-11T18:13:05Z"
"2004-04-21T20:40:00Z"
54,575
Bug 54575 CTabFolder: Selecting tabs should not affect whether chevron is shown (should use constant space)
build I20040310 + latest from HEAD - in default layout of Java perspective, in default window size (Window > New Window), the Package Explorer and Hierarchy view are in the same folder - both tabs appear, but Package Explorer's name appears as Package Expl... - if not, then shrink the folder until it does - click on Hierarchy tab - the Package Explorer tab disappears and you get the >>1 chevron - you, are in a different mode now, and experiencing disorientation - choose Package Explorer from the chevron menu - boths tabs are visible now Simply switching between tabs should not affect whether the chevron is shown. The tabs should use constant space across selection, even if they trade off space with each other.
resolved fixed
f0e7f11
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-10T20:07:21Z"
"2004-03-12T02:53:20Z"
59,614
Bug 59614 Clicking the CTabFolder chevron twice does not make the drop down go away
I20040420 When enough tabs are displayed for a chevron to appear, clicking the chevron once displays a drop down list of open files. Clicking on the chevron again once the drop down is open does not make it disappear, instead it closes then pops back up again.
resolved fixed
b69ea52
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-07T17:07:44Z"
"2004-04-22T13:20:00Z"
60,420
Bug 60420 lots of crashes since M8
null
resolved fixed
a321867
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-06T22:16:17Z"
"2004-04-29T14:46:40Z"
61,239
Bug 61239 TableItem NPE
- run the JNI generator - select the OS class - select the ActivateKeyboardLayout method - left click in the Cast column of the second parameter (it does not have a cast value) - will get the following NPE: java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.getImageBounds(TableItem.java:409) at org.eclipse.swt.custom.TableEditor.computeBounds (TableEditor.java:103) at org.eclipse.swt.custom.ControlEditor.resize(ControlEditor.java:218) at org.eclipse.swt.custom.TableEditor.resize(TableEditor.java:219) at org.eclipse.swt.custom.TableEditor.setItem(TableEditor.java:195) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI$10.handleEvent (JNIGeneratorAppUI.java:533) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2652) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2324) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.run (JNIGeneratorAppUI.java:627) at org.eclipse.swt.tools.internal.JNIGeneratorAppUI.main (JNIGeneratorAppUI.java:890)
resolved fixed
dcb7030
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-06T16:07:43Z"
"2004-05-06T16:13:20Z"
43,921
Bug 43921 gradient fill does not print its color properly
When I try to print gradient foreground color as yellow, it prints out turquoise. If you change the fillGradient() call ti fillRectangle() the right color prints out. I have seen this happen with other colors too. I altered the print example to demonstrate the problem. package printing.tests; import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.printing.*; public class BasicPrint { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); FontDialog fontDialog = new FontDialog(shell, SWT.NULL); FontData displayFontData = fontDialog.open(); PrintDialog dialog = new PrintDialog(shell, SWT.NULL); PrinterData data = dialog.open(); shell.dispose(); if (displayFontData == null || data == null) { System.out.println("Cancelled"); return; } Printer printer = new Printer(data); Rectangle clientArea = printer.getClientArea(); Font printerFont = new Font(printer, displayFontData.getName(), displayFontData.getHeight(), SWT.NORMAL); // this is the color that causes the problem Color foreground = new Color(printer, 255, 252, 194); // yellow Color background = new Color(printer, 0xff, 0xff, 0xff); Image pageBuffer = new Image(printer, clientArea.width, clientArea.height); GC pageGC = new GC(pageBuffer); pageGC.setFont(printerFont); pageGC.setForeground(foreground); pageGC.setBackground(background); Rectangle rect = new Rectangle(20, 20, clientArea.width / 2, clientArea.height / 4); pageGC.drawRectangle(rect); pageGC.fillGradientRectangle(rect.x, rect.y, rect.width, rect.height, false); pageGC.drawString("Test", 222, 222); if (printer.startJob("Gradient Color Test")) { Rectangle trim = printer.computeTrim(0, 0, 0, 0); Point dpi = printer.getDPI(); int leftMargin = dpi.x + trim.x; // one inch from left side of paper int topMargin = dpi.y / 2 + trim.y; // one-half inch from top edge of paper GC gc = new GC(printer); if (printer.startPage()) { gc.drawImage(pageBuffer, leftMargin, topMargin); gc.dispose(); printer.endPage(); } printer.endJob(); } pageGC.dispose(); pageBuffer.dispose(); } }
resolved fixed
de99c6e
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-05T19:37:50Z"
"2003-09-30T16:40:00Z"
57,506
Bug 57506 Pressing TAB key creates junk in editor
1. Create a new build.xml file. 2. Enter the following contents, indenting the lines with tabs as shown: <project default="sleep"> <target name="sleep"> <sleep seconds="10"/> </target> </project> 3. Place the cursor in front of the <target tag and press TAB. The editor line will change to display: <tar<target name="sleep"> The junk is just a region that's not getting redrawn correctly. The characters aren't really there.
resolved fixed
992a035
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-05T19:23:38Z"
"2004-04-05T21:20:00Z"
60,937
Bug 60937 Hitting Enter when a combobox is open can invoke default button
For example, I go to the Preferences dialog and go to the Keys section. Using the mouse, I click on the Category combobox, but I see that there are a lot of them, so I use the keyboard to navigate up and down the list. When the correct item is highlighted I hit Enter to select that item in the combobox, but instead, the dialog gets dismissed. In other Windows apps, the combobox will close but the dialog will remain open.
resolved fixed
0a803e5
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-05T13:46:20Z"
"2004-05-04T17:00:00Z"
59,352
Bug 59352 [browser] GTK crashes on attachments
A php script to crash the browser widget snippet128: <?php header('Content-Disposition: : attachment; filename="eclipse.txt"'); header('Content-Encoding: deflate'); header('Content-Length: 27429'); header('Content-Type: application/x-bittorrent; name="eclipse.txt"'); ?> (save as crash.php, and load it through a php enabled server in the browser snippet). On Mozilla this pops up the "Opening ... save to disk" popup. The snippet128 browser example crashes. SWT 3046 gtk: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x428C3355 Function=Java_org_eclipse_swt_internal_mozilla_XPCOM_VtblCall__II_3I+0xF Library=/home/dev/sancho/libswt-mozilla-gtk-3046.so Current Java thread: at org.eclipse.swt.internal.mozilla.XPCOM.VtblCall(Native Method) at org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome.GetWebBrowser (nsIWebBrowserChrome.java:55) at org.eclipse.swt.browser.WindowCreator.CreateChromeWindow (WindowCreator.java:92) at org.eclipse.swt.browser.WindowCreator$2.method3 (WindowCreator.java:42) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3 (XPCOMObject.java:259) at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) - locked <0x49780df0> (a java.lang.Class) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1725) at WB.main(WB.java:107)
resolved fixed
959ae55
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/WindowCreator.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-04T21:50:32Z"
"2004-04-20T22:26:40Z"
12,625
Bug 12625 Menu items still grab accelerators when disabled
If a menu item has an accelerator, it will contine to grab this accelerator even when it is disabled. We currently have a workaround in EditorMenuManager which removes the accelerator when an item is disabled. Steve is aware of this issue.
resolved fixed
1413f7a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-04T18:24:52Z"
"2002-04-02T15:06:40Z"
46,824
Bug 46824 ControlExample: scrolling Canvas leaves screencheese
N20031114 - start ControlExample and open the canvas tab - scroll the canvas until the number is partially outside the view - scroll number number back into the view Observe: the number is redrawn incorrectly
resolved fixed
40b1ad7
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CanvasTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-04T05:37:10Z"
"2003-11-18T10:06:40Z"
60,492
Bug 60492 [browser] safari - 2 browsers on different tab items in same tab folder overlap
null
resolved fixed
657a35a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-05-03T14:47:49Z"
"2004-04-29T20:20:00Z"
58,272
Bug 58272 BIDI: The C/ C++ editor doesn't preserve the keyboard language after pressing sapce bar
Tested using Win 2003 Arabic locale, build M8. 1) Create a new C++ project 2) Insert a new C++ class 3) Change the keyboard language to Arabic and write an Arabic word, then a space The keyboard language switched back to English
resolved fixed
3f164ca
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-30T22:08:30Z"
"2004-04-13T15:26:40Z"
60,334
Bug 60334 Can't force focus to a shell (BBAWT)
I have a situation where I have my own "lightweight" widgets that are drawn within a real SWT widget. Since in SWT, *something* must have focus, I set the real focus to the lightweight widget's parent. When that parent is a shell, and I call forceFocus() on the shell, the window manager (or someone) is being "helpful" by moving the focus to the first focusable child. In this case, I really wanted the shell to be the focus widget. Here's a testcase that illustrates what I'm trying to do. When the shell opens, the text widget is given focus. Then, when I force the focus to be the shell, I don't expect the button to then be given focus, especially since I have a traverse listener on the shell that sets the "doit" to false. Shouldn't the traverse listener allow me to prevent the button from receiving focus? If not, how can I do this? -- testcase -- import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.events.*; //------------------------------------------------------------------- // //------------------------------------------------------------------- public class TestSwtForceFocus { private Display display; private Shell shell; //------------------------------------------------------------------- // //------------------------------------------------------------------- static public void main(String[] args) { new TestSwtForceFocus().runMain(args); } //------------------------------------------------------------------- // //------------------------------------------------------------------- private void runMain(String[] args) { display = new Display(); shell = new Shell(display); shell.setText(getClass().getName()); shell.setLayout(new GridLayout()); shell.addShellListener(new ShellAdapter() { public void shellActivated(ShellEvent e) { System.out.println("shell activated"); } }); Button push = new Button(shell, 0); push.setText("push"); Text text = new Text(shell, 0); shell.setSize(300, 300); shell.addTraverseListener(new TraverseListener() { public void keyTraversed(TraverseEvent e) { e.doit = false; } }); shell.open(); text.forceFocus(); shell.forceFocus(); System.out.println( "button is focus control = " + push.isFocusControl()); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } } }
resolved fixed
d9eb413
["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
"2004-04-28T23:15:41Z"
"2004-04-28T22:06:40Z"
59,941
Bug 59941 [Tree] Expanded state does not get set properly for an expanded/collapsed item in a tree
null
resolved wontfix
1bff345
["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/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-28T22:26:02Z"
"2004-04-26T14:33:20Z"
25,629
Bug 25629 Need STATE_SYSTEM_LINKED mapped to one of the states in ACC.
I need to enable the F1 infopops for being readable by JAWS, and currently one cannot read the "hyperlinks" in the infopop without tabbing to each one of them. To enable the above I need to have STATE_SYSTEM_LINKED mapped to one of the states in ACC.
resolved fixed
54340ef
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/ACC.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.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
"2004-04-28T22:22:55Z"
"2002-11-01T14:13:20Z"
59,524
Bug 59524 Evaluation pop-up keybindings are broken on GTK
Build 20040420 Linux-GTK 1. Debug to a breakpoint. 2. Highlight some text and choose "Display" 3. In the resulting pop-up, press ctrl+shit+D. Nothing happens.
verified fixed
a21808a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-27T14:47:56Z"
"2004-04-21T20:40:00Z"
57,380
Bug 57380 Excess clipping/dirty area for Table PaintListener's paintControl(PaintEvent)
This is new in M8 for Windows. Linux GTK has always had this bug. The code snippet below changes the text on one cell. Clicking the "Bug" button: On Windows 2000, SWT 3.0M7 returns the cell area gc.getClipping=Rectangle {50, 16, 50, 14} On Windows 2000, SWT 3.0M8 returns the TableItem area gc.getClipping=Rectangle {0, 16, 350, 14} On GTK, both 3.0M7 and 3.0M8 versions returns the whole table gc.getClipping=Rectangle {0, 0, 368, 113} This makes for really slow updates if one is continuously changing only one cell. Especially when the developer is drawing/refreshing his/her own objects based on the clipping area. e.x y width height are the same as clipping. Code snippet: public static void main(String[] args) { System.out.println(SWT.getVersion()); Display display = new Display(); Shell shell = new Shell(display, SWT.CLOSE | SWT.TITLE); shell.setLayout(new GridLayout()); final Table table = new Table(shell, SWT.BORDER); table.setLayoutData(new GridData(GridData.FILL_BOTH)); for (int i = 0; i < 7; i++) { TableColumn column = new TableColumn(table, SWT.BORDER); column.setResizable(false); column.setWidth(50); } for (int x = 0; x < 5; x++) { TableItem item = new TableItem(table, SWT.NONE); for (int i = 0; i < 7; i++) { item.setText(i, String.valueOf(i)); } } table.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { System.out.println("gc.getClipping="+e.gc.getClipping()); System.out.println(""+e.x+":"+e.y+":"+e.width+":"+e.height); } }); Button btn = new Button(shell, SWT.PUSH); btn.setText("Bug"); btn.setFocus(); btn.addSelectionListener(new SelectionAdapter() { int x = 0; public void widgetSelected(SelectionEvent e) { table.getItem(1).setText(1, String.valueOf(++x)); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
fa200a7
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-26T22:47:47Z"
"2004-04-04T03:40:00Z"
58,638
Bug 58638 Permit to have synchronous display to help debugging
A method calling GdiSetBatchLimit (on Windows) or XSynchronize(on X/gtk/motif) would greatly help debugging custom painting on controls. Cheers -- Steve
resolved fixed
436adf7
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-26T19:58:01Z"
"2004-04-15T11:53:20Z"
56,376
Bug 56376 [EditorMgmt] Immortal editor tab tooltips
null
resolved fixed
306bec7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-26T17:58:05Z"
"2004-03-26T16:53:20Z"
59,872
Bug 59872 Documentation fix for RowLayout
The attached patch to RowLayout.java clarifies the meaning of the fill member for vertical layouts.
resolved fixed
458753d
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/RowLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-26T12:45:32Z"
"2004-04-24T20:53:20Z"
59,424
Bug 59424 BIDI: level of the first directional run is never detected
GTK TextLayout#getLevel(int) starts the loop with while (OS.pango_layout_iter_next_run(iter)) - advancing the iter to the 2nd directional run (if any). Thus the 1st directional run is omitted.
resolved fixed
7cb17ed
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-23T18:38:42Z"
"2004-04-21T15:06:40Z"
58,851
Bug 58851 When shell is created with SWT.NO_TRIM, windows does not show it on task bar
When shell is created with SWT.NO_TRIM, windows does not show it on the task bar. Thus we can t switch tasks to get to this shell. It works fine under Linux. It looks like a windows limitation ? The issue is that having no trim for windows is something nice, but still we don t want to 'lose' the application. Additionnaly, if the window has a non rectangular shape, when the shell is minimized, it is minimized as a window limited to a top bar, with the top bar being 'cut' to the region of the shell. It does not look clean.
resolved fixed
7e606d9
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-23T16:13:25Z"
"2004-04-16T15:40:00Z"
59,698
Bug 59698 [browser] investigate support for custom popup menu
The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the default popup menu by catching the SWT.MenuDetect event and setting the field event.doit to false. Scenario 1 is for people using the Browser to navigate HTML documents. Scenario 2 is for people using the Browser to render a portion of HTML and don't want the user to access the actions from the default popup menu. This behaviour is also consistent with the way the native Text widget provide a default popup menu. Post 3.0: Investigate support for custom popup menus.
resolved fixed
ce2a897
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMMouseEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMUIEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-23T16:09:25Z"
"2004-04-22T21:40:00Z"
59,615
Bug 59615 Empty space before handle in a coolbar
CVS HEAD from yesterday If a toolbar has a shadow, there is a blank space visible after the toolbar and before the next gripper in a coolbar. Attached is a screenshot showing the problem, and a patch I made that fixes the problem, but only after I grab the adjacent gripper and move it.
resolved fixed
e7be549
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-22T21:51:44Z"
"2004-04-22T13:20:00Z"
57,562
Bug 57562 [Workbench] DBCS: Window resizing does not work properly
OS: <AIX 5.2> Language: <Japanese locale:Ja_JP.IBM-943> Build level: <3.0M8-aix-motif(200403311308)> JDK version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS: Window resizing does not work properly Steps to recreate problem: 1- select File->New->Project.., then create New Java Project. 2- add package and class to the project, then select Java Editor which shows newly created class. 3- resizing eclipse window. Error: Eclipse fails to resize window. When window is extended, blank area is appeared. When window is shrinked, some view is concealed. This problem is caused by selecting Editors, such as Java Editor, Text Editor and so on. But when selecting specific pages, such as Welcome pages and plugin.xml pages, window resizing works correctly. Expected Result: According to window size, each Views should be shrinked or extended to show all Views properly.
closed fixed
a190846
["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
"2004-04-21T22:43:12Z"
"2004-04-06T11:13:20Z"
57,079
Bug 57079 [interop] SWT_AWT causes JVM crash
My JVM crashes on occasion when closing a wizard that contains a SWT_AWT-based swing JPanel. Can reproduce, however the problem doesn't always occur -- usually 1 of 6 wizard invocations will show the problem. The stack trace displayed by the JVM is not always the same. I've pasted two of them below: java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer.hide(Native Method) at java.awt.Component.hide(Unknown Source) at java.awt.Window.hide(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x4886DF0 Function=Java_sun_awt_windows_WColor_getDefaultColor+0x7960 Library=C:\Program Files\Java\j2re1.4.2\bin\awt.dll Current Java thread: at sun.awt.windows.WComponentPeer.removeNativeDropTarget(Native Method) at sun.awt.windows.WComponentPeer.removeDropTarget(Unknown Source) - locked <0x11a42b70> (a sun.awt.windows.WEmbeddedFramePeer) at java.awt.dnd.DropTarget.removeNotify(Unknown Source) at java.awt.Component.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at javax.swing.JComponent.removeNotify(Unknown Source) at javax.swing.text.JTextComponent.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at javax.swing.JComponent.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Frame.removeNotify(Unknown Source) - locked <0x11943120> (a java.awt.Component$AWTTreeLock) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Dynamic libraries: 0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.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 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL 0x629C0000 - 0x629C8000 C:\WINDOWS\System32\LPK.DLL 0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll 0x08000000 - 0x08136000 C:\Program Files\Java\j2re1.4.2 \bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2\bin\hpi.dll 0x00830000 - 0x0083E000 C:\Program Files\Java\j2re1.4.2\bin\verify.dll 0x00840000 - 0x00858000 C:\Program Files\Java\j2re1.4.2\bin\java.dll 0x00860000 - 0x0086D000 C:\Program Files\Java\j2re1.4.2\bin\zip.dll 0x02C50000 - 0x02C5F000 C:\Program Files\Java\j2re1.4.2\bin\net.dll 0x71AB0000 - 0x71AC4000 C:\WINDOWS\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll 0x02C60000 - 0x02C68000 C:\Program Files\Java\j2re1.4.2\bin\nio.dll 0x03320000 - 0x03368000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3038.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll 0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common- Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll 0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x03910000 - 0x0393B000 C:\WINDOWS\System32\msctfime.ime 0x03940000 - 0x03948000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll 0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x746F0000 - 0x74716000 C:\WINDOWS\System32\Msimtf.dll 0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll 0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll 0x03E90000 - 0x03EB4000 C:\Program Files\Trillian\events.dll 0x04810000 - 0x0491A000 C:\Program Files\Java\j2re1.4.2\bin\awt.dll 0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV 0x04A20000 - 0x04A70000 C:\Program Files\Java\j2re1.4.2 \bin\fontmanager.dll 0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll 0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll 0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL 0x71A50000 - 0x71A8B000 C:\WINDOWS\System32\mswsock.dll 0x76F20000 - 0x76F45000 C:\WINDOWS\System32\DNSAPI.dll 0x76FB0000 - 0x76FB7000 C:\WINDOWS\System32\winrnr.dll 0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll 0x76FC0000 - 0x76FC5000 C:\WINDOWS\System32\rasadhlp.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 2752K, used 566K [0x10010000, 0x10300000, 0x104f0000) eden space 2496K, 18% used [0x10010000, 0x10081120, 0x10280000) from space 256K, 44% used [0x10280000, 0x1029c9b0, 0x102c0000) to space 256K, 0% used [0x102c0000, 0x102c0000, 0x10300000) tenured generation total 35536K, used 22062K [0x104f0000, 0x127a4000, 0x14010000) the space 35536K, 62% used [0x104f0000, 0x11a7b808, 0x11a7ba00, 0x127a4000) compacting perm gen total 26368K, used 26352K [0x14010000, 0x159d0000, 0x18010000) the space 26368K, 99% used [0x14010000, 0x159cc220, 0x159cc400, 0x159d0000) Local Time = Thu Mar 25 14:15:31 2004 Elapsed Time = 42 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # # An error report file has been saved as hs_err_pid2500.log. # Please refer to the file for further information. ------------------ java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer.hide(Native Method) at java.awt.Component.hide(Unknown Source) at java.awt.Window.hide(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.NullPointerException: null pData at sun.awt.windows.WComponentPeer._dispose(Native Method) at sun.awt.windows.WComponentPeer.disposeImpl(Unknown Source) at sun.awt.windows.WWindowPeer.disposeImpl(Unknown Source) at sun.awt.windows.WObjectPeer.dispose(Unknown Source) at java.awt.Component.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Unknown Source) at java.awt.Frame.removeNotify(Unknown Source) at java.awt.Window$1DisposeAction.run(Unknown Source) at java.awt.Window.dispose(Unknown Source) at org.eclipse.swt.awt.SWT_AWT$8.run(SWT_AWT.java:145) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x3E56DF0 Function=Java_sun_awt_windows_WColor_getDefaultColor+0x7960 Library=C:\Program Files\Java\j2re1.4.2\bin\awt.dll Current Java thread: at sun.awt.windows.WToolkit.eventLoop(Native Method) at sun.awt.windows.WToolkit.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Dynamic libraries: 0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.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 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll 0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll 0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll 0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL 0x629C0000 - 0x629C8000 C:\WINDOWS\System32\LPK.DLL 0x72FA0000 - 0x72FFA000 C:\WINDOWS\System32\USP10.dll 0x08000000 - 0x08136000 C:\Program Files\Java\j2re1.4.2 \bin\client\jvm.dll 0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2\bin\hpi.dll 0x00830000 - 0x0083E000 C:\Program Files\Java\j2re1.4.2\bin\verify.dll 0x00840000 - 0x00858000 C:\Program Files\Java\j2re1.4.2\bin\java.dll 0x00860000 - 0x0086D000 C:\Program Files\Java\j2re1.4.2\bin\zip.dll 0x02C50000 - 0x02C5F000 C:\Program Files\Java\j2re1.4.2\bin\net.dll 0x71AB0000 - 0x71AC4000 C:\WINDOWS\System32\WS2_32.dll 0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll 0x02C60000 - 0x02C68000 C:\Program Files\Java\j2re1.4.2\bin\nio.dll 0x03320000 - 0x03368000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3038.dll 0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll 0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll 0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll 0x70A70000 - 0x70AD5000 C:\WINDOWS\system32\SHLWAPI.dll 0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll 0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll 0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common- Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll 0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll 0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll 0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll 0x03910000 - 0x0393B000 C:\WINDOWS\System32\msctfime.ime 0x03940000 - 0x03948000 C:\Program Files\eclipse3.0M7 \plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll 0x74C80000 - 0x74CAC000 C:\WINDOWS\System32\oleacc.dll 0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll 0x746F0000 - 0x74716000 C:\WINDOWS\System32\Msimtf.dll 0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll 0x76380000 - 0x76385000 C:\WINDOWS\System32\msimg32.dll 0x03DE0000 - 0x03EEA000 C:\Program Files\Java\j2re1.4.2\bin\awt.dll 0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV 0x04000000 - 0x04050000 C:\Program Files\Java\j2re1.4.2 \bin\fontmanager.dll 0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll 0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll 0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.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 2624K, used 737K [0x10010000, 0x102e0000, 0x104f0000) eden space 2368K, 26% used [0x10010000, 0x100ade58, 0x10260000) from space 256K, 41% used [0x10260000, 0x1027a7c0, 0x102a0000) to space 256K, 0% used [0x102a0000, 0x102a0000, 0x102e0000) tenured generation total 33580K, used 20146K [0x104f0000, 0x125bb000, 0x14010000) the space 33580K, 59% used [0x104f0000, 0x1189ca88, 0x1189cc00, 0x125bb000) compacting perm gen total 22784K, used 22717K [0x14010000, 0x15650000, 0x18010000) the space 22784K, 99% used [0x14010000, 0x1563f5d0, 0x1563f600, 0x15650000) Local Time = Wed Mar 24 16:04:03 2004 Elapsed Time = 83 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-beta-b19 mixed mode) # # An error report file has been saved as hs_err_pid3744.log. # Please refer to the file for further information. #
resolved fixed
9e73942
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2004-04-21T21:33:20Z"
"2004-04-01T20:06:40Z"