_id
stringlengths
36
36
bug_id
int64
1
425k
description
stringlengths
1
373k
bug_severity
stringclasses
7 values
bug_status
stringclasses
3 values
resolution
stringclasses
8 values
{'$oid': '52e9c16d54dc1c25ebdc0f89'}
62,761
1. Control.traverse(int) grabs focus if the receiver does not currently have focus. 2. CTabFolder is grabbing focus after sending the traverse event to its listeners. The Eclipse UI worked around issue 1 for bug 62622, but the workaround is preventing clients from listening to the ESC key in the presentation API. Fixing this issue may also allow simplifications in the code for tab traversal. Issue 2 is preventing the application from setting focus in a selection listener or traverse listener. This can be observed when hitting ctrl-pgup and ctrl-pgdn to switch views in Eclipse. Eclipse moves the focus to the currently selected view or editor, but the CTabFocus traverse handler forces focus to move back to the tabs, overriding the application-defined focus.
normal
RESOLVED
FIXED
{'$oid': '52e9c16d54dc1c25ebdc0f8a'}
62,764
According to the Keybinding Preference page, Sort Members is assigend to CTRL+SHIFT+A in the "Windows" context. However, it does not appear in the menubar and does not work. If I duplicate it in the "Editing java Source" context, it appears and works correctly. But this should not be necessary.
major
RESOLVED
WORKSFORME
{'$oid': '52e9c16d54dc1c25ebdc0f8b'}
62,762
Content of the log file: !SESSION May 18, 2004 15:18:49.833 --------------------------------------------- eclipse.buildId=I200405181200 java.version=1.4.2_03 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Command-line arguments: -keyring /Users/ines/.eclipse_keyring -showlocation !ENTRY org.eclipse.core.runtime 4 2 May 18, 2004 15:18:49.841 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.FastViewPane.hideView(FastViewPane.java:500) at org.eclipse.ui.internal.FastViewPane.dispose(FastViewPane.java:430) at org.eclipse.ui.internal.Perspective.dispose(Perspective.java:212) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1198) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:566) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:949) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:463) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:445) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:533) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:531) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:460) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:608) at org.eclipse.core.runtime.Platform.run(Platform.java:750) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:457) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:399) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:571) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.Workbench.close(Workbench.java:569) at org.eclipse.ui.internal.Workbench.close(Workbench.java:545) at org.eclipse.ui.internal.Workbench$16.handleEvent(Workbench.java:1296) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:2996) at org.eclipse.swt.widgets.Display.close(Display.java:798) at org.eclipse.swt.widgets.Display.commandProc(Display.java:682) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2508) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:2 99) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:184) at org.eclipse.core.launcher.Main.run(Main.java:637) at org.eclipse.core.launcher.Main.main(Main.java:621)
normal
RESOLVED
FIXED
{'$oid': '52e9c16d54dc1c25ebdc0f8c'}
62,765
20040518 In the Types View if you select a type and then select the menu entry "Toggle Class Load Breakpoint" you will not have a toggled menu entry next time you pop up.
normal
RESOLVED
WONTFIX
{'$oid': '52e9c16d54dc1c25ebdc0f8e'}
62,766
I have the several views including Error Log stacked together at the bottom of my window. When I switch to one that has a title (status) area like Problems or Console, then to the Error Log, I see a thin gray line that is not erased correctly, left over from the last view. I'll attach a screenshot. Moving another window over Eclipse and then away fixes the problem.
trivial
RESOLVED
WORKSFORME
{'$oid': '52e9c16d54dc1c25ebdc0f8f'}
62,767
Not sure if this is setup or a real bug, but custom Ant tasks contributed via the org.eclipse.ant.core.extraClasspathEntries are not found in the attached plugin. This problem is a blocker for the releng team in that we are unable to test some of our internal Ant tasks contributed using this mechanism.
major
RESOLVED
DUPLICATE