id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
4,061
19,089
Bug 19089 No popup menu java editor ruler (Photon)
1) Open a java editor 2) Right click on the left vertical ruler This should popup a menu to add breakpoints/marks,etc, but it does not.
2002-06-04 11:16:42
1,023,200,000
resolved fixed
252b8a7
1,024,010,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java
SWT
4,062
20,184
Bug 20184 Color javadoc could use reference to Device.getSystemColor()
It would be nice if the class description for the Color class would have a @see tag pointing the developer to Display.getSystemColor(). Most of the time I am creating "primary colors", and I never remember where to find them. I prefer to use the Display method since I don't have to dispose of the color, and it would be helpful if the Color class doc suggested this usage.
2002-06-13 10:47:59
1,023,980,000
resolved fixed
a095e03
1,023,980,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Color.java
SWT
4,063
19,925
Bug 19925 Error opening doc file causes much grief
Build: 20020611 JDK: IBM JDK 1.3.1 - 20020403 I get an error every time I try to open a .doc file. Follow these steps: 1. New workspace 2. New simple project "Docs". 3. Drag & drop CALLBACK.DOC from the desktop into Docs. (see attachment) 4. Double click CALLBACK.DOC <- Error occurs 5. Try to exit Eclipse, no can do! Terminate Eclipse with a Ctrl-C. 6. Relaunch Eclipse... CALLBACK.DOC (& the error) returns (run screaming to the hills, AIIEEE!) The following things happen at step 5: 1. CALLBACK.DOC is opened in WordPad. 2. CALLBACK.DOC is also opened in a blank editor in Eclipse. 3. The Eclipse editor for CALLBACK.DOC is marked dirty. Revert is greyed out in the File menu, and every attempt to close CALLBACK.DOC fails, i.e. when you click the Editor X you get prompted to save, no matter what answer you give, the file remains open. This is especially nasty because it means you can't close Eclipse. I had to terminate the process with a Ctrl-C in the Java console. 4. The following appears in the log: !SESSION Jun 11, 2002 13:19:05.181 --------------------------------------------- java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\home\workspaces\doctest0611 -install file:C:/home/eclipse/eclipse0611/eclipse/ !ENTRY org.eclipse.ui 4 2 Jun 11, 2002 13:19:05.181 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.editorsupport.win32.OleEditor.oleActivate(OleEditor.java:551) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.activateClient(OleEditor.java:168) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.access$3(OleEditor.java:166) at org.eclipse.ui.internal.editorsupport.win32.OleEditor$4.partActivated(OleEditor.java:126) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:39) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:19:05.321 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:19:05.331 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.ole.win32.OleClientSite.onPaint(OleClientSite.java:824) at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1219) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1287) at org.eclipse.jface.window.Window.runEventLoop(Window.java:557) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:20:02.393 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:20:02.393 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:21:23.500 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:21:23.500 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) As I see it, there are 5 parts to this bug: 1. Can't open .doc files without an error 2. Error handling near OLE needs to guard against two editors (both internal & external) 3. No way to close the dirty editor that appears 4. Loose "save file" handling makes clean shutdown impossible 5. Restore code shouldn't restore faulty editors (particularly dirty ones!)
2002-06-11 14:20:27
1,023,820,000
resolved fixed
44d0424
1,023,910,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
SWT
4,064
20,029
Bug 20029 unhandled exception in event loop on emulated Coolbar
build 20020612 Linux Motif 1 - Just launch the Eclipse 20020612. 2 - Grab the search coolitem gripper 3 - Shake it up and down causing a new row to appear and disappear 4 - notice unhandled exception in event loop
2002-06-12 10:52:20
1,023,890,000
resolved fixed
ac30d47
1,023,900,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
4,065
19,670
Bug 19670 Regression in OLE support
In F2: Reboot your PD Create a simple project Drag and drop a powerpoint doc. Double click to open the powerpoint doc. Notice that the editor comes up blank. Close the eclipse .ppt editor. Notice that the editor thinks the file is dirty when it isn't Open Powerpoint. Create a simple presentation. Go back to eclipse. Double click on the .ppt file. Notice that the presentation opens properly. Trying the same steps on the 0515 build does not recreate the problem.
2002-06-07 16:29:19
1,023,480,000
resolved fixed
21e538b
1,023,830,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
4,066
19,708
Bug 19708 widgetIsDisposed for tootip text
Build 20020606. Not sure how to reproduce. I got into a state where I had tooltip text hanging around when it shouldn't have been. I was starting an inner eclipse and I think what happened was that the tooltip text from the outer Eclipse appeared in my inner Eclipse. Pressed the ESC key a couple of times, went back to the outer Eclipse, clicked on the hover help text and then press the ESC key again, at which point it went away. !SESSION Jun 08, 2002 11:56:31.940 --------------------------------------------- java.fullversion=J2RE 1.3.0 IBM build cn130-20010502 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\eclipse-ws\ui- ws -install file:C:/eclipse/ !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:31.940 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:31.990 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:32.270 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:32.270 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:32.870 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:32.870 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526)
2002-06-08 12:03:12
1,023,550,000
resolved fixed
deab298
1,023,830,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
4,067
19,671
Bug 19671 Unable to expand/collapse trees in properties view
Build 20020607 Redhat 7.2, KDE 2.2-10 GTK2 - Import a plugin, such as ..core.boot - Open the Properties view - Highlight the plugin so you can see the properties - Try to collapse the tree by clicking on the '-' box It doesn't do anything. In fact, it is impossible to expand or collapse any tree node from the properties view in GTK2 (as far as I can see). To see a tree with more nodes and levels, follow these steps.. - Install the examples - Create a file called 'test.usr' - Open the properties view - Click on 'richard' in the outline view You'll see a tree with '+' and '-' boxes visible but nothing happens when you try to expand/collapse them. NOTE: You'll also notice that the children of a node aren't indented at all. On top of this, when you click on a child that doesn't have children (no '+' or '- '), it sometimes scrolls the view such that the selected field appears at the top of the view, if your view is small enough vertically. And finally, if you have properties that you can edit (such as the "test.usr" one) and you shrink your view vertically enough to show vertical scrollbars, then when you click on, say, a text field to edit it, the editable box that comes up is on top of the scrollbar. McQ: Should I file each of these as individual PRs? Some of these look related.
2002-06-07 16:32:21
1,023,480,000
resolved fixed
dd108aa
1,023,830,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java
SWT
4,068
19,660
Bug 19660 Preference page does not expand to fit all widgets
Build 20020607 Linux-GTK The preference page dialog often does not expand enough to fully display all the widgets it contains. We've only been able to reproduce this problem on Linux-GTK, where it happens quite frequently. Just opening the preference page and clicking through on various pages, you're pretty much guaranteed to see the problem. Since the platform UI code seems to work as expected on other platforms, it looks like either the GTK widget isn't growing as much as the UI is requesting or the widgets aren't reporting their true required size.
2002-06-07 15:55:42
1,023,480,000
resolved fixed
b469967
1,023,750,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
4,069
19,595
Bug 19595 StyledText - redrawRange not clearing properly when clear flag set
Run the attached test case. Check the bold checkbox. Uncheck the bold checkbox. Notice that the first and last lines leave bold character cheese even though the clear flag was specified for the redrawRange call. Simple/safe fix. Need to get approval for F3. This problem is leading to a bug in WSAD.
2002-06-07 10:37:50
1,023,460,000
resolved fixed
0d80efe
1,023,740,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,070
18,934
Bug 18934 Scrollbars should be disabled in ImageAnalyzer example
Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) Open the ImageAnalyzer example. Notice the scrollbars are enabled, and you can move them around, but they don't have any effect. If you open a small image, like an icon, the scrollbars are just misleading because they don't do anything.
2002-06-03 17:37:15
1,023,140,000
resolved fixed
77f55e0
1,023,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
SWT
4,071
19,503
Bug 19503 Widget in outliner gets wrapped/cropped
Build 20020602 (F2) Linux-GTK 1. Open the outliner. 2. Close all editors. The tree widget is replaced with a text widget (note: I'm not sure about exactly which widgets are used) that says: "An outline is not available" 3. Shrink the outliner such that the text cannot be fit on a single line. 4. On Win32, the text does not wrap, but instead gets truncated. On Linux-GTK, the text wraps, but the top and bottom of the letters get cut off. It appears that the containing widget isn't growing.
2002-06-06 11:30:05
1,023,380,000
resolved fixed
9b6e86d
1,023,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
4,072
19,394
Bug 19394 False "unsaved changes" notification from launch configs
Build 20020602 (F2) I still get false "You have unsaved changes" notifications from Java Application configs periodically. I haven't been able to create a reproducible test case. However, it should be simple to go through the code and spot any lingering occurances of this persisting bug.
2002-06-05 14:43:19
1,023,300,000
resolved fixed
71fc44e
1,023,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
4,073
17,788
Bug 17788 Scale with preferred size is unusable (no range of motion)
Build F1 (20020521) Redhat 7.2, GTK2, KDE 2.2-10 (GTK Only) See the SWT example ControlExample, under the "Slider and Scale" tab. You can't use the scales on the right side (minimum, maximum, selection) because their size is set to the size of the thumb, so there's no room to move left or right, making this widget unusable. This only happens to the scale on the left side (the one we're customizing) when the Size->Preferred option is set. If it's a fixed size or horizontal fill it works fine.
2002-05-24 14:47:01
1,022,270,000
resolved fixed
659d841
1,023,470,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Slider.java
SWT
4,074
19,345
Bug 19345 Task View: Not clearing priority icons
Build F2 The priority icons that are shown in task view can be displayed beside the wrong task. 1) Make sure the task view is empty. 2) Create 3 tasks called 'a', 'b', and 'c' 3) Assign a high priority to task 'a' 4) Select task 'b' 5) Sort by priority repeatedly, by clicking on the table header 6) Notice that whenever 'a' is the bottom task, that the priority icon is also shown beside 'c'. The icon can be cleared by selecting 'c'.
2002-06-05 11:22:07
1,023,290,000
verified fixed
4a8c42d
1,023,390,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java
SWT
4,075
18,838
Bug 18838 Launch Configurations dialog creeps up
Eclipse F2 Linux Motif (KDE) Each time I hit Run -> Run... to edit a launch configuration, the dialog pops up a little bit higher than the last time it appeared. Eventually it goes off the top of the screen. If I exit Eclipse and come back in, it is still off the screen. Does not happen on Windows 2000.
2002-06-03 14:02:36
1,023,130,000
resolved fixed
7fabd58
1,023,390,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
4,076
18,439
Bug 18439 Ctrl+F6 editor switching is unusable
The editor list popup that is summoned with Ctrl+F6 is unusable. The popup is not wide enough to see the editor names. Will attach screenshot.
2002-05-31 09:41:13
1,022,850,000
resolved fixed
78d6ba1
1,023,390,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
4,077
18,629
Bug 18629 GTK: Unable to select dialog buttons with mouse
null
2002-06-01 16:16:59
1,022,960,000
resolved fixed
570b5fc
1,023,380,000
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/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,078
17,752
Bug 17752 Cannot select a non-bold font
Build 20020521 Linux-GTK 1. Go in the font selection dialog "Window->Preferences->Workbench->Fonts->Text Font->Change..." 2. Select the font you want. 3. Click 'OK' Even if the font you selected was not a bold font, the font display in the preview is a bold font and the name of the font is *-bold-*
2002-05-24 12:52:18
1,022,260,000
resolved fixed
3010364
1,023,320,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/FontData.java
SWT
4,079
19,169
Bug 19169 NPE on Emulated CoolItem constructor
build 20020602 (F2) The last changes on the emulated CoolItem contructor have introduced a bug, it is the code: public CoolItem (CoolBar parent, int style) { this (parent, style, parent.getItemCount()); } And this is right code: public CoolItem (CoolBar parent, int style) { super(parent, style); this.parent = parent; parent.createItem (this, parent.getItemCount()); calculateChevronTrim (); } This bug do not occurs on Eclipse !
2002-06-04 14:45:39
1,023,220,000
resolved fixed
014b99e
1,023,310,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
4,080
18,804
Bug 18804 GPF setting image to menu item (Photon)
Show hierarchy view of org.eclipse.swt.widgets.Widget and eclipse will GPF. Unhandled exception Type=GPF vmState=0xffffffff Handler1=0xb8242414 Handler2=0xb82314f8 Signal=0x0000000b EFlags=0x00011202 EDI=0x09c2a7bc ESI=0x083523c8 EAX=0x0baa537c EBX=0xb0460064 ECX=0x00000000 EDX=0x00000000 EBP=0x080474d4 ESP=0x080474bc EIP=0xb03ceb2e CS=0x000000f3 SS=0x000000fb Thread: main (priority 5) (LOCATION OF ERROR) 0089 org/eclipse/swt/internal/photon/OS.PtSetResources(II[I)I (@085d5e91) 006f org/eclipse/swt/widgets/MenuItem.setImage(Lorg/eclipse/swt/graphics/Image;)V 00f6 org/eclipse/jface/action/ActionContributionItem.updateImages(Z)Z 0214 org/eclipse/jface/action/ActionContributionItem.update(Ljava/lang/String;)V 0025 org/eclipse/jface/action/ActionContributionItem.actionPropertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V 0002 org/eclipse/jface/action/ActionContributionItem.access$1(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/jface/util/PropertyChangeEvent;)V 0005 org/eclipse/jface/action/ActionContributionItem$ActionListener.propertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V 17e05 org/eclipse/jface/action/Action.firePropertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V (@08639f19) 0175 org/eclipse/jface/action/Action.firePropertyChange(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V (@08639f19) 0017 org/eclipse/jface/action/Action.setImageDescriptor(Lorg/eclipse/jface/resource/ImageDescriptor;)V 0011 org/eclipse/ui/actions/LabelRetargetAction.updateImages(Lorg/eclipse/jface/action/IAction;)V 0032 org/eclipse/ui/actions/LabelRetargetAction.setActionHandler(Lorg/eclipse/jface/action/IAction;)V 0026 org/eclipse/ui/actions/RetargetAction.partActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 0008 org/eclipse/ui/internal/PartListenerList$1.run()V 0029 org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d8a2d) 87d308b org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d3434) 00c0 org/eclipse/ui/internal/PartListenerList.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V (@087d3434) 0005 org/eclipse/ui/internal/WWinPartService.partActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 0008 org/eclipse/ui/internal/PartListenerList$1.run()V 0029 org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d8a2d) 87d308b org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d3434) 00c0 org/eclipse/ui/internal/PartListenerList.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V (@087d3434) 0005 org/eclipse/ui/internal/WorkbenchPage.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 007c org/eclipse/ui/internal/WorkbenchPage.setActivePart(Lorg/eclipse/ui/IWorkbenchPart;)V 0048 org/eclipse/ui/internal/WorkbenchPage.activate(Lorg/eclipse/ui/IWorkbenchPart;)V 001e org/eclipse/ui/internal/WorkbenchPage.busyShowView(Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0003 org/eclipse/ui/internal/WorkbenchPage.access$7(Lorg/eclipse/ui/internal/WorkbenchPage;Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0011 org/eclipse/ui/internal/WorkbenchPage$10.run()V 022e org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V (@08613aa2) 0011 org/eclipse/ui/internal/WorkbenchPage.showView(Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0003 org/eclipse/ui/internal/WorkbenchPage.showView(Ljava/lang/String;)Lorg/eclipse/ui/IViewPart; 0013 org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.openInViewPart(Lorg/eclipse/ui/IWorkbenchWindow;Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart; 003e org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.open([Lorg/eclipse/jdt/core/IJavaElement;Lorg/eclipse/ui/IWorkbenchWindow;)Lorg/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart; 0018 org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.run([Lorg/eclipse/jdt/core/IJavaElement;)V 0012 org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.run(Lorg/eclipse/jface/viewers/IStructuredSelection;)V 000c org/eclipse/jdt/ui/actions/SelectionDispatchAction.dispatchRun(Lorg/eclipse/jface/viewers/ISelection;)V 0005 org/eclipse/jdt/ui/actions/SelectionDispatchAction.run()V 0001 org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V 00bf org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V 003a org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent(Lorg/eclipse/swt/widgets/Event;)V 0002 org/eclipse/jface/action/ActionContributionItem.access$0(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;)V 0005 org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V 00b8 org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (@08601f4c) 000d org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V 00ff org/eclipse/swt/widgets/Display.runDeferredEvents()Z (@0867de73) 0430 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@086a8a14) 0055 org/eclipse/ui/internal/Workbench.runEventLoop()V (@0867dae9) 0088 org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; 0039 org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; 0006 org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; 0004 java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 0163 java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 00f6 org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lang/Object; 000e org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object; 001b org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V Thread: Gc Thread (priority 5) (daemon) Thread: Finalizer thread (priority 5) (daemon) Thread: Java indexing (priority 4) (daemon) ffffffec java/lang/Thread.sleep(JI)V 8618a33 java/lang/Thread.sleep(J)V (@08618e16) fff2b112 org/eclipse/jdt/internal/core/search/processing/JobManager.run()V (@08618e16) 000b java/lang/Thread.run()V Thread: Snapshot (priority 5) ffffffec java/lang/Object.wait(JI)V 0003 java/lang/Object.wait(J)V 0009 org/eclipse/core/internal/resources/DelayedSnapshotRunnable.run()V 000b java/lang/Thread.run()V JVM terminated. Exit code=255 /home/ssq/ive/bin/j9 -jit -ms:16 -mso:128 -cp /home/ssq/eclipse/startup.jar org.eclipse.core.launcher.Main -os qnx -ws photon -arch x86 -showsplash /home/ssq/eclipse/eclipse -showsplash 600
2002-06-03 12:53:14
1,023,120,000
resolved fixed
2c023cb
1,023,290,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java
SWT
4,081
18,733
Bug 18733 ControlExample: List widget not being resized properly
Build F1 (and F2 too) Steps: 1) Start ControlExample 2) Choose the "List" tab 3) Click on "Set Font" and choose a smaller font (manually type in a size if necessary -- you need to do this to get anything smaller than 8 pt in Win32) 4) Click on "Preferred" radio button, even though it's already selected 5) Uncheck "SWT.H_SCROLL" 6) Notice that the List widget gets bigger 7) Check "SWT.H_SCROLL" 8) Notice that the List widget gets even bigger
2002-06-03 10:59:39
1,023,120,000
resolved fixed
9cb2700
1,023,290,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java
SWT
4,082
16,883
Bug 16883 Variable sorting changes unexpectedly
1. Debug the following program to a breakpoint on the first line of foo(). Variables view looks like: this = VariableTest 2. Perform a step over. Variables view looks like: x = 1 this = VariableTest 3. Perform a step over. Variables view looks like: this = VariableTest y = 2 x = 1 The ordering of existing variables shouldn't change when new variables are added. public class VariableTest { public static void main(String[] args) { new VariableTest().foo(); } private void foo() { int x= 1; // BREAKPOINT HERE int y= 2; System.out.println("Grah"); } }
2002-05-22 12:05:48
1,022,080,000
resolved fixed
22658a4
1,023,080,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,083
16,837
Bug 16837 Keys completely lost
I am not sure how to got to this point, but I was going through the PDE tests scenarios on Photon and at some point I could not type anything on any editor anymore (java editor, pde editor, etc). I had to restart eclipse. Shortcuts were still working though.
2002-05-22 11:09:56
1,022,080,000
resolved fixed
5efec78
1,022,930,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ToolBar.java
SWT
4,084
17,289
Bug 17289 Combo doesn't take focus by clicking on it (Photon)
Open "Add a new CVS Repository" dialog. The focus caret should be in the first Combo "Host:". Press "Tab" and focus goes to the second Combo "Repository Path:". Try clicking on the first Combo. It does not take focus anymore. If I drop down the combo list, it will take focus.
2002-05-23 10:23:56
1,022,160,000
resolved fixed
46d5c58
1,022,920,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java
SWT
4,085
16,810
Bug 16810 Mouse pointer not update
Build 20020521 There are several case on Photon where the mouse pointer is not update for the correct indicator ( resize indicator, dragging indicator, etc). One case always reproducible is: 1) Mouse over the gripper of a CoolItem, the pointer is replace by a `move indicator`. Correct. 2) Switch the editor, when the paint operations is taking place try to mouse over the Coolitem gripper, the cursor will not be update. 3) Even when the paint is done and the pointer remain stop over gripper the pointer will not be update.
2002-05-22 10:28:13
1,022,080,000
resolved fixed
a9028cd
1,022,920,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java
SWT
4,086
17,290
Bug 17290 Modify Method Parameters: wrong enablement of buttons
F1 Suse 8.0, KDE 3.0, GTK 2 - create a method foo(int i) - select in outliner - execute Modify Method Parameters (Refactor Menu). observe: Move Up/Down is disabled - press Next - press Back observe: Move Up/Down is enabled. -
2002-05-23 10:26:54
1,022,160,000
resolved fixed
de38413
1,022,890,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
4,087
18,229
Bug 18229 Walkback when closing ImageAnalyzer
Build 20020527 Win2k 1. Open the ImageAnalyzer SWT example. 2. Load an animated gif. 3. Hit 'animate' 4. Close the window. 5. Walkback
2002-05-29 15:31:42
1,022,700,000
resolved fixed
58e1c28
1,022,870,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java
SWT
4,088
17,354
Bug 17354 Double clicking expands and collapses item
F1 Suse 8.0, KDE 3.0, GTK 2 - load JUnit - double click on package junit.framework observe: the package gets expanded and collapses again. On other platforms this expands the node.
2002-05-23 11:20:43
1,022,170,000
resolved fixed
4d26270
1,022,870,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,089
17,831
Bug 17831 Coolbar - chevron not always displayed when it should be
Build 20020521, RH 7.2, Linux-Motif 1. Run the attached test case. 2. Slide the "launch" cool item all the way over to the right, so that the chevron appears and only one tool is showing. 3. Press the Switch button. 4. Press the Switch button again, which will restore the coolbar as in Step 2. Notice that the chevron is no longer displayed even though the coolitem is not fully exposed.
2002-05-24 16:50:51
1,022,270,000
resolved fixed
d1efc6e
1,022,870,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
4,090
17,825
Bug 17825 ControlExample->Text beeps when I choose SWT.MULTI
null
2002-05-24 16:24:07
1,022,270,000
resolved fixed
12334db
1,022,870,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java
SWT
4,091
16,688
Bug 16688 Selection background on emulated widgets is wrong
Build 20020521. Run eclipse on AIX and you will see that the selection back of the tree widgets is wrong (sometimes red). The color seems to be affected by netscape. Every time you run and shutdown netscape the color changes.
2002-05-21 16:42:47
1,022,010,000
resolved fixed
c3aaec2
1,022,860,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java
SWT
4,092
17,228
Bug 17228 weird Tree selection behaviour
F1 on linux-gtk: 1) open java browsing perspective 2) click on org.apache.xerces 3) click on javax.xml.parsers 4) (sometimes) observe that the types are not populated 5) click on org.apache.html.dom 6) (sometimes) observe that now both javax.xml.parsers and org.apache.html.dom are selected. This is not always reproducible, but it happens about 1 out of 2 times I try this. It seems that somehow there's an invisible multi-selection going on. This doesn't happen on w2k.
2002-05-23 09:21:37
1,022,160,000
resolved fixed
5b05aa6
1,022,860,000
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/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,093
16,174
Bug 16174 Wrong popup menu
This happens randomly. Edit some Java source in Eclipse. Right click in the Packages view (or Hierarchy view). The menu that pops up is wrong 10% of the time. Bringing it up again fixes the problem.
2002-05-16 12:30:35
1,021,570,000
resolved fixed
223e7af
1,022,790,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.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/Shell.java
SWT
4,094
16,791
Bug 16791 Can't select check boxes
Build 20020521 Linux-GTK 1. "Window->Preferences->Java->Installed JREs" 2. With a few JREs defined, try to click in the check boxes. Note that they don't respond. I played with this a bit and noticed that you can select a check box by clicking far below it.
2002-05-22 10:05:42
1,022,080,000
resolved fixed
ad68535
1,022,780,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
4,095
17,917
Bug 17917 Shift-Tab does not work
F1 on linux-gtk: In the JavaEditor, tab and shift-tab indent right/left. Shift-Tab does not work under GTK. This works both on w2k and linux-motif.
2002-05-27 08:21:53
1,022,500,000
resolved fixed
f051fdf
1,022,770,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
4,096
16,553
Bug 16553 SWT_AWT.new_Panel does not work
The same piece of code workes properly in build 200204xx, public final void createPartControl(Composite composite) { this.container = composite; composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.FILL_VERTICAL)); final java.awt.Panel ilogpanel = SWT_AWT.new_Panel(composite); ... } but does not work in build after 20020502 and give the following log, !SESSION ---------------------------------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN Command-line arguments: -os win32 -ws win32 -arch x86 -feature org.eclipse.platform -install file:D:/java_dev/eclipse/ !ENTRY org.eclipse.jdt.debug.ui 4 150 02-5-21 IAIc2:50 !MESSAGE Internal Error !STACK 1 org.eclipse.debug.core.DebugException[5010]: org.eclipse.jdi.TimeoutException at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply (PacketReceiveManager.java:127) at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply (PacketReceiveManager.java:137) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:168) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:186) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:216) at org.eclipse.jdi.internal.ReferenceTypeImpl.signature (ReferenceTypeImpl.java:790) at org.eclipse.jdi.internal.ReferenceTypeImpl.name (ReferenceTypeImpl.java:776) at org.eclipse.jdt.internal.debug.core.model.JDIValue.getReferenceTypeName (JDIValue.java:139) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getValueText (JDIModelPresentation.java:393) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getVariableText (JDIModelPresentation.java:941) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getText (JDIModelPresentation.java:176) at org.eclipse.debug.internal.ui.LazyModelPresentation.getText (LazyModelPresentation.java:69) at org.eclipse.debug.internal.ui.DelegatingModelPresentation.getText (DelegatingModelPresentation.java:122) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem (TreeViewer.java:82) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem (AbstractTreeViewer.java:354) at org.eclipse.jface.viewers.StructuredViewer.updateItem (StructuredViewer.java:1134) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:258) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:243) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand (AbstractTreeViewer.java:614) at org.eclipse.jface.viewers.AbstractTreeViewer$1.treeExpanded (AbstractTreeViewer.java:626) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:171) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:1715) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3597) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:571) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2702) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1970) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1147) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:147) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:1344) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2685) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1970) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1214) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1273) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:454) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:199) at org.eclipse.core.launcher.Main.run(Main.java:642) at org.eclipse.core.launcher.Main.main(Main.java:475) Thx in advanced
2002-05-21 10:02:25
1,021,990,000
resolved fixed
d96d204
1,022,770,000
bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/internal/awt/win32/SWT_AWT.java
SWT
4,097
17,375
Bug 17375 Cheese on Java Scrapbook page ruler
Bulid F1 on SuSe 7.3 1) Create a new Java Scrapbook page and open it 2) Right-click on scrapbook page editor's ruler A tiny 3D square shows up on the ruler (it usually appears where the mouse is but sometimes appears at a completely different place) Looks like it might be some sort of stray widget... It disappears when focus is removed from the ruler. This doesn't happen on Linux/Motif or Win32.
2002-05-23 11:54:21
1,022,170,000
resolved fixed
c65bd10
1,022,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java
SWT
4,098
17,637
Bug 17637 Resize problem when diableing overview ruler in Editor
F1 Suse 8.0, KDE 3.0, GTK 2 - open Java file - disable all Editor->Apperance settings observe: the vertical scrollbar is somehow clipped.
2002-05-24 09:39:00
1,022,250,000
resolved fixed
c440936
1,022,690,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkFixed.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.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/Shell.java
SWT
4,099
17,022
Bug 17022 SWT Layouts example - missing window title
Start the SWT Layouts example Click on 'Code' The window which comes up has no title.
2002-05-22 15:48:25
1,022,100,000
resolved fixed
e25ca0f
1,022,620,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/layoutexample/Tab.java
SWT
4,100
16,828
Bug 16828 CTabFolder flashing tooltip
Windows 2000 F1 Place cursor at very bottom edge of CTabFolder tabs. Tooltip appears but then mouse enters the tooltip which means it leaves the CTabFolder and the tooltip closes. Repeats until you move the mouse up. Note this can also be a problem if tabs are on bottom of folder.
2002-05-22 10:53:48
1,022,080,000
resolved fixed
acddacf
1,022,620,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
4,101
16,549
Bug 16549 Cannot navigate tabbed notebook with keyboard
On Linux motif you cannot switch between tabs of a tabbed notebook using the keyboard only. This does work on Windows STEPS 1) Open a tabbed notebook on Windows 2000. 2) Tab until you get focus on the tab 3) Hit the right arrow - it will go to the next tab\ 4) Open a tabbed notebook on Linux motif 5) Tab until you get focus on the tab 6) Hit the right arrow - nothing will happen
2002-05-21 09:19:45
1,021,990,000
resolved fixed
59a7781
1,022,610,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabFolder.java
SWT
4,102
16,775
Bug 16775 TableTree.setSelection/showItem fails for deeply nested items
I built a TableTree with three nested TableTreeItems. If I close the tree entirely and call showItem() on the innermost child, I get a null argument exception even though the child is not null. I don't get an exception if I expand the tree entirely, or if I call showItem() on the first or second level child items. I get the same results if I use setSelection(). Also calling showItem() successively from the higher level to lower level items (to "gradually" open the tree) produces the same exception. i.e. ... TableTree tree = new TableTree(composite,SWT.FULL_SELECTION); TableTreeItem root = new TableTreeItem(tree,SWT.NONE); root.setText("root"); TableTreeItem child = new TableTreeItem(root,SWT.NONE); child.setText("child"); TableTreeItem child2 = new TableTreeItem(child,SWT.NONE); child2.setText("child2"); ... if ( child2!=null ) tree.showItem(child2); // raises exception if child2 is unexpanded ... gives java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:1873) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Table.indexOf(Table.java:962) at org.eclipse.swt.widgets.Table.setSelection(Table.java:1834) at org.eclipse.swt.custom.TableTree.setSelection(TableTree.java:664) ... I'm using SWT that came with Eclipse build 20020416, on a Windows 98 machine.
2002-05-22 09:34:03
1,022,070,000
resolved fixed
1bdda2f
1,022,610,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
SWT
4,103
17,497
Bug 17497 FileDialog open() returns wrong result
The snippet at the bottom opens a file dialog, leaves the user to select some file, then prints the path of the selected file after the user presses OK. It gets its result from the return value of the FileDialog.open() invocation. On all platforms except hpux this returns a full path (eg.- "/opt/eclipse/jre/lib/rt.jar"). But on hpux only the last portion is answered (eg.- "rt.jar"). This inconsistency is quite bad because it prevents the file selection function on the Java -> Classpath Variables preference page from working properly. import org.eclipse.swt.widgets.*; public class FileDialogFullPath { public static void main(String[] args) { FileDialog dialog = new FileDialog(new Shell()); String result = dialog.open(); System.out.println("open result: " + result); } }
2002-05-23 16:40:02
1,022,190,000
resolved fixed
81ca82d
1,022,610,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FileDialog.java
SWT
4,104
16,200
Bug 16200 Tracker leaves cheese
null
2002-05-16 16:48:17
1,021,580,000
resolved fixed
423a36e
1,022,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
SWT
4,105
17,932
Bug 17932 Emulated Coolbar do not resize when the last item on the row is removed
build 20020521 F1 1 - Run the Car's coolbar example on: /Car/coolbartest/CoolBarIconTest.java 2 - Resize the window to be bigger 3 - Drag the last Item to the next row 4 - Remove the Item on index 5 (ie. the item that you just dragged) 5 - The coolbar do not resize, so there is a extra row empty where you just removed the item.
2002-05-27 11:04:35
1,022,510,000
resolved fixed
d1a1f46
1,022,540,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
4,106
17,802
Bug 17802 Moving a sash requires an extra click to take effect
Build F1 (20020521) Redhat 7.2, GTK2, KDE 2.2-10 (GTK only) See the SWT example ControlExample under the "Sash" tab. If you click on the sash and drag the mouse then release, it doesn't do anything except draw another sash (well, a gray bar) where you released. But then if you click on that new sash then it resizes and refreshes everything properly. I couldn't find any sashes _x0003_in eclipse to confirm this so it's possible that the problem is the example itself.
2002-05-24 15:23:08
1,022,270,000
resolved fixed
a7e4b86
1,022,530,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.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/Scrollable.java
SWT
4,107
17,632
Bug 17632 "Color Button" doesn't update
F1 Suse 8.0, KDE 3.0, GTK 2 - open Preference->Editor - resize preference dialog so that the color list at the bottom is fully visible. - select different entries from the color list observe: the buttom to the right doesn't change its icon. Works on Motif and Windows.
2002-05-24 09:36:21
1,022,250,000
resolved fixed
061b74d
1,022,530,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
4,108
17,832
Bug 17832 Vertical Scrollbar clipped
Eclipse F1 Synchronize a file that has outoging changes. Select the file so that the Java Source Compare is visibile. There is a scrollbar on the far right hand side of the Java Source Compare and it is clipped. I am not sure if SWT is giving the wrong answer for the width of teh scrollbar or if Java Source Compare is just guessing the width.
2002-05-24 16:51:29
1,022,270,000
resolved fixed
262a2e4
1,022,520,000
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/Scrollable.java
SWT
4,109
17,305
Bug 17305 Search Dialog: Java Page clipped
F1 Suse 8.0, KDE 3.0, GTK 2 - create Java file - open in editor - open search dialog observe: dialog is clipped. Works well under Windows and Motif
2002-05-23 10:36:17
1,022,160,000
resolved fixed
ee5b8a8
1,022,520,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabFolder.java
SWT
4,110
16,995
Bug 16995 HoverHelp example does not create ON_TOP Shell for tooltips
The shell created to show the tooltip does not have the ON_TOP style. It causes the main window to loose focus when the tooltip is shown.
2002-05-22 15:04:55
1,022,090,000
resolved fixed
cc651b7
1,022,160,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/hoverhelp/HoverHelp.java
SWT
4,111
16,458
Bug 16458 Trying to free a GdkEvent: pointer=NULL
ControlExample prints many warnings: gdk_event_free: assertion `event != NULL' failed
2002-05-20 14:03:20
1,021,920,000
resolved fixed
c49ce2d
1,022,000,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
4,112
16,576
Bug 16576 ACC: Checkboxes in lists are not real checkboxes
Options in the list look like checkboxes but the aren't real checkboxes. MS Inspect identfies the Role as 'list item' instead of checkbox. The Filters List page contains a Table component, and one of the columns cell editor is a CheckboxCellEditor; (this is similar with the Task List view, where the 'completed' column cell editor is a CheckboxCellEditor) With the current CheckboxCellEditor implementation there's no way to add a real checkbox component into the table; you have to specify two icons to be used by the enable/disable state
2002-05-21 11:10:11
1,021,990,000
resolved fixed
cafda17
1,022,000,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
SWT
4,113
16,245
Bug 16245 CTabFolder - tooltips and arrowing around
CTabfolder should move by a full page when using the arrow keys. The tooltips on CTabFolder show stay around when you move inside the tab area - just like in toolbars.
2002-05-17 09:43:17
1,021,640,000
resolved fixed
b2a57ac
1,021,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
4,114
11,516
Bug 11516 ViewForm should override computeTrim
In the current ViewForm implementation, it is not possible to calculate the required bounds rectangle for a desired client area since computeTrim is not overridden. It seems to me that, in general, any control that provides a getClientArea implementation should also override computeTrim. This also affects the fix for 10025, where minimum dimension calculations depend on computeTrim to correctly account for trimmings.
2002-03-17 23:41:47
1,016,430,000
resolved fixed
8e5c97c
1,021,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
SWT
4,115
15,466
Bug 15466 ImageData.blit throws ArrayIndexOutOfBounds Exception
I'm running the M5 version of SWT and I get the ArrayIndexOutOfBounds exception when creating an Image with a large ImageData. This testcase passes when run with the version of swt that shipped with eclipse 1.0. Here's my test case : import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.graphics.PaletteData; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.widgets.Display; public class SwtTestCase { public static void main(String[] args){ SwtTestCase b = new SwtTestCase(); ImageData a = new ImageData(100000, 90, 1, b.createPalette()); try{ Image c = new Image(Display.getDefault(), a); } catch (ArrayIndexOutOfBoundsException e){ System.out.println("Array Index out of Bounds case by Image constructor"); e.printStackTrace(); } System.out.println("Finished"); } private PaletteData createPalette(){ try{ RGB[] tempRGB = {new RGB(255,255,255), new RGB(0,0,0)}; return (new PaletteData(tempRGB)); } catch (Exception e){ System.out.println(e); } return null; } } And here's my output for the M5 Version of swt : Array Index out of Bounds case by Image constructor java.lang.ArrayIndexOutOfBoundsException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/ArrayIndexOutOfBoundsException.<init>(Ljava/lang/String;)V org/eclipse/swt/graphics/ImageData.blit(I[BIIIIIII[B[B[BI[BI[BIIIIIII[B[B [BZZ)V org/eclipse/swt/graphics/Image.init (Lorg/eclipse/swt/graphics/Device;Lorg/eclipse/swt/graphics/Image;Lorg/ec lipse/swt/graphics/ImageData;)[I org/eclipse/swt/graphics/Image.init (Lorg/eclipse/swt/graphics/Device;Lorg/eclipse/swt/graphics/ImageData;)V org/eclipse/swt/graphics/Image.<init> (Lorg/eclipse/swt/graphics/Device;Lorg/eclipse/swt/graphics/ImageData;) V SwtTestCase.main([Ljava/lang/String;)V Finished And here's the output for swt 1.0 : Finished
2002-05-07 16:30:00
1,020,800,000
resolved fixed
ac75cd4
1,021,920,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
SWT
4,116
15,513
Bug 15513 CCombo.setTooltipText() doesn't work
CCombo.setTooltipText() doesn't work at all. How about the following implementation ? CCombo.setTooltipText(String text) { text.setTooltipText(text); arrow.setTooltipText(text); }
2002-05-08 07:37:23
1,020,860,000
verified fixed
1c11fbf
1,021,650,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
4,117
15,989
Bug 15989 Coolbar walkback when adding item
1. Run the attached test case. 2. Move the Script coolitem and the launch coolitem down to a new row (so that there are two rows). 3. Press the Add button. Walkback. Only happens on Linux.
2002-05-14 18:26:26
1,021,420,000
resolved fixed
9d056f9
1,021,600,000
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
4,118
15,172
Bug 15172 focus not on text field for OpenTypeDialog
This happens on Linux-Motif, but not on w2k with 20020502: When the OpenTypeDialog comes up, the 'Show in Type Hierarchy' checkbox gets the focus, instead of the text field. I haven't touched OpenTypeDialog for a long time.
2002-05-03 04:31:49
1,020,410,000
resolved fixed
1aa7e60
1,021,510,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
4,119
12,398
Bug 12398 Accessibility problems
20020326, Win2K When I launch the Help view, the tab key does not actually do anything. I need to first click on one of the "live" areas before it starts working (eg. the banner with the tool buttons, the nav frame or the content frame. We should be starting the Help view in a way that can be immediately navigated via the keyboard.
2002-03-27 17:13:54
1,017,270,000
resolved wontfix
321e787
1,021,480,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/IOleInPlaceObject.java
SWT
4,120
15,224
Bug 15224 FileDialog does not return the file selected on PocketPC
The FileDialog.open() method does not return the path of the selected file on PocketPC. When I run the following testcase, I type "bob.txt" in the name field of the dialog and select some folder from the list. After pressing ok, the open() method returns a "null" value instead of "bob.txt". --- cut here --- import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSwtFileDialog { public static void main(String[] arguments) { new TestSwtFileDialog().run(); } public void run() { Display display = new Display(); Shell shell = new Shell(display); shell.setText(getClass().getName()); shell.setLayout(new FillLayout()); FileDialog dialog = new FileDialog(shell, SWT.SAVE); dialog.setText("Save File Title"); String result = dialog.open(); System.out.println(result + " chosen"); } } ---- cut here -----
2002-05-03 14:39:21
1,020,450,000
resolved fixed
2f3d1b8
1,021,420,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
SWT
4,121
15,868
Bug 15868 StyledText - Put back double buffering
Changes that have been made in Eclipse have improved scrolling but typing still remains flashy due to unnecessary style setting. Put double buffering back in in all instances. Felipe checked performance and gave the okay on it.
2002-05-13 12:32:53
1,021,310,000
resolved fixed
b1a0e6d
1,021,320,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,122
15,705
Bug 15705 Editor with focus, tab text disappears sometimes
WinMe, large fonts setting, 1280x1024, True color (32 bit) Strangely, editor tabs with focus for files which start with the letter "W" disappear when there are many editors.] Selecting another tab makes the text visible. This is only true for a few files - this isn't a textcolor = backgroundcolor problem.
2002-05-09 23:22:31
1,021,000,000
resolved fixed
092b285
1,021,060,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
4,123
15,686
Bug 15686 Copying content in more than format to Clipboard only registers one
build 20020502 -Run org.eclipse.swt.examples.texteditor.TextEditor -type some text -select the text and copy it to the clipboard -paste the text into notepad ->this works so there must be non RTF text in the clipboard -in Wordpad check the available clipboard formats using Edit-Paste Special ->Only RTF shows up, we put RTF and unformatted text into the clipboard. This works in SWT build 2012b and is broken in build 2013.
2002-05-09 18:04:35
1,020,980,000
resolved wontfix
900c6e2
1,021,050,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,124
15,637
Bug 15637 Cheese in Table when setting column image
Eclipse 20020508 Linux Motif Run the folloiwng example. When you add an image to the header you get cheese. (Note: You have to supply your own image, use one that is bigger than the column heaer size.) And similarly when you remove the image. public static void main(String[] args) { Display display = new Display(); final Image image = new Image(display, _Scrapbook.class.getResourceAsStream ("image3.bmp")); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.BORDER); table.setHeaderVisible(true); final TableColumn column1 = new TableColumn(table, SWT.NONE); column1.setText("Column 1"); final TableColumn column2 = new TableColumn(table, SWT.NONE); column2.setText("Column 2"); final TableColumn column3 = new TableColumn(table, SWT.NONE); column3.setText("Column 3"); for (int i = 0; i < 100; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText("item " + i); } column1.pack(); column2.pack(); column3.pack(); Button b = new Button(shell, SWT.PUSH); b.setText("Change Image"); b.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { Image image2 = column2.getImage(); if (image2 == null) { column2.setImage(image); } else { column2.setImage(null); } } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } image.dispose(); display.dispose(); }
2002-05-09 12:12:32
1,020,960,000
resolved fixed
76715a3
1,021,050,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java
SWT
4,125
15,643
Bug 15643 Cheese in Table when changing font
Eclipse 20020508 Windows 2000 Run the following example. Note the cheese in the header. Same thing happens when setting a small font. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.BORDER); table.setHeaderVisible(true); FontData fontData = table.getFont().getFontData()[0]; fontData.setHeight(16); //fontData.setHeight(4); final Font largeFont = new Font(display, fontData); final TableColumn column1 = new TableColumn(table, SWT.NONE); column1.setText("Column 1"); final TableColumn column2 = new TableColumn(table, SWT.NONE); column2.setText("Column 2"); final TableColumn column3 = new TableColumn(table, SWT.NONE); column3.setText("Column 3"); for (int i = 0; i < 100; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText("item " + i); } column1.pack(); column2.pack(); column3.pack(); shell.open(); table.setFont(largeFont); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } largeFont.dispose(); display.dispose(); }
2002-05-09 12:31:51
1,020,960,000
resolved fixed
6cc1e8b
1,021,050,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
4,126
12,360
Bug 12360 TraverseEvent e.doit doesn't turn off on TabFolder
Build: 20020321 Description: When hooking a TraverseListener onto a control on a TabFolder, setting e.doit = false turns off the default behaviour on Windows, but not on Linux. This behaviour is found only when there is a TabFolder as a recursive parent of the control. If the same controls are built on a Composite or directly on a shell, setting e.doit = false will turn off the default behaviour. To see the behaviour: 1. Run the following sample code. 2. Click on the "Add" button. "Hit me" will be printed to the console. 3. Click on the combo. 4. Hit enter on the keyboard. 5. On Windows, nothing will happen. On Motif, "Hit me" will be printed. import org.eclipse.swt.widgets.*; import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.events.*; public class DoitBug { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); TabFolder tabFolder = new TabFolder (shell, SWT.NULL); tabFolder.setLayout (new GridLayout ()); Combo marginRight = new Combo (tabFolder, SWT.NONE); marginRight.addTraverseListener (new TraverseListener () { public void keyTraversed (TraverseEvent event) { if (event.detail == SWT.TRAVERSE_RETURN) { event.doit = false; } } }); Button add = new Button (tabFolder, SWT.PUSH); add.setText ("Add"); add.addSelectionListener(new SelectionAdapter () { public void widgetSelected(SelectionEvent e) { System.out.println ("Hit me"); } }); shell.setSize (200,200); shell.open(); while (! shell.isDisposed()) { if (! display.readAndDispatch()) display.sleep(); } } }
2002-03-27 11:06:30
1,017,250,000
resolved fixed
6f47264
1,020,720,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
4,127
15,208
Bug 15208 StyledText - text change even mechanism poorly documented
build 20020430 The TextChangeListener doc is incomplete and misleading. The class doc says that "It is not intended for use by users of the StyledText widget or implementors of StyledTextContent". This is misleading because implementors of StyledTextContent need to invoke the apropriate listener method. So they need to use the TextChangeListener. Should change to ...should not be implemented by users of StyledText... etc. The textChanged and textSet methods are not documented at all. The doc for StyledTextContent.addTextChangeListener, replaceTextRange and setText is incomplete. The last two methods should mention which methods the text events should be sent to. This should be pretty obvious when looking at the TextChangeListener but we may just want to mention it explicitly.
2002-05-03 11:43:11
1,020,440,000
resolved fixed
9b5ecf1
1,020,700,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextContent.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangeListener.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangingEvent.java
SWT
4,128
14,935
Bug 14935 EmulatedWidgetTests fail on Linux
build 20020426 There are a number of unexpected errors and failures when running org.eclipse.swt.tests.junit.EmulatedWidgetTests. One is related to Table.remove(int[]) and another to TableItem.getImageBounds (). The rest are in inherited tests of Widget and Control. I did not try running AllTests.
2002-04-30 12:16:02
1,020,180,000
resolved fixed
30be2a8
1,020,460,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,129
15,115
Bug 15115 removeColumn are broken in Emulated Table
Knut, I was playing with the your TableInteractiveTest this morning. the tests removeColumn and removeLastColumn are complete broken, removing a single column leads the table in a irreversible bad state (lost of cheeses). The problem is the method removeColumnVisual in Table. It's adding plus one for the index of first column to be shift. It's a bug because at this step the column been removed was already remove from the vector. So, changing the line: moveColumns(column.getIndex() + 1, columnWidth * -1); by: moveColumns(column.getIndex(), -columnWidth); is enough to fix this bug. Here is the patch: Index: Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java =================================================================== RCS file: /home/eclipse/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java,v retrieving revision 1.16 diff -u -r1.16 Table.java --- Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java 1 May 2002 20:57:41 -0000 1.16 +++ Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java 2 May 2002 15:58:12 -0000 @@ -1902,7 +1902,7 @@ int columnWidth = column.getWidth(); // move following columns to the left - moveColumns(column.getIndex() + 1, columnWidth * -1); + moveColumns(column.getIndex(), -columnWidth); redraw(); getHeader().redraw(); }
2002-05-02 12:13:14
1,020,360,000
resolved fixed
7eff1c9
1,020,450,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,130
14,880
Bug 14880 Column resize problems/cheese
build 20020426 Run the test case below. Start a column resize and move the column resize indicator (the black vertical line)one pixel to the right of the old column column grid line. Release the mouse and observe: a) the column isn't resized even though the resize indicator leads me to believe it will be one pixel wider b) the resize indicator is not erased On a related note: When I release the mouse/column resize indicator directly on the column grid line the column is resized smaller. It looks like somewhere something is off by one.
2002-04-29 17:00:53
1,020,110,000
resolved fixed
c38439f
1,020,290,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,131
13,725
Bug 13725 Revert is much slower than close and re-open in java editor.
1) Start by opening an editor on the file org.eclipse.swt.custom.StyledText.java from the source folder "Eclipse SWT Custom Widgets" in the project "org.eclipse.swt" in the open source repository. 2) Now, select the end of the first line, and hit a space character so that the file has been marked dirty. From this point, on my (fast) machine at home, it takes about 8 seconds to perform the following steps: - click on the close box in the editor tab. - answer "no" to the "do you want to save changes" dialog - double click on the file in the navigator to re-open it. However, if I repeat steps 1) and 2), and then select "Revert" from the pop up menu in the editor it takes > 15 seconds to replace the contents of the window with the original. This seems odd, since reverting the file contents ought not to be more than closing and re-opening the file.
2002-04-12 18:10:57
1,018,650,000
resolved fixed
7860723
1,020,290,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DefaultLineStyler.java
SWT
4,132
12,952
Bug 12952 Alt+{char} gets inserted as text
Build 20020404 - new text file - type Alt+A - 'A' gets inserted into the text Alt combinations should not get inserted. They are used for menu mnemonics and accelerators, and should have no effect if there is no corresponding mnemonic or accelerator. (Actually, it's not recommended to use Alt combinations as accelerators, but it's possible).
2002-04-06 21:57:37
1,018,150,000
resolved fixed
9cc45c2
1,020,190,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,133
12,811
Bug 12811 TableColumns don't pack properly
Build: 20020319 When calling pack() on a TableColumn, the columns are packed smaller than the preferred size. The label on the column header cannot be fully seen. This does not occur on Windows. Sample code: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public class PR { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout (new GridLayout ()); Table table = new Table (shell, SWT.MULTI); table.setLinesVisible (true); table.setHeaderVisible (true); for (int i = 0; i < 10; i++) { TableItem item = new TableItem (table, 0); TableColumn column = new TableColumn (table, 0); column.setText ("Column " + i); column.pack (); } shell.pack (); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2002-04-04 11:48:32
1,017,940,000
resolved fixed
177ab7a
1,020,110,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,134
11,587
Bug 11587 BIDI:Java editor and Text editor: User Interface issues.
Problem was found in Eclipse R2, build 20020214. User Interface Issues The UI issues can be divided in 3 categories: * no setting of the keyboard language when needed * bad positioning of the caret * no visual feedback for boundary condition They apply to both the Java and the Text editors. 1. No setting of keyboard language after some operations There are a number of cases where the keyboard language should be set, and this does not happen. 1a) After removing a character with Del, the keyboard language must be set corresponding to the removed character (like it happens after skipping a character with Left or Right arrows). 1b) After removing a character with Backspace, the keyboard language must be set corresponding to the removed character (like it happens after skipping a character with Left or Right arrows). 1c) 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. 2. Bad caret positioning after some operations There are a number of cases where the caret is not positioned where it should. 2a) When typing data Rule: after typing a character, the caret must be adjacent to the last typed character. On an empty line, type DEF123 This is displayed (correctly) 123FED Note that while typing the number, the caret is displayed (correctly) on the right side of the last digit entered. Now start with a line containing abcxyz Put the cursor between c and x, type DEF123 displaying abc123FEDxyz The caret behaves like before (this is good). Now start with a line containing DEFGHI It is displayed (correctly) IHGFED Put the caret between G and F, type 123 The caret behaves differently: it always appear on the left side of the leftmost digit. It should appear as before, on the right side of the last digit entered. 2b) After Right arrow Rule: after pressing left or right arrow, the caret must be adjacent to the character skipped, after it for Right arrow, before it for Left arrow. Note that after is on the right side for a character in a LTR segment and on the left side for a character in a RTL segment; before is on the left side for a character in a LTR segment and on the right side for a character in a RTL segment. Start with a line containing abcDEFGhiJKL123MNO456xyz displayed as abcGFEDhi456ONM123LKJxyz Start from the home position, and press Right arrow repeatedly. The rule is respected, except - after skipping over L: the caret should stand on the left side of L, but it stands on the left side of 1 - after skipping over 3: the caret should stand on the right side of 3, but it stands on the right side of M Note that Left arrow conforms to the rule in all cases. 2c) After Backspace Rule: after pressing Backspace, the caret must stand at the location of the removed character. Start with a line containing abcDEFGhiJKL123MNO456xyz displayed as abcGFEDhi456ONM123LKJxyz Case 1: Put the caret between x and y, press Backspace: the x is removed and the caret stands to the left of y (correct). Press Backspace again: 6 is removed (correct), but the caret still stands to the left of y; it should stand to the right of 5. Case 2: Put the caret between 4 and 5, press Backspace: the 4 is removed and the caret stands to the left of 5 (correct). Press Backspace again: O is removed (correct), but the caret still stands to the left of 5; it should stand to the left of N. Case 3: put the caret between M and N, press Backspace: the M is removed and the caret stands to the right of N (correct). Press Backspace again: the 3 is removed (correct), but the caret still stands to the right of N; it should stand to the right of 2. 2d) After Del Rule: after pressing Del, the caret must stand at the location of the removed character. Start with a line containing abcDEFGhiJKL123MNO456xyz displayed as abcGFEDhi456ONM123LKJxyz Case 1: Put the caret between K and L, press Del: the L is removed (correct) but the caret stands on the left of 1; it should stand on the left of K. Case 2: Put the caret between 2 and 3, press Del: the 3 is removed (correct) but the caret stands on the right of M; it should stand on the right of 2. Case 3: Put the caret between 5 and 6, press Del; the 6 is removed and the caret stands on the right of 5 (correct). Press Del again: the x is removed (correct), but the caret still stands to the right of 5; it should stand to the left of y. 2e) 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. 3. No visual feedback for boundary condition When the caret position is remote from the next logical character, some visual indication should be given. Example: a line contains abcxyz which is displayed abcxyz Put the caret between c and x and type DEF, the data is now abcDEFxyz displayed abcFEDxyz, and the caret stands to the left of F, while the next logical character (the one which will be deleted if we press Del) is x, which is visually remote from the caret position. We call that a boundary condition. It is useful to provide the user with an indication of boundary conditions: this could be done using the shape of the caret, its color, its blinking rate, or any other method (Java LayoutText widget displays 2 carets on boundary condition).
2002-03-18 13:55:03
1,016,480,000
resolved fixed
14d8d0d
1,020,090,000
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/StyledTextBidi.java
SWT
4,135
14,813
Bug 14813 ClassCastException creating a new Run configuration
In order to run or debug a class, one creates a configuration. Clicking around in the "New Configuration" dialog, the workbench will terminate with a ClassCastException.
2002-04-27 23:40:44
1,019,970,000
resolved fixed
1489493
1,019,970,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
4,136
14,528
Bug 14528 Problem with Label.computeSize.
Here is an example showing that computeSize is not returning a size big enough to fit the text. If SWT.DEFAULT is used it shows the text but if 450 is used instead of SWT.DEFAUT then part of the text is cut out. ** Run the example. All 5 lines show appear. import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.*; import org.eclipse.swt.events.*; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt.graphics.Point; public class Explorer { public static void main(String args[]) { String line2 = "aHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHb"; Display display = new Display(); Shell shell = new Shell(display); Label label = new Label(shell,SWT.WRAP | SWT.BORDER); label.setText("line 1\n" + line2 + "\nline3\n\nline5"); // Point size = label.computeSize(SWT.DEFAULT,SWT.DEFAULT); Point size = label.computeSize(450,SWT.DEFAULT); shell.setBounds(100,100,size.x + 20,size.y + 100); System.out.println("Shell " + shell.getBounds()); label.setBounds(10,10,size.x,size.y); System.out.println("Label " + label.getBounds()); shell.open(); System.out.println("Shell " + shell.getBounds()); System.out.println("Label " + label.getBounds()); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } }
2002-04-24 11:37:08
1,019,660,000
resolved fixed
febbfc2
1,019,770,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
SWT
4,137
14,047
Bug 14047 StyledText - inefficient redraw during text change with word wrap
build 20020416 Appending N lines to StyledText in word wrap mode results in N redraws of the entire client area. This should at a maximum only be one redraw for each visible line. Run the test case below to reproduce. Add the following line to StyledText#performPaint to see the redraws occurring: System.out.println("lineCount " + lineCount + ", paintY " + paintY + ", renderHeight " + renderHeight);
2002-04-17 17:07:04
1,019,080,000
resolved fixed
69ee1a5
1,019,520,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,138
13,826
Bug 13826 Performance issue in Table.RemoveAll()
Method org,eclipse.swt.widgets.Table.removeAll() removes items from the beginning of a Vector, but it should remove the items from the end instead since Vector is shuffling the items all around the place when removed from the top. This goes for the rest of places where all items are removed from a vector.
2002-04-15 15:50:25
1,018,900,000
resolved fixed
7a8ca88
1,019,510,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java
SWT
4,139
11,935
Bug 11935 Can't Ctrl+Tab out of PDE Editor's dependencies page
Build: 20020319 Steps: 1. Open a plugin.xml file (it opens in the Plugin Manifest editor) 2. Go to the Dependencies page 3. Set focus on the "Find:" combo box under the heading Dependency Status 4. Press Tab or Ctrl+Tab You can't tab out of the combo box except by backwards-tabbing with Shift+Tab.
2002-03-20 12:18:18
1,016,640,000
verified fixed
e7adc81
1,019,140,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
4,140
11,515
Bug 11515 computeTrim and getClientArea are inconsistent in CTabFolder
According to SWT documentation, given a desired client area, computeTrim should return a bounding rectangle required to produce that client area. Bounding rectangle height taken into account in CTabFolder.getClientArea (line 613) is greater one row of pixels than the one calculated in CTabFolder.computeTrim (line 348). This is inconsistent. It also affects the patch to fix 10025. The workaround is to manually correct the bounds returned by computeTrim.
2002-03-17 23:32:46
1,016,430,000
resolved fixed
4fc636c
1,019,050,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
4,141
13,194
Bug 13194 usability: editor tabs
20020409 1. open a few editors - so that the < > arrows are visible 2. start closing the editors from the right side note, the arrows are still visible and, when you get down to 1 visible tag, you might think only 1 editor is open, while there's possibly many it should scroll
2002-04-10 06:39:41
1,018,440,000
resolved fixed
ab3a0e2
1,018,990,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
4,142
12,772
Bug 12772 Support for 2.0 startup sequence
null
2002-04-04 08:40:55
1,017,930,000
resolved fixed
b31da3c
1,018,990,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java
SWT
4,143
13,639
Bug 13639 Controls do not appear in tool items
Eclipse 20020409 Linux motif This bug appears for any control set into a tool item. If you uncomment the line "ccombo.moveAbove (null);" the combo widget appears in the toolbar otherwise all you see is the separator. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final ToolBar toolBar = new ToolBar(shell, SWT.FLAT | SWT.BORDER); ToolItem ti = new ToolItem(toolBar, SWT.PUSH); ti = new ToolItem(toolBar, SWT.SEPARATOR); CCombo ccombo = new CCombo(toolBar, SWT.NONE); // Combo ccombo = new Combo(toolBar, SWT.NONE); for (int i = 0; i < 10; i++) { ccombo.add("item "+i); } ccombo.pack(); ti.setControl(ccombo); ti.setWidth(100); toolBar.setLocation(10, 10); toolBar.pack(); //BUG - move above //ccombo.moveAbove (null); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
2002-04-12 11:07:30
1,018,620,000
resolved fixed
d50c920
1,018,640,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolItem.java
SWT
4,144
13,432
Bug 13432 OleControlSIte doesn't propagate WM_SETFOCUS message to an ActiveX control
OleControlSite seems not to propagate WM_SETFOCUS message to its child ActiveX control. Try following steps: 1. Open an editor which hosts an ActiveX control by using SWT, 2. Set keyboard focus to the editor 3. Open eclipse's preference dialog 4. Close the dialog Then keyboard focus isn't restored to the ActiveX control. OleControlSite's(Actually Composite's) setFocus() method gets called, but it doesn't propagate WM_SETFOCUS message to the child ActiveX control.
2002-04-10 15:27:37
1,018,470,000
resolved fixed
7942368
1,018,540,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
4,145
11,182
Bug 11182 Property Sheet does not allow editing when there is only one property
Scenario: 1) Create a PDE plug-in project. 2) Switch to 'Extensions' page. 3) Create a new 'Action Set' extension. 4) Select the extension and create new menu. 5) Select the menu and create a new separator. 6) Select the separator and try to change its default name. Property sheet refuses to allow editing of the name. All other objects that have more than one property can be edited as before. This is a major problem for PDE because it makes the manifest editor useless for all the extension elements that have only one property.
2002-03-12 10:51:16
1,015,950,000
resolved fixed
e8fa258
1,018,370,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java
SWT
4,146
12,573
Bug 12573 Table sends selection event twice when in TabFolder
Build 20020328 I had a hard time believing it too. When a Table is created inside a TabFolder, it sends the selection event twice. If it's not in a TabFolder, it only sends it once. The following code shows the problem. Changing the selection generates 2 lines of console output. If you change the Table's parent to be shell, it only generates 1. The lines commented out would normally be used, but aren't needed to show the problem. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TableTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setSize(400, 300); TabFolder tabFolder = new TabFolder(shell, SWT.NONE); tabFolder.setLayout(new FillLayout()); // TabItem tabItem1 = new TabItem(tabFolder, SWT.NONE); // tabItem1.setText("Tab 1"); final Table table = new Table(tabFolder, SWT.NONE); // tabItem1.setControl(table); table.addListener(SWT.Selection, new Listener() { public void handleEvent(Event event) { System.out.println(table.getSelectionCount() + " items selected"); } }); for (int i = 0; i < 10; ++i) { TableItem item = new TableItem(table, SWT.NONE); item.setText("Item " + i); } shell.setVisible(true); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } } }
2002-04-01 17:07:48
1,017,700,000
resolved fixed
090d370
1,018,370,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java
SWT
4,147
11,498
Bug 11498 StyledText does not always redraw when the line style changes
Build 20020312 In the following code, we attempt to change the color of the line that contains the caret while the caret is moving. To see the problem: 0) use the arrow keys to move the caret to another line - line style listener called, line color is changed 1) press the button - the widget redraws, showing where the line should be Knut: We belive that the line color background should be changed when the callback is called. Also, why is the callback called 3 times for every caret move? import org.eclipse.swt.SWT; import org.eclipse.swt.custom.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.graphics.*; public class StyledBug { public static void main (String [] args) { Shell shell = new Shell(); shell.setText("Avocado Bug Test"); final StyledText text = new StyledText(shell,SWT.BORDER|SWT.V_SCROLL|SWT.H_SCROLL); text.setBounds(10,10,480,560); final Color SWT_COLOR_AVOCADO = new Color(shell.getDisplay(), 225, 235, 224); text.addLineStyleListener(new LineStyleListener(){ public void lineGetStyle(LineStyleEvent event){ int line = text.getLineAtOffset(event.lineOffset); int start = text.getOffsetAtLine(line); int end = start + event.lineText.length(); int p = text.getCaretOffset(); System.out.println("lineGetStyle"); if( p >= start && p <= end){ event.styles = new StyleRange[1]; StyleRange avacadoStyle = new StyleRange (); avacadoStyle.start = start; avacadoStyle.length = end; avacadoStyle.background = SWT_COLOR_AVOCADO; event.styles[0] = avacadoStyle; } } }); text.setEditable(true); String words[] = {"public","import","class","interface","try", "int","extends","throws","implements","double","float", "felipe","steveo","silenio","swt","veronika", "test","oti","blabla","13241234","style","helloworld"}; int length = words.length; for (int i = 1; i < 500; i++) { text.append(words[ (int) ( Math.random() * words.length ) ] + " "); if(i%9 == 0) text.append("\n"); } Button button = new Button(shell,SWT.PUSH); button.setText("Redraw"); button.setBounds(260,580,60,20); button.addMouseListener(new MouseAdapter(){ public void mouseDown(org.eclipse.swt.events.MouseEvent e){ text.redraw(); text.setFocus(); } }); shell.setSize(520,638); shell.open(); Display display = shell.getDisplay (); while (!shell.isDisposed ()) if (!display.readAndDispatch ()) display.sleep (); shell.dispose(); SWT_COLOR_AVOCADO.dispose(); } }
2002-03-15 17:28:51
1,016,230,000
resolved fixed
c733487
1,017,160,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,148
11,204
Bug 11204 Some ActiveX control can not accept key input.
Some ActiveX control can not accept key input. The reason is : OleFrame.translateleOleAccelerator() calls ActiveX control's TranslateAccelerator(). Then the control calls OleControlSite.TranslateAccelerator(). OleControlSite.TranslateAccelerator() returns error, since it is not implemented. The control's TranslateAccelerator() returns the same error code to OleFrame.translateOleAccelerator(). In the method, the return code is compared with S_FALSE like: private boolean translateOleAccelerator(MSG msg) { if (objIOleInPlaceActiveObject == null) return false; return objIOleInPlaceActiveObject.TranslateAccelerator(msg) != OLE.S_FALSE; } Where the method return *true* for error code. translateOleAccelerator should be return objIOleInPlaceActiveObject.TranslateAccelerator(msg) == OLE.S_OK;
2002-03-12 15:21:14
1,015,960,000
resolved fixed
b2c00c9
1,016,120,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java
SWT
4,149
10,525
Bug 10525 'Free' TableViewer column cannot be edited
When a TableViewer instance is created, one column is created for free if none is specified. This works well and handles the resizing of the table, but the code in 'activateCellEditor' ignores it when there are no explicitly created columns. Please give me a heads up when the fix is released so that I can test my code before the integration build. Otherwise, all PDE editors will be broken (cannot rename entries in lists).
2002-02-28 16:36:03
1,014,930,000
closed fixed
f5bee01
1,015,270,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java
SWT
4,150
10,426
Bug 10426 Esc traverse does not go up hierarchy
Build 20020226 I'm trying to hook Esc so that it activates the current editor. (I tried doing this using an accelerator a while back, but that doesn't work since it steals it from other places, e.g. renaming a file). I'm now trying to use a traverse listener on the shell, however it never gets notified of Esc. It looks like the traverse handling for Esc does not go up the parent chain. Is this as intended or a bug? Is there any way for me to hook Esc from a parent widget, yet still have children handle it if they need to?
2002-02-27 15:13:03
1,014,840,000
resolved fixed
83e8870
1,015,000,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
4,151
10,002
Bug 10002 Detection of CDE as active WM is platform-specific
SWT code currently determines the active desktop by looking for defined "atoms" or properties that are associated with the root window. The atom that Eclipse now uses to identify CDE is DTWM_IS_RUNNING. This happens in Program.getDesktop(). CDE on AIX does not define this property. It would be nice to have a string that AIX, HP-UX, and Solaris have in common. Kevin Cornell and I have discussed using _DT_SM_PREFERENCES. which appears to be a defined property for all three platforms.
2002-02-19 12:28:51
1,014,140,000
resolved fixed
1839d9b
1,014,900,000
bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java
SWT
1
56,012
Bug 56012 wrong import statement generation while using the extends attribute of the page directive
null
2014-01-15 07:30:17
1,389,790,000
resolved fixed
42056be
1,390,080,000
java/org/apache/jasper/compiler/PageInfo.java java/org/apache/jasper/compiler/Validator.java
Tomcat
2
56,029
Bug 56029 Ternary operator doesn't work as expected inside attributes in jspx pages
null
2014-01-18 12:42:47
1,390,070,000
resolved fixed
b430e29
1,390,070,000
java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java
Tomcat
3
55,943
Bug 55943 Provide a way prevent looking at the System classloader before the webapp classloaders
null
2014-01-01 10:02:46
1,388,590,000
resolved fixed
f28800c
1,389,970,000
java/org/apache/catalina/loader/WebappClassLoader.java
Tomcat
4
56,025
Bug 56025 Order of invocation of method of ServerEndpointConfig.Configurator
null
2014-01-17 08:23:30
1,389,970,000
resolved fixed
11b1e83
1,389,960,000
java/org/apache/tomcat/websocket/server/UpgradeUtil.java
Tomcat
5
56,010
Bug 56010 JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException
null
2014-01-15 03:34:23
1,389,770,000
resolved fixed
48650dd
1,389,880,000
java/org/apache/jasper/runtime/PageContextImpl.java test/org/apache/jasper/runtime/TestPageContextImpl.java
Tomcat
6
55,996
Bug 55996 Async context does not timeout with HTTP NIO connector
null
2014-01-13 06:12:37
1,389,610,000
resolved fixed
553ad39
1,389,720,000
java/org/apache/tomcat/util/net/SocketWrapper.java
Tomcat
7
55,995
Bug 55995 java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)
Null pointer exception when running JSPC from a Shell Script. JspCServletContext.java:344 /** * Return a URL object of a resource that is mapped to the * specified context-relative path. * * @param path Context-relative path of the desired resource * * @exception MalformedURLException if the resource path is * not properly formed */ @Override public URL getResource(String path) throws MalformedURLException { if (!path.startsWith("/")) throw new MalformedURLException("Path '" + path + "' does not start with '/'"); TldCache.java:124 private long[] getLastModified(TldResourcePath tldResourcePath) { long[] result = new long[2]; result[0] = -1; result[1] = -1; try { URL url = servletContext.getResource(tldResourcePath.getWebappPath()); /usr/java/jdk1.7.0_45/bin/java -classpath :/home/tomcat/apache-tomcat-8.0.0-RC10/lib/catalina-storeconfig.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-websocket.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-i18n-es.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/catalina-tribes.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/catalina-ha.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-i18n-ja.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/jsp-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-util.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-jni.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/jasper.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/websocket-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/ecj-4.3.1.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-i18n-fr.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-coyote.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/servlet-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/jasper-el.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/catalina.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-dbcp.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-jdbc.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/annotations-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-util-scan.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/catalina-ant.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/el-api.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/lib/tomcat-spdy.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/bin/tomcat-juli.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/bin/bootstrap.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/bin/commons-daemon.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/webapps/examples/WEB-INF/lib/jstl.jar:/home/tomcat/apache-tomcat-8.0.0-RC10/webapps/examples/WEB-INF/lib/standard.jar:/home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/lib/ant-1.6.5.jar org.apache.jasper.JspC -d /home/java/source/HEAD/work/tomcat80 -v -l -uriroot /home/java/source/HEAD/work/jsp_compile_shared /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/dialog/qbAxesDlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/dialog/qbManualGecodingDlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/fmtdlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/index.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/joindlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/producer.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/simplefilter.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/selectvaluedlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/binddowsTestView.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/variableeditordlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/filterprompteditor.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/ajax_response.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/fontdlg.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/join_fields.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/tree_component.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/waiting_banner.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/folderblock/BID_FolderBlockInit.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/folderblock/BID_FolderBlockBoot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/BID_EmptyContent.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/xml/BID_UrlProperties.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/xml/BID_IBFSpathToHrefs.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/xml/BID_xmlresponse.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/xml/BID_statusResponse.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/favorites/BID_favorites_tree.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/favorites/BID_FavoritesBlockBoot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/favorites/BID_FavoritesBlockInit.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/favorites/BID_favorites_tree_boot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/favorites/BID_listToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/index.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_InternalPage.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_SearchTree_Boot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_SATree_Boot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_BiFrame.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_initView.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_ShowToolbar.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_ExternalPage.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_SATreeBiFrame.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_initBindows.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/views/BID_SearchTreeBiFrame.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/recents/BID_recents_tree_boot.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/recents/BID_recents_tree.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/recents/BID_listToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/error.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/groups/BID_listToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/search/BID_searchListToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/search/BID_listToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/tree/BID_MrPropertiesToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/tree/BID_flatListToXML.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/tree/BID_PlainText.jsp /home/java/source/HEAD/work/jsp_compile_shared/WEB-INF/jsp/bid/tree/BID_listToXML.jsp 2>&1 Exception in thread "main" java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344) at org.apache.jasper.compiler.TldCache.getLastModified(TldCache.java:124) at org.apache.jasper.compiler.TldCache.<init>(TldCache.java:70) at org.apache.jasper.JspC.initServletContext(JspC.java:1468) at org.apache.jasper.JspC.execute(JspC.java:1321) at org.apache.jasper.JspC.main(JspC.java:269)
2014-01-13 05:55:30
1,389,610,000
resolved fixed
5e6b884
1,389,700,000
java/org/apache/jasper/compiler/TldCache.java
Tomcat
8
55,893
Bug 55893 Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve
null
2013-12-16 21:24:37
1,387,250,000
resolved fixed
92ce68a
1,389,360,000
java/org/apache/catalina/valves/AbstractAccessLogValve.java java/org/apache/catalina/valves/AccessLogValve.java
Tomcat
9
55,978
Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade
When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it is worth checking the initial call to onDataAvailable() as well.
2014-01-08 10:37:25
1,389,200,000
resolved fixed
bd24edc
1,389,350,000
java/org/apache/coyote/AbstractProtocol.java java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java java/org/apache/coyote/http11/upgrade/AprServletOutputStream.java java/org/apache/coyote/http11/upgrade/BioServletOutputStream.java java/org/apache/coyote/http11/upgrade/NioServletOutputStream.java test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Tomcat