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 |
|---|---|---|---|---|---|---|---|---|---|---|
630 | 332,246 | Bug 332246 <visibleWhen> clauses are not honoured on the first popup | The 'Watch' and 'Generate...' menu items show up in the context menu once and then disappear the next time you show the menu. You will get the same behaviour again if you close and reopen the view. | 2010-12-09 14:52:27 | 1,291,920,000 | verified fixed | 36163bc | 1,306,270,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.java | Eclipse_Platform_UI |
631 | 347,025 | Bug 347025 [Compatibility] sysouts from the CoolBarToTrim manager | This code path is now being hit. update(boolean force): org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarImpl@4fbe4fbe (elementId: org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions, tags: [], contributorURI: null) (widget: Composite {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer@... | 2011-05-24 13:24:25 | 1,306,260,000 | verified fixed | 5212b4d | 1,306,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java | Eclipse_Platform_UI |
632 | 347,014 | Bug 347014 Leak of N number of listeners for N tab changes, preserved until the folder is destroyed | A MenuDetectListener is attached to the tab folder in StackRenderer's showTab(MUIElement) implementation. Since this method is called every time there's a tab change, we are creating N listeners for N number of tab changes. | 2011-05-24 11:52:11 | 1,306,250,000 | resolved fixed | 4112895 | 1,306,250,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
633 | 346,978 | Bug 346978 Plug-in Spy does not work | org.eclipse.ui.internal.WorkbenchPartReference.getPane()Lorg/eclipse/ui/internal/PartPane; at org.eclipse.pde.internal.runtime.spy.sections.ActiveHelpSection.processControlHelp(ActiveHelpSection.java:138) at org.eclipse.pde.internal.runtime.spy.sections.ActiveHelpSection.build(ActiveHelpSection.java:69) at org.eclipse.... | 2011-05-24 08:48:45 | 1,306,240,000 | verified fixed | 8664877 | 1,306,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java | Eclipse_Platform_UI |
634 | 346,753 | Bug 346753 PartFocusTest tear down sometimes throws NPE | It seems like the disposal of a widget is causing SWT.Activate to be sent to a stack that's been unhooked from its model element. java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.activateStack(StackRenderer.java:164) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.acc... | 2011-05-20 14:16:54 | 1,305,920,000 | resolved fixed | c5b7836 | 1,305,920,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java | Eclipse_Platform_UI |
635 | 344,654 | Bug 344654 [EditorMgmt] Editors should be able to treat large files specially (e.g. deny opening huge files) | null | 2011-05-04 00:34:19 | 1,304,480,000 | resolved fixed | dc09e4c | 1,305,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IPreferenceConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/o... | Eclipse_Platform_UI |
636 | 321,294 | Bug 321294 [Compatibility] Ctrl+E is unimplemented | null | 2010-07-30 03:46:27 | 1,280,480,000 | verified fixed | 2115912 | 1,305,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractTableInformationControl.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/BasicPartList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse ... | Eclipse_Platform_UI |
637 | 339,982 | Bug 339982 MenuContribution with visibleWhen Expression still visible when false | Build Identifier: e4.1 M6 Hi I contibute a menu with some items with a visiblewhen expression. After SourceProviders are working now the items work fine but the menu itself still is there when the expression is false <menuContribution allPopups="true" locationURI="menu:org.eclipse.ui.main.menu?after=additions"> <menu i... | 2011-03-15 05:11:24 | 1,300,180,000 | resolved fixed | ab6b2f9 | 1,305,660,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
638 | 344,704 | Bug 344704 'Paste Repository Path' command hijacks Ctrl+V forever | After accessing the 'Git Repository Exploring' perspective, Ctrl+V will no longer paste stuff properly as it keeps trying to paste it as a repository path (for Git). Unbinding the command in the 'Keys' preference page will workaround this problem. | 2011-05-04 09:45:58 | 1,304,520,000 | resolved fixed | 1edf4ea | 1,305,660,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextService.java | Eclipse_Platform_UI |
639 | 336,862 | Bug 336862 [Compatibility] Java editor context menu's OpaqueMenuItem causes editor to leak | org.eclipse.jdt.ui.tests.leaks.JavaLeakTest's testJavaEditorContextMenu is failing. junit.framework.AssertionFailedError: Expected instance count: 0, actual: 1 Element 0 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor org.eclipse.ui.texteditor.TextEditorAction#fTextEditor -> org.eclipse.jdt.internal.ui.jav... | 2011-02-10 14:14:24 | 1,297,370,000 | verified fixed | e7e1c06 | 1,305,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PopupMenuExtender.java | Eclipse_Platform_UI |
640 | 345,468 | Bug 345468 Translations not occurring for handled menu items | I hope I'm missing something here, but I fear I am not. The Eclipse SDK IDE for Cocoa adds menu items for Window > Minimize, Window > Zoom, Window > Bring All To Front. These are responsible for the following warnings seen on startup, as the org.eclipse.e4.ui.workbench.renderers.swt.cocoa fragment doesn't (yet) provide... | 2011-05-11 12:44:47 | 1,305,130,000 | resolved fixed | 94d61f0 | 1,305,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
641 | 340,565 | Bug 340565 [Compatibility] Missing "none" grouping in Problems view | Version: 4.1.0 Build id: I20110316-1035 In my Problems view I configure the contents to show only markers with Error severity. Then I like to turn off Grouping because there is no need to have all the error collapsed in the view. But there is no way to turn off the grouping in the e4 Problems view. | 2011-03-21 09:46:05 | 1,300,720,000 | verified fixed | bce1dfe | 1,305,570,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CompoundContributionItem.java | Eclipse_Platform_UI |
642 | 329,562 | Bug 329562 [Compatibility] Plug-in Spy does not find information about active shell | There is no "Active Shell" section when you hit Alt+Shift+F1 in the 4.x SDK. | 2010-11-05 12:35:14 | 1,288,970,000 | verified fixed | d555c16 | 1,305,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
643 | 320,968 | Bug 320968 PerspectiveSwitcher is leaking an image | The getOpenPerspectiveImage(Display) returns an Image that is never disposed. | 2010-07-26 19:36:52 | 1,280,190,000 | verified fixed | c6a4aa2 | 1,305,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java | Eclipse_Platform_UI |
644 | 345,735 | Bug 345735 JDT leak tests are failing due to ToolBarManagerRenderer holding onto references | They all seem to have the same cause and looks kind of like this. junit.framework.AssertionFailedError: Expected instance count: 0, actual: 1 Element 0 org.eclipse.ui.editors.text.TextEditor org.eclipse.ui.texteditor.AbstractTextEditor$InformationDispatchAction#this$0 -> org.eclipse.ui.editors.text.TextEditor@13f8d4b o... | 2011-05-13 09:35:35 | 1,305,290,000 | verified fixed | 93c6867 | 1,305,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java | Eclipse_Platform_UI |
645 | 317,201 | Bug 317201 key assist (Ctrl+Shift+L) does not work | null | 2010-06-17 11:19:42 | 1,276,790,000 | verified fixed | 6a857fe | 1,305,140,000 | bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/KeyAssistDialog.java bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/keys/KeyBindingDispatcher.java | Eclipse_Platform_UI |
646 | 342,917 | Bug 342917 [Compatibility] Show In > Outline or Package Explorer reveals wrong element | Build Identifier: I20110407-2200 Eclipse version:I20110407-2200 OS: Ubuntu Linux 10.10 Java Version: JRE 1.6.0 IBM Linux build pxi3260sr9fp1-20110208_03 (SR9 FP1) Locale: ja_JP.utf8 Reproducible: Always Steps to Reproduce: 1.Create a new Java project and create a new class with few methods or use the class provides. 2.... | 2011-04-15 00:43:41 | 1,302,840,000 | verified fixed | f282270 | 1,304,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java | Eclipse_Platform_UI |
647 | 339,350 | Bug 339350 [Compatibility] When a part cannot be created and an error part is showing, its label is blank | We should be able to retrieve the label from the registry and reuse that in the model. | 2011-03-09 08:58:32 | 1,299,680,000 | verified fixed | 5249e17 | 1,304,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java | Eclipse_Platform_UI |
648 | 344,827 | Bug 344827 [Compatibility] NPEs in cool bar manager to trim code | java.lang.NullPointerException at org.eclipse.ui.internal.CoolBarToTrimManager.fill(CoolBarToTrimManager.java:633) at org.eclipse.ui.internal.CoolBarToTrimManager.update(CoolBarToTrimManager.java:573) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:1625) at org.eclipse.ui.internal.WWinA... | 2011-05-05 07:57:45 | 1,304,600,000 | resolved fixed | 1cbbdfb | 1,304,600,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java | Eclipse_Platform_UI |
649 | 340,873 | Bug 340873 Maximizing a part causes detached windows to go away | I20110317-2200 1. Detach the 'Outline' view. 2. Maximize the part stack of the 'Package Explorer'. 3. The detached window for the 'Outline' view goes away! | 2011-03-24 11:24:40 | 1,300,980,000 | resolved fixed | 7dbbffd | 1,304,540,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
650 | 341,933 | Bug 341933 [Compatibility] Git repo perspective has big empty space | null | 2011-04-05 11:35:46 | 1,302,020,000 | verified fixed | b858982 | 1,304,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
651 | 344,690 | Bug 344690 Event handlers do not get removed as a part gets reinjected with a different event broker | 1. Window > Open Perspective > Debug 2. Window > Open Perspective > Java 3. Close the 'Outline' view. 4. Window > Open Perspective > Debug 5. Close the 'Outline' view. 6. Window > Show View > Outline 7. Close the 'Outline' view. 8. An exception is thrown. org.eclipse.core.runtime.AssertionFailedException: assertion fai... | 2011-05-04 07:28:51 | 1,304,510,000 | verified fixed | bc65ab2 | 1,304,510,000 | bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/events/EventBrokerFactory.java | Eclipse_Platform_UI |
652 | 191,834 | Bug 191834 [JFace] class PopupDialog cannot be loaded in a non-UI thread | null | 2007-06-09 21:43:03 | 1,181,440,000 | resolved fixed | 3d5b1cd | 1,304,450,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java | Eclipse_Platform_UI |
653 | 344,114 | Bug 344114 [Compatibility] When closing all perspectives, close other perspectives before closing the selected one | Currently, when the user requests that all perspectives be closed, we are constantly closing the currently selected one. This causes a lot of churn as a perspective switch happens every time the [current] perspective is closed. We should instead just close all other perspectives first before we close the current one. T... | 2011-04-28 08:10:30 | 1,303,990,000 | verified fixed | 9333560 | 1,304,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
654 | 344,266 | Bug 344266 Double-clicking should only maximize a stack if it is the primary mouse button | I often use the middle mouse button to close parts in a stack quickly. Sometimes I end up maximizing the part stack instead, this is very annoying. | 2011-04-29 08:40:46 | 1,304,080,000 | verified fixed | ef6dfd5 | 1,304,430,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
655 | 344,297 | Bug 344297 Exceptions thrown in SWT code when restoring a minimized stack from a detached window | 1. Detach a part. 2. Minimize it. 3. Restore it. 4. Exceptions are thrown. java.lang.IllegalArgumentException: Widget has the wrong parent at org.eclipse.swt.SWT.error(SWT.java:4258) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.SWT.error(SWT.java:4163) at org.eclipse.swt.widgets.Widget.error(Widget.ja... | 2011-04-29 11:22:26 | 1,304,090,000 | verified fixed | 7607ba5 | 1,304,100,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java | Eclipse_Platform_UI |
656 | 344,173 | Bug 344173 [Compatibility] Folder layout with only placeholders gets rendered | null | 2011-04-28 14:12:58 | 1,304,010,000 | verified fixed | 3d485ee | 1,304,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
657 | 344,044 | Bug 344044 [Compatibility] Action bars must be deactivated when its parent part gets disposed | build i20110426-1606 (build of 4.1 with EMF from 3.6.2) I'm running a large product on top of Eclipse 4.1 and I'm getting the following stack traces when I exit Eclipse. !ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2011-04-27 16:39:04.363 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.work... | 2011-04-27 16:39:49 | 1,303,940,000 | resolved fixed | 0f33fc9 | 1,304,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java | Eclipse_Platform_UI |
658 | 337,482 | Bug 337482 Transition e4 CocoaUIHandler to use new app menu APIs | null | 2011-02-17 14:56:00 | 1,297,970,000 | resolved fixed | a58d957 | 1,303,920,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java | Eclipse_Platform_UI |
659 | 343,907 | Bug 343907 [Compatibility] opening the empty perspective causes NPE | null | 2011-04-26 16:39:26 | 1,303,850,000 | resolved fixed | 2e4520c | 1,303,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
660 | 343,721 | Bug 343721 [CommonNavigator] getParent of NavigatorContentServiceContentProvider does not return expected node. | Build Identifier: 20100917-0705 This seems to be a regression created by a code refactoring. Find the code in the plugin org.eclipse.ui.navigator (version 3.5.0.I20100601-0800). In the method getParent of org.eclipse.ui.internal.navigator.NavigatorContentServiceContentProvider, the code is changed to use SafeRunner.run... | 2011-04-25 04:47:25 | 1,303,720,000 | resolved fixed | 063c3f9 | 1,303,760,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java | Eclipse_Platform_UI |
661 | 343,261 | Bug 343261 PlatformUITest.testWithoutDisplayAccess_sync() fails on Java 7 | null | 2011-04-19 09:10:49 | 1,303,220,000 | resolved fixed | ea0e9ac | 1,303,750,000 | tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/RCPTestWorkbenchAdvisor.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/PlatformUITest.java | Eclipse_Platform_UI |
662 | 343,536 | Bug 343536 [Compatibility] getOpenPerspectives() may have a null value as one of its array element | I20110421-5000 0) Java Perspective 1) Select all Projects on the right 2) Select Team > Synchronize with Repository org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.widgets... | 2011-04-21 10:02:21 | 1,303,390,000 | verified fixed | 99e31e6 | 1,303,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java | Eclipse_Platform_UI |
663 | 343,141 | Bug 343141 [Markers] Problems view: State lost after checking "Show all items" and clicking OK | N20110417-2000 Problems view > Configure Contents...: - toggle "Show all items" => state of configuration check boxes is restored when "Show all items" is unchecked - check "Show all items" - click OK - reopen dialog - uncheck "Show all items" => just the first configuration is checked => expected: should restore the p... | 2011-04-18 08:14:13 | 1,303,130,000 | verified fixed | 1da73c1 | 1,303,720,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java | Eclipse_Platform_UI |
664 | 343,634 | Bug 343634 [Compatibility] IllegalArgumentException (null argument) in WorkbenchPage.installAreaDropSupport() when not calling configureEditorAreaDropListener() in preWindowOpen() | null | 2011-04-22 02:46:44 | 1,303,450,000 | verified fixed | c9384ef | 1,303,480,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
665 | 343,517 | Bug 343517 Widget is disposed on close compat editor | Build Identifier: M6 Happens every now and then with my old school form editors org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.SWT.error(SWT.java:4163) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at... | 2011-04-21 07:58:06 | 1,303,390,000 | verified fixed | d6d22c4 | 1,303,420,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java | Eclipse_Platform_UI |
666 | 298,961 | Bug 298961 [Presentations] [perfs] PresentationActivateTest#Presentation... test has an invalid duration | Verifying performance results for all 3.6M4 scenarios, it appeared that the 'PresentationActivateTest#Presentation org.eclipse.ui.internal.presentations.classic.WorkbenchPresentationFactoryClassic standalone without title activation()' test lasts less than 5 milli-seconds on all perf test machines. This is not enough t... | 2010-01-06 10:31:49 | 1,262,790,000 | verified fixed | 37aa4bc | 1,303,420,000 | tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java | Eclipse_Platform_UI |
667 | 231,510 | Bug 231510 [Forms] Not perfect error reporting in TableWrapData | null | 2008-05-12 05:40:21 | 1,210,590,000 | resolved fixed | f134841 | 1,303,410,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/TableWrapData.java | Eclipse_Platform_UI |
668 | 168,745 | Bug 168745 [Forms] Section title not visible after creation | Build ID: 3.2.1 Linux GTK2 32bits Steps To Reproduce: createSection(composite, Section.TWISTIE | Section.TITLE_BAR | SWT.BORDER); sectionPlot.setExpanded(true); sectionPlot.setText("Plot preview"); 2. after running title gets show after "toggling" the section at least once More information: I have use VE to create the ... | 2006-12-20 12:47:41 | 1,166,640,000 | resolved fixed | f581ccf | 1,303,400,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java | Eclipse_Platform_UI |
669 | 343,524 | Bug 343524 MTrimBars do not get un/rendered when its 'toBeRendered' state changes | The PartRenderingEngine doesn't seem to consider MTrimBars. | 2011-04-21 09:13:34 | 1,303,390,000 | verified fixed | 29de4f0 | 1,303,390,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java | Eclipse_Platform_UI |
670 | 337,240 | Bug 337240 [CommonNavigator] Mac OSX: Dragging file in Project Explorer creates backwards animation | Build Identifier: I20110127-2034 Dragging a file from one project folder to another will create an animation (of a semi-transparent image of the file) to move from the destination location to the source location, which is the opposite of the file move. This animation is counter-intuitive and appears that the drag opera... | 2011-02-15 14:05:20 | 1,297,800,000 | resolved fixed | c30555d | 1,303,370,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java | Eclipse_Platform_UI |
671 | 343,442 | Bug 343442 Part's tool bar disappears if DND is cancelled | 1. Initiate a drag with the 'Package Explorer'. 2. Move the mouse around. 3. Hit 'Esc' to cancel the DND operation. 4. Its content goes blank. Clicking back on the tab will bring the content back. The tool bar does not return though. Workaround is to close all the tabs in that stack and then bring them back. java.lang.... | 2011-04-20 13:45:06 | 1,303,320,000 | resolved fixed | 660b980 | 1,303,330,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java | Eclipse_Platform_UI |
672 | 298,952 | Bug 298952 [Progress] ProgressMonitorDialogPerformanceTest#testLongNames() runs too short on windows test machines | Verifying performance results for all 3.6M4 scenarios, it appeared that the ProgressMonitorDialogPerformanceTest#testLongNames() tests lasts less than 5 milli-seconds on the windows perf test machines. This is not enough to have meaningful results. Strangely, the same test duration is around 100ms on the Linux machines... | 2010-01-06 10:07:09 | 1,262,790,000 | verified fixed | 4c02157 | 1,303,320,000 | tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/ProgressMonitorDialogPerformanceTest.java | Eclipse_Platform_UI |
673 | 343,445 | Bug 343445 [model] transient data does not notify | The new transient data map <String, Object> does not notify about changes and the owner contains a setTransientData(*) member. It should be more like org.eclipse.e4.ui.model.application.MContribution.getPersistedState() PW | 2011-04-20 13:59:22 | 1,303,320,000 | resolved fixed | ac93dc6 | 1,303,320,000 | bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplicationElement.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/impl/CommandsPackageImpl.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor... | Eclipse_Platform_UI |
674 | 342,929 | Bug 342929 [Compatibility] DBCS4.1: Window->Navigation->Minimize Active View or Editor not working | Build Identifier: I20110329-0800 Eclipse version:I20110329-0800 OS: Ubuntu Linux 10.10 Java Version: JRE 1.6.0 IBM Linux build pxi3260sr9fp1-20110208_03 (SR9 FP1) Locale: ja_JP.utf8 Reproducible: Always Steps to Reproduce: 1.Open a Java class in a Java Editor. 2.Click Window->Navigation->Minimize Active View or Editor ... | 2011-04-15 04:25:42 | 1,302,860,000 | resolved fixed | bb22204 | 1,303,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
675 | 343,406 | Bug 343406 Trim stacks stay invisible in other perspectives even when rendered children are under it | 1. Minimize the 'Outline' view's stack. 2. Window > Open Perspective > Debug 3. Activate the 'Debug' view. 4. Ctrl+M 5. There is minimized stuff in the left trim but the right trim is completely empty. | 2011-04-20 09:40:10 | 1,303,310,000 | verified fixed | 2a5c893 | 1,303,310,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
676 | 343,295 | Bug 343295 Maximize throws NPE if no editor area or perspectives | java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.match(ModelServiceImpl.java:63) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:86) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:165... | 2011-04-19 13:53:21 | 1,303,240,000 | verified fixed | a4b4455 | 1,303,300,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
677 | 343,305 | Bug 343305 StackRenderer should not hide a placeholder's part's toolbar if that part is not currently being managed by that placeholder | I can get this to occur in both an outer and an inner. 1. Window > Open Perspective > Debug 2. Window > Open Perspective > Java 3. Use the context menu to close the 'Debug' perspective. 4. Window > Open Perspective > Debug 5. Errors are thrown but the perspective switch has not completed. java.lang.IllegalArgumentExcep... | 2011-04-19 15:15:20 | 1,303,240,000 | verified fixed | d37c689 | 1,303,250,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java | Eclipse_Platform_UI |
678 | 335,733 | Bug 335733 org.eclipse.e4.ui.workbench.addons.swt has dependency on org.eclipse.ui | This means when one wants to use it one has to get in the compat layer: * minmax: Can be fixed quite easily because it only uses some ID stuff from IPageLayout and one WorkbenchImages-call => Proposal fix them and leave it in e4.ui.workbench.addons.swt * perspectiveswitcher: Looks like this is harder to fix because it ... | 2011-01-28 14:54:37 | 1,296,240,000 | verified fixed | e820329 | 1,303,230,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/Messages.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.... | Eclipse_Platform_UI |
679 | 178,534 | Bug 178534 [Forms] Expandable Composite right margin computation bug | Build ID: I20070222-0951 Steps To Reproduce: 1.Make a form with a section 2.Add controls to the form More information: I noticed there was (marginWidth + thmargin) less to what should be the section's client width. I compared what i get to the screen shots in "UI Forms enhancements in release 3.3" (yes i did that! :)) ... | 2007-03-21 09:18:45 | 1,174,480,000 | resolved fixed | 5f1bec3 | 1,303,170,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java | Eclipse_Platform_UI |
680 | 89,824 | Bug 89824 [Forms] Position of Go button in Help Search view changes | If you expand and contract the Default Scope area the position of the Go button will shift (and the combo will shrink and grow). I will attach two screencaps - note the space to the right of the Go button. | 2005-03-31 09:30:28 | 1,112,280,000 | resolved fixed | 8e3a680 | 1,303,150,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/TableWrapLayout.java | Eclipse_Platform_UI |
681 | 343,033 | Bug 343033 [Model] Allow reflective method invocation | null | 2011-04-16 07:06:33 | 1,302,950,000 | resolved fixed | d901828 | 1,302,950,000 | bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/impl/CategoryImpl.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/impl/CommandImpl.java bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/im... | Eclipse_Platform_UI |
682 | 343,003 | Bug 343003 Selection changes for shared parts may not be propagated if they were not originally rendered in the model | The search algorithm currently only iterates through containers for parts. This will not work for parts that are represented by placeholders. | 2011-04-15 13:09:32 | 1,302,890,000 | resolved fixed | 5acd3f9 | 1,302,890,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java | Eclipse_Platform_UI |
683 | 342,998 | Bug 342998 Refactor ESelectionService into multiple classes | While there is a master/slave relationship "enforced" by the current implementation, it is non-obvious as the code is quite convoluted. The implementation needs to be refactored to enhance readability. | 2011-04-15 12:34:28 | 1,302,890,000 | resolved fixed | 799440d | 1,302,890,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ApplicationSelectionServiceImpl.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartSelectionServiceImpl.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionServiceCreati... | Eclipse_Platform_UI |
684 | 341,903 | Bug 341903 [Perspectives] Code-Bug in CustomizePerspectiveDialog | null | 2011-04-05 09:37:11 | 1,302,010,000 | verified fixed | 2567ab2 | 1,302,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | Eclipse_Platform_UI |
685 | 342,685 | Bug 342685 EditorWithStateTest and WorkingSetTest fail on Java 7 | The EditorWithStateTest test fails on Java 7. See attached test results. The reason is that the test assumes to run in a certain order but that is not guaranteed by JUnit. | 2011-04-13 05:17:23 | 1,302,690,000 | resolved fixed | aa492d9 | 1,302,810,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestSuite.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/WorkingSetTest.java tests/org.eclipse.ui.tests/Eclipse UI... | Eclipse_Platform_UI |
686 | 314,937 | Bug 314937 [Forms] Non ASCII character in comment in SharedScrolledComposite.java | I20100525-0800 On Linux checkout org.eclipse.ui.forms SharedScrolledComposite.java cannot be read using UTF-8, there is a non ASCI character in a comment. | 2010-05-28 14:38:31 | 1,275,070,000 | resolved fixed | a5b05e5 | 1,302,810,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/SharedScrolledComposite.java | Eclipse_Platform_UI |
687 | 342,610 | Bug 342610 [Forms] Form heading wraps text unexpectedly | Build Identifier: 20100218-1602 The form heading unexpectedly wraps heading text. A code snippet will be attached that defines a basic editor with a short form heading text string. When the editor is first displayed, there is a generous amount of horizontal space, more than sufficient to display the entire string, howe... | 2011-04-12 12:40:05 | 1,302,630,000 | resolved fixed | e5a6741 | 1,302,800,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TitleRegion.java | Eclipse_Platform_UI |
688 | 342,849 | Bug 342849 [UI] Allow dragging stacks | We have yet to implement the ability to drag a complete stack (rather than a part) in the presentation. The first pass for this will allow dragging a stack but only to locate the stack itself in a different part of the presentation. While it's possible to also allow dragging a stack to 'merge' it with the parts in some... | 2011-04-14 10:36:10 | 1,302,790,000 | resolved fixed | 26b75d3 | 1,302,790,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DetachedDropAgent.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/PartDragAgent.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dn... | Eclipse_Platform_UI |
689 | 317,912 | Bug 317912 3.x RCP applications have to be updated before they can run in e4 | Currently the Eclipse 4.0 SDK does not allow to run standard Eclipse 3.6 RCP applications. Build ID: I20100623-1410. Create a new plugin project. Select RCP and select the "RCP with a view template". If you run it you receive: org.eclipse.core.runtime.AssertionFailedException: null argument:applicationXMI argument miss... | 2010-06-25 01:58:21 | 1,277,450,000 | resolved fixed | 5941829 | 1,302,620,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
690 | 153,280 | Bug 153280 [ActivityMgmt] Examples are shown even when capability disabled | there are two ways to open examples: - file->new->project - examples for this way any example which is disabled through a capability isn't shown - file->example when an example is placed directly as "root" node in the list, it is always shown. when the same example is put in a subcategory, it disappears when the capabi... | 2006-08-09 08:15:48 | 1,155,130,000 | verified fixed | b241546 | 1,302,540,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewWizardMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WizardActivityFilter.java | Eclipse_Platform_UI |
691 | 307,545 | Bug 307545 [Workbench] heap status garbage collection/computation on UI thread | Build Identifier: I have had a few hangs where the UI goes to sleep because of an extensive/long running garbage collection. Is there a specific reason why this is done on the UI thread - the HeapStatus.gc() action waits and effectively renders the UI useless. This is especially annoying since sometimes garbage collect... | 2010-03-30 11:31:36 | 1,269,960,000 | verified fixed | 2c53b35 | 1,302,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
692 | 341,702 | Bug 341702 [JFace] CompositeImageDescriptor mixes images with alpha channel wrong | Build Identifier: 3.7.0 I20110329-0800 The method used to mixes images with alpha channel in JFace's CompositeImageDescriptor seems to be wrong for some cases. Reproducible: Always | 2011-04-02 14:26:52 | 1,301,770,000 | verified fixed | e047db7 | 1,302,120,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/CompositeImageDescriptor.java | Eclipse_Platform_UI |
693 | 275,910 | Bug 275910 [Widgets] PaintListener on Tree not invoked when item count is 0 | null | 2009-05-12 12:48:27 | 1,242,150,000 | verified fixed | 2d2af60 | 1,302,100,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java | Eclipse_Platform_UI |
694 | 340,368 | Bug 340368 [Compatibility] No tooltip for the new pin view toolbar button | Build ID: I20110312-1300 The pin view toolbar button is new in e4. I appreciate if there is a tooltip showing what it does. | 2011-03-17 15:56:09 | 1,300,390,000 | verified fixed | b10b4af | 1,302,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
695 | 126,429 | Bug 126429 [ActivityMgmt] Activities should allow default enablement to be controlled by product definition | When composing a product out of various Eclipse distributions, such as Eclipse Platform SDK and WebTools, it is often desirable to control which activities are enabled by default in order to create an initial product experience that's less overwhelming and more relevant to the product usecases. Currently, if the someon... | 2006-02-03 17:37:11 | 1,139,010,000 | verified fixed | 08e5c12 | 1,301,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ExtensionActivityRegistry.java | Eclipse_Platform_UI |
696 | 341,793 | Bug 341793 Prevent moving of parts tagged with IPresentationEngine.NO_MOVE | This is a simple fix, the underlying code is already there for the perspective construction, we just need to inhibit the drag operation. | 2011-04-04 10:47:31 | 1,301,930,000 | resolved fixed | f080d0e | 1,301,930,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/PartDragAgent.java | Eclipse_Platform_UI |
697 | 140,425 | Bug 140425 [WorkbenchParts] Closing Workspace gives "Widget disposed too early!" in log | Eclipse 3.2RC1a I have not been able to reproduce this bug. Conditions: I have a workspace with ~30 projects in it and I was checking in changes to my CVS repository after a few hours of work. After the checkin completed I closed the workspace and got the "there's an error message in your log" error dialog. Then I saw ... | 2006-05-05 16:01:24 | 1,146,860,000 | verified fixed | 04f4ae9 | 1,301,680,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java | Eclipse_Platform_UI |
698 | 341,327 | Bug 341327 [Commands] Handler conflict due to multiple instances of EditorActionBars for one editor id | I have an edtior with the id 'myEditID'. When this editor throws a PartInitException during EditorPart.init(...) an ErrorEditorPart with id 'myEditID' is created. For this error editor a new instance of EditorActionBars is used, which is not ref-counted. Nevertheless, when the ErrorEditorPart is closed, the editor mana... | 2011-03-30 05:20:14 | 1,301,480,000 | verified fixed | db29fde | 1,301,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | Eclipse_Platform_UI |
699 | 88,788 | Bug 88788 [KeyBindings] request: Back/Forward keys and mouse buttons don't work with Eclipse | Back and Forward keys on MS Internet keyboard don't trigger Backward History and Forward History commands even though Alt-Left and Alt-Right key sequences do trigger them. There is no way to map a command to Back or Forward keyboard keys or to extra buttons of a 5-button mouse. | 2005-03-22 14:37:23 | 1,111,520,000 | verified fixed | 09a82e3 | 1,301,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java | Eclipse_Platform_UI |
700 | 341,219 | Bug 341219 [MPE] MultiPageEditorSite may not end up forwarding post selection events | If an inner editor of an MPEP doesn't actually implement IPSP, no post selection events are fired even though MultiPageSelectionProvider implements the IPSP interface. | 2011-03-29 08:18:33 | 1,301,400,000 | verified fixed | 5e619b5 | 1,301,580,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiPageEditorSelectionTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiPageResourceEditor.java | Eclipse_Platform_UI |
701 | 231,502 | Bug 231502 [Forms] TableWrapLayout and makeColumnsEqualWidth | Build ID: I20080502-0100 Steps To Reproduce: 1. Create Shell with TableWrapLayout, 2 columns, with makeColumnsEqualWidth = true; 2. Add two Button's, second Button has long text, so its column is wide. 3. As I read JavaDoc for makeColumnsEqualWidth, two columns should have same width. But it is not. 4. But when you shr... | 2008-05-12 04:53:29 | 1,210,580,000 | resolved fixed | 6c33542 | 1,301,530,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/TableWrapLayout.java | Eclipse_Platform_UI |
702 | 341,273 | Bug 341273 ESS will not work without parts | While windows without any parts probably isn't a very interesting shape, it is still possible to create such a thing. In this scenario, the ESS may not work properly because we rely solely on the active part for selection information. It should be possible to have a selection at the window level as-is. | 2011-03-29 14:38:52 | 1,301,420,000 | resolved wontfix | 40ec423 | 1,301,420,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/ESelectionServiceTest.java | Eclipse_Platform_UI |
703 | 308,095 | Bug 308095 [Forms] ColumnLayout does not layout widgets correctly | I'm using eclipse 3.6M6 When given a large number of widgets >=150 (approx), ColumnLayout does not render them in the correct order as expected. In appears that the layout renders all widgets in columns (top to bottom) and 'overflows' into the next column until there is no space left to render another column (or the ma... | 2010-04-05 14:32:40 | 1,270,490,000 | resolved fixed | 2c83a54 | 1,301,420,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ColumnLayout.java bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/ColumnLayoutUtils.java tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/AllLayoutTests.java tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui... | Eclipse_Platform_UI |
704 | 341,227 | Bug 341227 [Compatibility] Invalid thread access thrown when running JDT Debug's ProjectCreationDecorator test | org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.SWT.error(SWT.java:4163) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:359) at org.eclipse.s... | 2011-03-29 09:37:28 | 1,301,410,000 | verified fixed | 5d488b5 | 1,301,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
705 | 335,889 | Bug 335889 E4Application#stop cannot shutdown the workbench | E4Application#stop() currently does nothing. As a result, if you trigger a shutdown of the OSGi runtime programmatically (e.g., getBundle(0).stop()), the UI workbench is not closed. Any subsequent clicking or interaction with the UI workbench triggers a cascade of errors. I think E4Application should hold onto the work... | 2011-01-31 13:50:56 | 1,296,500,000 | resolved fixed | ef40702 | 1,301,400,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java | Eclipse_Platform_UI |
706 | 334,470 | Bug 334470 Keysequence embedded into updated label of rendered MHandledToolItem | The code in ToolItemRenderer#setItemText() causes the bound keysequence to be embedded in the corresponding ToolItem's label text. This doesn't seem to be the desired action, does it? | 2011-01-15 20:04:18 | 1,295,140,000 | resolved fixed | 3d7cb19 | 1,301,400,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java | Eclipse_Platform_UI |
707 | 337,380 | Bug 337380 E4Application does not configure Display.setAppName() | null | 2011-02-16 18:14:06 | 1,297,900,000 | resolved fixed | 51ab4b3 | 1,301,400,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java | Eclipse_Platform_UI |
708 | 312,540 | Bug 312540 [LinkedResources] Copy resource in Navigator and Project Explorer always shows dialog | N20100511-2000. When copying an IFile from one to another folder in the Navigator or Project Explorer, I always get the dialog no matter how I've set the preferences on the 'Linked Resources' page (even if I disable linked resources). | 2010-05-12 03:53:54 | 1,273,650,000 | resolved fixed | 5036d88 | 1,301,400,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java | Eclipse_Platform_UI |
709 | 340,465 | Bug 340465 Remove CTabFolder/CTabItem references from the TrimStack | null | 2011-03-18 14:21:10 | 1,300,470,000 | resolved fixed | 335ea55 | 1,301,340,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java | Eclipse_Platform_UI |
710 | 341,118 | Bug 341118 [Compatibility] IWindowListeners are not notified of window activations | It doesn't seem like the windowActivated(IWorkbenchWindow) method of an IWindowListener is ever invoked. | 2011-03-28 11:18:24 | 1,301,330,000 | resolved fixed | 45f31fa | 1,301,340,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
711 | 340,268 | Bug 340268 [Import/Export] Button label truncation on Import/Export Preferences dialogs | null | 2011-03-17 00:45:32 | 1,300,340,000 | verified fixed | dd4d45b | 1,300,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | Eclipse_Platform_UI |
712 | 130,854 | Bug 130854 [CellEditors] JFace TableViewer ignoring ICellEditor validator state | Using a validator on a TextCellEditor and entering invalid text into a cell results in ICellModifier.modify() being called with a null value, rather than an error being reported and the value being discarded. TableEditorImpl.saveEditorValue() *does actually check for editor validity*, but in the case of invalid values ... | 2006-03-07 23:38:07 | 1,141,790,000 | verified fixed | d34324b | 1,300,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java | Eclipse_Platform_UI |
713 | 340,342 | Bug 340342 [Contributions] Tooltips for command | null | 2011-03-17 12:06:32 | 1,300,380,000 | verified fixed | 008ba6b | 1,300,870,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java | Eclipse_Platform_UI |
714 | 340,656 | Bug 340656 [Preferences] FileEditorsPreferencePage reuses a GridData instance for two different controls | Around the line 210 range, the same GridData instance is used for both groupComponent and addResourceTypeButton. | 2011-03-22 09:43:17 | 1,300,800,000 | verified fixed | fa2a24b | 1,300,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java | Eclipse_Platform_UI |
715 | 340,508 | Bug 340508 NPE in BindingCopies.isUserBinding | We are not properly intializing the BindingSystem in a pure e4 application: org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:828... | 2011-03-20 11:02:22 | 1,300,630,000 | resolved fixed | 45bdb39 | 1,300,680,000 | bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingCopies.java | Eclipse_Platform_UI |
716 | 297,375 | Bug 297375 [Contributions] DynamicToolBarContributionItem needs to proxy more methods | org.eclipse.ui.internal.menus.DynamicToolBarContributionItem is a proxy for a dynamic contribution but doesn't pass through computeWidth(Control) calls. Please check to make sure all needed methods are proxied. PW | 2009-12-09 13:09:57 | 1,260,380,000 | resolved fixed | c217b86 | 1,300,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/DynamicMenuContributionItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/DynamicToolBarContributionItem.java | Eclipse_Platform_UI |
717 | 339,675 | Bug 339675 [Compatibility] View tool bar doesn't layout properly | I20110310-2200 1. Open the 'Breakpoints' view. 2. Place the 'Breakpoints' view into the same stack as the 'Outline' view. 3. Resize the stack horizontally so that the view's tool bar can be seen completely. 4. Switch to the 'Outline' view. 5. Switch back to the 'Breakpoints' view. 6. Now the tool bar is obscured. A res... | 2011-03-11 07:54:54 | 1,299,850,000 | verified fixed | e52a8e3 | 1,300,380,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java | Eclipse_Platform_UI |
718 | 339,713 | Bug 339713 [Markers] number of visible items not preserved when view is closed | Build id: I20110310-1119 Problems view -> Configure contents -> Number of items visible per group Set the value to 10, close the Problems view, open the Problems view. Note that value is reset back to the default (100). Rest of the values on the "Configure contents" dialog seems to be preserved on view being closed. In... | 2011-03-11 11:04:09 | 1,299,860,000 | verified fixed | 7857136 | 1,300,350,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java | Eclipse_Platform_UI |
719 | 339,994 | Bug 339994 [Compatibility] Cannot add view with visible=false to the shared area | null | 2011-03-15 06:31:32 | 1,300,190,000 | resolved fixed | 9a4f3e8 | 1,300,190,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
720 | 339,227 | Bug 339227 [Preferences] Startup and shutdown preference page: Restore defaults does not work as expected | null | 2011-03-08 09:42:38 | 1,299,600,000 | verified fixed | a5057b3 | 1,300,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/StartupPreferencePage.java | Eclipse_Platform_UI |
721 | 339,877 | Bug 339877 ToolBarManagerRenderer should not dispose of items that weren't created by the rendering engine | 1. Window > Open Perspective > CVS Repository Exploring 2. The 'CVS Repositories' view doesn't have the 'Add CVS Repository' tool item. 3. Resizing the view doesn't help. 4. Close the view. 5. Reopen it. 6. Now it's there. Or maybe not, it didn't come back for Paul anyway. | 2011-03-14 08:41:13 | 1,300,110,000 | verified fixed | b1a5e20 | 1,300,110,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java | Eclipse_Platform_UI |
722 | 339,787 | Bug 339787 BindingServiceImpl.deactivateBinding produces a NPE | !ENTRY org.eclipse.e4.ui.workbench 2 0 2011-03-12 13:32:49.306 !MESSAGE Exception occurred during CocoaUI processing !STACK 0 java.lang.NullPointerException at org.eclipse.e4.ui.bindings.internal.BindingServiceImpl.deactivateBinding(BindingServiceImpl.java:91) at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIH... | 2011-03-12 07:40:03 | 1,299,930,000 | resolved fixed | a6844bb | 1,299,950,000 | bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java | Eclipse_Platform_UI |
723 | 339,702 | Bug 339702 SWTException thrown after clicking a dropdown toolbar twice and then something else | I20110310-2200 1. Click the dropdown for the 'Run' tool item once. 2. Click it again while the menu is still up (or just double-click that's fine too). 3. Now click somewhere else so that the menu goes away. 4. An SWTException is thrown. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.... | 2011-03-11 10:03:47 | 1,299,860,000 | resolved fixed | 1e97a98 | 1,299,870,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
724 | 339,737 | Bug 339737 Switching perspectives has trim layout issues | If you switch to a perspective that has minimized stacks the vertical trim bar's layout is not correct... | 2011-03-11 13:10:54 | 1,299,870,000 | resolved fixed | fb09e73 | 1,299,870,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
725 | 339,731 | Bug 339731 [Compatibility] NPE thrown after closing all perspectives | java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.match(ModelServiceImpl.java:63) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:86) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:165... | 2011-03-11 12:32:34 | 1,299,860,000 | resolved fixed | c0e257f | 1,299,870,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
726 | 339,728 | Bug 339728 Dragging Part in own stack and moving back throws SWT-Exception | Tested with I2011-03-10-2200: * Launch * Open "Type Hierachy" * Move to own stack (e.g. below) * Move back to Stack with "Package Explorer" => Exception org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.swt.SWT.error(SWT.java:4192) at org.eclipse.swt.SWT.error(S... | 2011-03-11 12:27:26 | 1,299,860,000 | resolved fixed | 848c3a3 | 1,299,870,000 | bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/CTabFolder.java | Eclipse_Platform_UI |
727 | 338,584 | Bug 338584 Make the standard addons 'auto-install' | Create a model processor extension to the addons bundle to automatically add the Cleanup, Min/Max and DnD addons. This will allow the addons to be 'installed' into an app just by adding the bundle. | 2011-03-01 15:14:19 | 1,299,010,000 | resolved fixed | 76de6b6 | 1,299,790,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/swt/CleanupProcessor.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/swt/DnDProcessor.java bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/swt/MinMaxProc... | Eclipse_Platform_UI |
728 | 339,573 | Bug 339573 Splitting the shared area with a part doesn't remove stale placeholders | The current code only looks for the addition of an MPlaceholder in the shared area as the hint to remove locals. When you split the area the element that gets added is the new MPartSashContainer... | 2011-03-10 14:11:44 | 1,299,780,000 | resolved fixed | f0ebbfa | 1,299,780,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java | Eclipse_Platform_UI |
729 | 339,481 | Bug 339481 [Markers] NegativeArraySizeException when trying to create Problems view | I20110309-1800 NegativeArraySizeException when trying to create Problems view: Error Thu Mar 10 10:45:26 CET 2011 Unable to create view ID org.eclipse.ui.views.ProblemView: An unexpected exception was thrown. java.lang.NegativeArraySizeException at org.eclipse.ui.internal.views.markers.MarkerViewerContentProvider.getLi... | 2011-03-10 05:03:23 | 1,299,750,000 | verified fixed | 373f519 | 1,299,750,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerViewerContentProvider.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.