issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
368,994 | Bug 368994 [Compatibility] WorkbenchWindowControlContributions do not have their dispose() method called | When a new workbench window is created and closed, instantiated WorkbenchWindowControlContribution instances are not getting disposed. This can cause a leak. | resolved fixed | 2bde731 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/CompatibilityWorkbenchWindowControlContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-18T17:58:32Z | 2012-01-18T18:06:40Z |
365,975 | Bug 365975 org.eclipse.ui.menus contribution behaves differently on 3.7 and 4.2 | Build Identifier: 4.2 I20111206-1015 A contribution like this behaves differently on 3.7 and 4.2: <extension point="org.eclipse.ui.menus"> <menuContribution allPopups="false" locationURI="toolbar:org.eclipse.ui.main.toolbar"> <toolbar id="com.example.addressbook.toolbar1"> <command commandId="org.eclipse.ui.file.save" ... | verified fixed | 87e6266 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/AbstractSaveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DirtyStateTracker.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DynamicHelpHandler.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-18T16:50:09Z | 2011-12-07T23:20:00Z |
368,975 | Bug 368975 [Compatibility] Ctrl+E shows hidden views | 1. Open an editor. 2. Drag a view into the shared area. 3. Close it. 4. Ctrl+E 5. You should only see the one editor but the hidden view is also in the list. | verified fixed | 3441ec2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/BasicPartList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-18T15:00:44Z | 2012-01-18T15:20:00Z |
368,968 | Bug 368968 [Compatibility] AIOOBE thrown when an incorrect locationURI is specified | Mylyn has a contribution of the format below. <menuContribution locationURI="toolbar:org.eclipse.ui.trim.command2?after"> This is not valid. As spec'd in the schema: "Query: The query format is <placement>=<id> where: <placement> is either "before", "after", or "endof" and <id> is the id of an existing menu item. The p... | resolved fixed | 9a23986 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-18T14:14:28Z | 2012-01-18T15:20:00Z |
367,159 | Bug 367159 Dynamic menu contributions using CompoundContributionItems are not visible | null | verified fixed | e9b35b6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuH... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-17T13:29:56Z | 2011-12-20T08:33:20Z |
366,339 | Bug 366339 Linked resources are not overwritten pressing "yes" on "do you wish to overwrite" | Build Identifier: M20110909-1335 I drop the files into project resources. When there exists a file with such name, "do you wish to overwrite" dialog appears. Pressing does nothing -- I see that resource is still linked to the previous file location. The same thing happens in e4. There is an easy workaround but it is de... | resolved fixed | ce25adc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-17T13:13:24Z | 2011-12-11T21:46:40Z |
368,751 | Bug 368751 [Compatibility] NPE on startup due to null editor site | I reverted my Eclipse installation a few days back which removed a few Juno plug-ins. When p2 prompted me to restart, I did and was greeted by some errors when Eclipse came back up. java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.updateActiveEditorSources(WorkbenchPage.java:365) at org.eclipse.u... | resolved fixed | 5bee796 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-16T18:20:02Z | 2012-01-16T18:53:20Z |
366,246 | Bug 366246 [Compatibility] Editor toolbars not rendered with SWT.FLAT | When running WinXP with the classic theme (or at least with the classic style used for buttons), some toolbars render incorrectly while other toolbars are unaffected by changing themes. In some cases, the rendering is just visually different than other toolbars, while in other cases there is also an issue with buttons ... | verified fixed | f5bc590 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-13T15:37:58Z | 2011-12-09T19:46:40Z |
368,281 | Bug 368281 SWTException thrown when closing a workbench window with a part menu up | org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4300) at org.eclipse.swt.SWT.error(SWT.java:4215) at org.eclipse.swt.SWT.error(SWT.java:4186) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340) at org.eclipse.swt.... | verified fixed | 944d669 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-10T17:39:56Z | 2012-01-10T18:26:40Z |
366,108 | Bug 366108 [Compatibility] Keyboard shortcut for view menu doesn't work in standalone views | null | verified fixed | 53550a8 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenuHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-10T14:57:49Z | 2011-12-08T21:33:20Z |
365,773 | Bug 365773 Window > Navigation > Maximize does not work for Intro view | Version: 4.2.0 (for M4) Build id: I20111205-2330 Neither Window > Navigation > Maximize Active View or Editor nor Minimize work for the Intro/Welcome view, though both items are enabled in the menu. If I DND the intro to a different stack, Min/Max then works fine. | verified fixed | c93b220 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-10T13:05:23Z | 2011-12-06T16:46:40Z |
367,963 | Bug 367963 [Compatibility] 'Debug' view is unusable with CDT installed | CDT contributes tool items to the 'Debug' view. When the view gets closed, errors will start being logged repeatedly. The snippet below will reproduce the problem. <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=threadGroup"> <command commandId="org.e... | verified fixed | 2fef9d0 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-05T18:46:51Z | 2012-01-05T19:00:00Z |
358,739 | Bug 358739 MinMaxAddon has a dependency on o.e.u.workbench | This was introduced by me late in M2 in order to get the animation effects out for review. We should likely just clone the required classes into some consumable e4 bundle... At the same time we should move the MinMax constants out of the addon itself and into IPresentationEngine (with comments indicating that presentat... | verified fixed | b89263f | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/AnimationEngine.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/AnimationFe... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-04T15:52:22Z | 2011-09-23T15:00:00Z |
362,208 | Bug 362208 [Compatibility] Part description should be hidden if there is no text | I20111025-2000 1. Open the 'Properties' view. 2. Ctrl+F10 > New Properties View 3. Go back to the first one. 4. Unpin it. 5. There is still space for the label in the view. Resizing the view does not recover the lost space. | verified fixed | 2a19a8f | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-03T20:47:05Z | 2011-10-27T15:40:00Z |
362,118 | Bug 362118 [Compatibility] 'Image' view has no icon | Jubula's 'Image' view doesn't have an icon. Perhaps this is intentional and a bug on their side, I'm not sure. However, when the view is minimized, nothing gets drawn in the trim. | verified fixed | 09f5f2b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-01-03T18:09:46Z | 2011-10-26T17:26:40Z |
361,121 | Bug 361121 [Progress] DetailedProgressViewer's comparator violates its general contract | N20111013-2000. The DetailedProgressViewer's comparator violates its general contract: !ENTRY org.eclipse.ui 4 4 2011-10-17 13:08:45.365 !MESSAGE An internal error has occurred. !STACK 0 java.lang.IllegalArgumentException: Comparison method violates its general contract! at java.util.TimSort.mergeLo(TimSort.java:747) a... | verified fixed | 80605f1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/progress/JobInfoTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/progress/JobInfoTestOrdering.java", "tests/org.ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-21T18:59:16Z | 2011-10-17T11:13:20Z |
366,610 | Bug 366610 [Compatibility] Early startup not all executed | The implicit early startup was not called on org.eclipse.ui.tests.TestPlugin failed: org.eclipse.ui.tests.api.StartupTest | verified fixed | aeaf29b | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/TestPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-20T14:58:07Z | 2011-12-13T18:13:20Z |
366,599 | Bug 366599 [Compatibility] testing for an active bundle fails | Using a property tester to test for an active bundle should just work: TestExpression test = new TestExpression("org.eclipse.core.runtime","bundleState", new Object[] { "org.eclipse.core.expressions" }, "ACTIVE", false); Failed: org.eclipse.ui.tests.services.EvaluationServiceTest.testPlatformProperty() PW | verified fixed | 7c32444 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-20T14:40:30Z | 2011-12-13T18:13:20Z |
366,906 | Bug 366906 [Compatibility] DirectContributionItem enablements never updated | null | verified fixed | a62fdd2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-16T22:04:50Z | 2011-12-15T23:00:00Z |
366,855 | Bug 366855 MenuHelper.getIconURI() has no provision for non-File- or URL-based imagedescriptors | null | verified fixed | d533f63 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-16T21:28:37Z | 2011-12-15T17:26:40Z |
366,985 | Bug 366985 MenuHelper#getIconURI() should be more specific when rewriting URLs | MenuHelper#getIconURI(ImageDescriptor) rewrites URIs extracted from a URLImageDescriptor to the more stable platform:/plugin form. But it doesn't check that the URI is actually a form where this is applicable (i.e., a bundleentry: or bundleresource: URI). It's not impossible that an icon could be fetched via the interw... | verified fixed | 3712647 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-16T21:21:53Z | 2011-12-16T21:13:20Z |
366,834 | Bug 366834 NPE in HandledContributionItem.getToolTipText(*) | We shouldn't have a check for null and then use the old thing. java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.getToolTipText(HandledContributionItem.java:474) at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.updateToolItem(HandledContributionItem.... | verified fixed | eda70fc | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-15T18:28:25Z | 2011-12-15T17:26:40Z |
366,449 | Bug 366449 [Compatibility] No hook for event idle loop yet | org.eclipse.ui.parts.tests.PartsReferencesTestSuite depends on implementing org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(Display) but in Eclipse 4, we have no hook for the event idle loop yet. Without this, all of its tests hang. PW | verified fixed | 086d5af | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/IEventLoopAdvisor.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-15T17:08:11Z | 2011-12-12T20:00:00Z |
366,619 | Bug 366619 Test failures in DecoratorsTestSuite on 4.x | null | verified fixed | cff41c4 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-14T19:40:25Z | 2011-12-13T21:00:00Z |
366,214 | Bug 366214 [Compatibility] Add support for AbstractTrimWidgets | null | verified fixed | 616b291 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyTrim.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-13T14:40:06Z | 2011-12-09T17:00:00Z |
365,470 | Bug 365470 MToolItemTest's testActionSetAddedToMyToolbar fails | null | resolved fixed | 294c17f | ["tests/org.eclipse.e4.ui.menu.tests/src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-08T12:50:59Z | 2011-12-02T18:20:00Z |
358,672 | Bug 358672 [Compatibility] Some of WTP Source Editing context menu contributions are misbehaving | The "Source" context menu item is missing from Structured Text Editors. It is appended to the ITextEditorActionConstants.GROUP_EDIT group from the editorContextMenuAboutToShow() method. Additionally, the "Refactor" menu item is always visible regardless of if it has any actions. It displays the arrow as if it has a sub... | verified fixed | 8c04ef2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-05T20:46:42Z | 2011-09-22T22:20:00Z |
365,538 | Bug 365538 [CSS] UnsupportedOperationException from CSSValue#getCssText() with comma-separated values | A comma-separated CSS property causes an UnsupportedOperationException as Measure#getCssText() doesn't handle the LexicalUnit.SAC_OPERATOR_COMMA. There are other SAC_OPERATOR values that it doesn't handle either, though I'm not certain that we actually support any properties that accept such operators. | verified fixed | bcabfbf | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/parser/ValueTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-05T02:14:29Z | 2011-12-05T01:53:20Z |
365,537 | Bug 365537 [CSS] theme extension point's "basestylesheeturi" should allow a platform URI | The code in bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/inte rnal/theme/ThemeEngine.java assumes that the stylesheet contributed through the 'basestylesheeturi' attribute via the 'org.eclipse.e4.ui.css.swt.theme' extension point are relative to the contributing plugin. As it can be useful for ... | verified fixed | 462f8b7 | ["bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-05T02:14:25Z | 2011-12-05T01:53:20Z |
365,483 | Bug 365483 Generated wrong deprecated constant name in UIEvents | null | verified fixed | d359567 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/GenTopic.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/UIEvents.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-03T01:50:45Z | 2011-12-02T21:06:40Z |
320,673 | Bug 320673 QuickAccess should restore previous focus when hitting Escape | QuickAccess can be invoked with Ctrl+3. Thus it should be possible to return from QuickAccess by keyboard. In 3.6 you get a dialog which you can dismiss with the Escape key. | resolved fixed | c1f054c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-12-02T14:48:37Z | 2010-07-22T20:20:00Z |
361,561 | Bug 361561 [Compatibility] Lots of separators in the global debug toolbar | We have an excessive amount of separators in the global debug toolbar for stepping actions when compared against 3.x. | verified fixed | 17fe3a2 | ["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/menus/MenuAdditionCacheEntry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-30T20:28:38Z | 2011-10-20T14:13:20Z |
365,230 | Bug 365230 ViewElement should not try to create an ImageDescriptor from a null icon URI | The 'Welcome' view does not specify an 'icon' attribute. As a result, its model part descriptor's iconURI feature is null. ViewElement should check this null value first instead of trying to use it to create an image descriptor. | resolved fixed | b4f439d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/ViewElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-30T18:33:26Z | 2011-11-30T19:06:40Z |
365,205 | Bug 365205 DND does not work on I20111129-2100 | With the latest build DND does not appear to work on Windows 7 and Linux/gtk+. This bug presumably affects all platforms. | verified fixed | 0d5e28f | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-30T15:55:18Z | 2011-11-30T13:33:20Z |
364,073 | Bug 364073 [Compatibility] "Compare With" always done on same file regardless of selection | null | verified fixed | ad263d2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-30T15:42:08Z | 2011-11-17T17:13:20Z |
363,961 | Bug 363961 Restructure UIEvents to increase clarity and performance | Adding a defect to capture information exchanged on the e4-dev mailing list about this topic. While trying to understand UIEvents and how the topics are built up for subscribe operations I found the buildTopic() cumbersome and a barrier to understanding what was really going on. I would like to make a suggestion that I... | verified fixed | 6046e7d | ["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/dndaddon/DnDAddon.java", "bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-29T19:32:56Z | 2011-11-16T19:00:00Z |
365,018 | Bug 365018 [CSS] Add missing support to CSS engine | The CSS Spy requires the CSS Engine to provide the ability to: * parse selectors (to complement the existing support for parsing rules, properties, values, etc.) * return the list of applicable selectors for an element (rather than walk the public propertyHandlerMap property on AbstractCSSEngine) The CSS WidgetElement ... | verified fixed | 2c09169 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/engine/CSSEngine.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/parsers/AbstractCSSParser.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/AbstractCSSEngine.java", "bundles/org.ec... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-29T04:39:50Z | 2011-11-29T04:13:20Z |
363,053 | Bug 363053 [CSS] CSS engine ignores alternative element providers | null | verified fixed | 667bfe7 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/AbstractCSSEngine.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/CssCoreTestSuite.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/EngineProviderTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-29T03:25:32Z | 2011-11-07T15:33:20Z |
364,402 | Bug 364402 NPE in MinMaxAddon with non-visible editor area | BuildId: I20111028-1100 I'm fiddling with an app that uses the compatibility layer that defines a custom perspective where the editor area is set to be not visible. When running with the org.eclipse.e4.ui.swt.addons bundle, I double-clicked on a view tab that ultimately triggered an NPE in MinMaxAddon#createTrim(). The... | verified fixed | fc52dab | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-28T18:54:47Z | 2011-11-21T18:26:40Z |
349,104 | Bug 349104 SWTException thrown after changing perspective and closing the window | 1. Window > New Window 2. Window > Open Perspective > Debug 3. Hover your mouse over the 'Java' perspective's tool item. 4. Click on it and then immediately hit Alt+F4. 5. An SWTException will occur. Caused by: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4277) at org.eclipse.s... | verified fixed | 0d55094 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-28T15:06:05Z | 2011-06-10T23:53:20Z |
364,865 | Bug 364865 [Compatibility] NPEs in AnimationEngine on startup | null | verified fixed | dea1117 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-25T19:22:10Z | 2011-11-25T19:40:00Z |
364,757 | Bug 364757 [Compatibility] Action set contexts can be deactivated too eagerly | It seems that we don't have extra processing for action sets of a perspective that is "always on". Thus, some action sets' contexts may be deactivated even if they're intended to always be enabled for a given perspective. | resolved fixed | de1ad7e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-25T19:11:30Z | 2011-11-24T21:26:40Z |
359,838 | Bug 359838 [workspace selection] The "Workspace Unavailable" error message does not list the workspace location | Build Identifier: If the chosen workspace is locked Eclipse will not be able to use it and show an error dialog (see attachment). This dialog does report the workspace to be in use, but it does not list the workspace location. Some users start their Eclipse with preconfigured workspaces, these users in particular would... | resolved fixed | b7d1f7d | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-25T15:22:40Z | 2011-10-04T14:53:20Z |
364,039 | Bug 364039 [Markers] Add "Delete All Markers" in severity group context menu in Problems view | The Problems view allows deleting markers, individual or selected group. However, when there are a few thousands needed to be deleted it is cumbersome to do so. Is it possible to add "Delete" item in context menu for severity group (Errors/Warnings/Infos) to be able to delete all in the group? | resolved fixed | 7102254 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/EditablePropertyTester.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-24T16:24:48Z | 2011-11-17T14:26:40Z |
363,856 | Bug 363856 [DI] Erroneous field injection? | BuildId: I20111028-1100 OS: MacOS X (only because it demonstrates the problem) The CocoaUIProcessor requests the MApplication through injection. But an interesting thing occurs: when the MApplication instance is set (in E4Application#createE4Workbench()), the injector actually tries to inject with a created instance of... | verified fixed | 0e52429 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-21T19:15:17Z | 2011-11-15T18:00:00Z |
364,352 | Bug 364352 Launching inner Eclipse instance is broken on Mac | null | verified fixed | 559afd8 | ["bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/internal/carbon/CarbonUIEnhancer.java", "bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/internal/carbon/CloseDialogHandler.java", "bundles/org.eclipse.ui.cocoa/src/org/eclipse/ui/internal/cocoa/AbstractWindowHandler.java", "bundles/org.eclipse.ui.cocoa/src/org/eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-21T17:01:40Z | 2011-11-21T15:40:00Z |
364,192 | Bug 364192 MUIElement's curSharedRef feature should not be persisted | Since an element's curSharedRef should not be defined until it's been rendered, it should not be persisted in the deltas. This is working as intended right now but a test should be added for this. | resolved fixed | 2b9a69e | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerUIElementTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-18T19:42:47Z | 2011-11-18T21:00:00Z |
364,029 | Bug 364029 [QuickAccess] Quick access closes during resize on Linux | null | resolved fixed | b38dbda | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-18T14:52:14Z | 2011-11-17T14:26:40Z |
362,421 | Bug 362421 [QuickAccess] Regression: "Quick access" panel lacks major usability features from 3.x stream | Build Identifier: Build id: I20111028-1100 AS IS: 1) Start to type into "Quick access" area. A table with possible matches will appear. It is usually too narrow, so you have to resize it to see the content. Unfortunately, the new size is not remembered, so you have to do it each and every time. 2) Start to type into "Q... | verified fixed | 81ba643 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-18T14:17:57Z | 2011-10-30T07:33:20Z |
359,079 | Bug 359079 BindingPersistenceTest's testBindingTransform win32 x86 test failed on N20110926-2000 | junit.framework.AssertionFailedError: expected:<1> but was:<0> at org.eclipse.ui.tests.keys.BindingPersistenceTest.testBindingTransform(BindingPersistenceTest.java:210) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259) at org.ecli... | verified fixed | 43e6123 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-17T15:02:00Z | 2011-09-27T13:26:40Z |
356,639 | Bug 356639 ModelElementTest tests are failing | It seems SnippetContainer is not abstract. I believe it should be. junit.framework.AssertionFailedError: The following concrete classes don't implement 'MApplicationElement': * SnippetContainer at junit.framework.Assert.fail(Assert.java:47) at org.eclipse.e4.ui.tests.application.ModelElementTest.testForMApplicationInte... | verified fixed | 7ed043e | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUiFactory.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MWindow.java... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-16T18:53:34Z | 2011-09-02T19:00:00Z |
358,020 | Bug 358020 [Commands] [Compat] Git-Commit Dialog destroys IEclipseContext by calling IEvaluationContext#addVariable | When creating a new file (e.g. Ecore Model, EMF Generator Model) though my current package explorer selection is point to project1 the preselected element in the wizard is point to something completely different. It somehow looks like the current selection in the package explorer is not published appropriately. | verified fixed | 4fb6b46 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-15T16:11:47Z | 2011-09-18T12:46:40Z |
348,461 | Bug 348461 Perspective switcher tool items need to be accessible | null | verified fixed | 8a86e63 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-11T16:44:35Z | 2011-06-06T19:53:20Z |
360,159 | Bug 360159 [Compatibility] Saved perspective loses its minimized trim stacks | 1. Minimize a part stack. 2. Save the perspective. 3. Close the perspective. 4. Reopen it. The minimized stack is gone. Views in that stack cannot be opened/shown. | verified fixed | 5e043c5 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/UIEvents.java", "bundles/org.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-09T20:03:16Z | 2011-10-06T19:40:00Z |
363,340 | Bug 363340 [Compatibility] PopupMenuImpls are leaking in the 'Outline' view | When I open and close editors, more and more PopupMenuImpls are being appended to the 'Outline' part's list of menus. This probably affects all PBVs. | verified fixed | 52c8509 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-09T16:13:53Z | 2011-11-09T14:46:40Z |
351,230 | Bug 351230 Odd view tab resizing | null | verified fixed | 4304678 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-09T14:31:44Z | 2011-07-05T18:20:00Z |
362,345 | Bug 362345 TrimStack throws IAE | I20111025-2000 Testing this morning and found several of these in my logs. java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:4281) at org.eclipse.swt.SWT.error(SWT.java:4215) at org.eclipse.swt.SWT.error(SWT.java:4186) at org.eclipse.swt.widgets.Widget.error(Widget.java:468) ... | verified fixed | 1d016de | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-09T13:39:29Z | 2011-10-28T16:40:00Z |
361,460 | Bug 361460 View hidden by capability filtering does not appear when capability activated | null | verified fixed | 5e15d89 | ["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 | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-09T13:20:00Z | 2011-10-19T18:46:40Z |
360,513 | Bug 360513 [Preferences] IPreferencePage.performCancel() does not stop PreferenceDialog.cancelPressed() if it returns false | Build Identifier: 20110916-0149 The code of PreferenceDialog.cancelPressed() is the following: protected void cancelPressed() { // Inform all pages that we are cancelling Iterator nodes = preferenceManager.getElements(PreferenceManager.PRE_ORDER).iterator(); while (nodes.hasNext()) { final IPreferenceNode node = (IPref... | resolved fixed | 1233724 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-07T21:27:43Z | 2011-10-11T08:00:00Z |
363,050 | Bug 363050 [Compatibility] Tool bar managers of views are not disposed when the view is disposed | null | resolved fixed | 21c6736 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-07T14:52:13Z | 2011-11-07T15:33:20Z |
362,932 | Bug 362932 MenuManager of a view menu must not be disposed when the menu goes hidden | We have code that disposes the menu manager of a part's view menu when the menu goes hidden. This means all contribution items of that manager will be disposed as well. Some contribution items are written in such a way that after a dispose() they become useless. We should not dispose the menu manager of a part's menu. | verified fixed | 71df4cb | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-07T14:17:40Z | 2011-11-04T18:06:40Z |
362,708 | Bug 362708 [Compatibility] Views that cannot be instantiated may not have a stack trace shown in the error part | Due to a mistake in the chaining of CoreException statuses, an error part may not actually show a detailed stack trace. | resolved fixed | 4eb6b96 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-02T17:58:25Z | 2011-11-02T18:53:20Z |
362,501 | Bug 362501 [Compatibility] NPE when showing view with non-existant part class | BuildId: I20111028-1100 I'm getting an NPE when my code tries to open a view whose part class does not exist. The process seems to be: 1. CompatibilityPart#create() attempts to instantiate the part class (line 227) 2. The instantiation fails causing PartInitException to be thrown 3. The PartInitException exception is c... | verified fixed | 69bf99a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-02T17:51:29Z | 2011-10-31T14:06:40Z |
362,582 | Bug 362582 Focus is lost after switching perspectives on OS X 10.6.8 | OSX 10.6.8 Eclipse SDK 4.2.0.I20111028-1100 - open Java Perspective - give focus to a view (e.g. Error Log view) - switch to Debug view - give Variables view focus - command-shift-R to Open Type dialog - cancel it - switch to the Java perspective Now when I try and do a command-shift-R to Open Resource, nothing happens... | resolved fixed | 38a9f4e | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-02T16:01:29Z | 2011-11-01T17:53:20Z |
356,116 | Bug 356116 [EditorMgmt] IEditorRegistry.getDefaultEditor fails to find an editor even though one exists | null | resolved fixed | 2d5698e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-11-02T15:28:29Z | 2011-08-29T20:33:20Z |
362,310 | Bug 362310 [Compatibility] Cannot open the live editor from Ctrl+3 anymore | null | verified fixed | 26c0ae6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/ViewProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-31T15:29:06Z | 2011-10-28T13:53:20Z |
362,229 | Bug 362229 [Compatibility] "Unhandled URL protocol "platform"." error when opening an rptdesign file | I get this IOException when I open an rptdesign file. Eclipse appears to continue functioning normally. The exception happens only once. Restarting and reopening the file will cause the error to appear again. java.io.IOException: Unhandled URL protocol "platform". at org.eclipse.core.internal.boot.PlatformURLConnection... | verified fixed | 15d9d97 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-31T14:16:00Z | 2011-10-27T18:26:40Z |
361,851 | Bug 361851 MAddons are not persisted in the deltas file | null | resolved fixed | 9be6b6f | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/reconciler/ModelReconcilerScenarioTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-31T13:53:17Z | 2011-10-24T18:13:20Z |
317,126 | Bug 317126 UI test failures, NPE in UIEventPublisher.notifyChanged | I ran the tests in preparation for the build, and I had 14 errors. UIAllTests org.eclipse.e4.ui.tests.UIAllTests org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests testPartStack_SetActiveChildBug299379(org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests) java.lang.NullPointerException at org.eclipse.e4.u... | verified fixed | 88425a5 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-31T11:21:03Z | 2010-06-16T23:13:20Z |
357,292 | Bug 357292 [PerspectiveBar] [Compatibility] New windows open are pushed behind originating window | I use multiple windows in development. I set "Preferences > General > Perspectives > Open a new perspective > In a new window". When I open a new perspective, the new window is opened, the perspective populates, and then the new window is pushed into the background. The new window should remain in the foreground and re... | closed fixed | 043763c | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-21T20:00:31Z | 2011-09-09T23:13:20Z |
360,685 | Bug 360685 [Compatibility] Saved perspectives lose tool item image after workspace restart | 1) Open a Java Perspective 2) Save perspective as Foo 3) Notice saved perspective has correct image in PerspectiveSwitcher 4) Exit and save workspace 5) Re-open workspace Notice that the saved perspective's image has changed to the default image. | verified fixed | 9b971fc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-21T17:50:49Z | 2011-10-12T14:33:20Z |
361,673 | Bug 361673 [Compatibility] Closing multiple editors causes a lot of churn | When you close multiple editors using Ctrl+Shift+W, the workbench window's title keeps getting updated. It seems that the active editor keeps changing. We should just close the active editor last to prevent all the activation updates. | verified fixed | 771ffa4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-21T15:37:49Z | 2011-10-21T15:13:20Z |
361,290 | Bug 361290 [PerspectiveBar] [Perspectives] CCE thrown after switching away from a perspective with standalone views and no shared area | 1. Create a perspective with the following code. public class RelEngPerspective2 implements IPerspectiveFactory { public void createInitialLayout(IPageLayout layout) { layout.setEditorAreaVisible(false); layout.addStandaloneView(IPageLayout.ID_BOOKMARKS, false, IPageLayout.RIGHT, 0.5f, "org.eclipse.ui.editorss"); layou... | verified fixed | c3f9b5e | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-20T18:29:36Z | 2011-10-18T17:46:40Z |
262,664 | Bug 262664 [Help] On Cocoa Firefox cannot be used as the help browser | I20090127-0100 MacOS Cocoa Eclipse/Preference In the preference page General/Web Browser select Firefox as the web browser. Help/Help contents. Expected Result: Help Opens Actual Result: Help fails to open, a dialog appears with this message "Close Firefox. A copy of Firefox is already open. Only one copy of Firefox ca... | resolved fixed | f7cf9b2 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserDescriptorDialog.java", "bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/ExternalBrowserInstance.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-20T00:22:21Z | 2009-01-27T21:00:00Z |
361,415 | Bug 361415 [Compatibility] 'Skip All Breakpoints' tool item doesn't have a tool tip | I20111018-2000 There is a new 'Skip All Breakpoints' tool item in the tool bar now. It doesn't have a tooltip. It has one in 3.x though. Will take a look... | verified fixed | 3d9761c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-19T15:31:34Z | 2011-10-19T16:00:00Z |
359,438 | Bug 359438 [Compatibility] Substantial chunk of dead code in ModeledPageLayout.insert(MUIElement, MUIElement, int, int) | There is a compiler warning about dead code in this method, and some static analysis with Remy proves that there is actually a substantial amount of code that imperically could never be running ... and if it did would be throwing NPEs It would probably be a good idea to delete the code or understand what the original i... | verified fixed | eacc2d2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-18T18:17:17Z | 2011-09-29T15:26:40Z |
311,192 | Bug 311192 [Browser] Widget disposed when closing internal browser | I20100424-2000 Happens from time to time when closing the browser view immidiatly after it's creation. Can reproduce it most of the time using Mylyn Task editor, open the bug in webbrowser, closing the view while it's still loading. -- Error Details -- Date: Fri Apr 30 16:52:22 CEST 2010 Message: Widget is disposed Sev... | resolved fixed | b2efb8d | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-18T17:49:33Z | 2010-04-30T15:06:40Z |
361,127 | Bug 361127 AbstractActivityManager does not manage listeners properly | null | verified fixed | 9f8dc9c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/AbstractActivityManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-17T16:04:41Z | 2011-10-17T11:13:20Z |
297,681 | Bug 297681 [Preferences] PlatformUIPreferenceListener should log exceptions instead of printing them | Please refer to line 152 and line 158. A rather trivial bug that someone from the community can help with. :) | verified fixed | 576aaeb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-17T14:31:00Z | 2009-12-13T02:06:40Z |
358,788 | Bug 358788 [PerspectiveBar] Perspective switcher renders text after a save even if the text rendering has been disabled | 1. Right-click on a perspective > Show Text > Uncheck it. 2. Window > Save Perspective As... > Give it a name > OK 3. The perspective's tool item now has text next to it again. | verified fixed | 8cceb01 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-13T17:51:54Z | 2011-09-23T23:20:00Z |
359,887 | Bug 359887 Removing IIdentifierListener corrupts changed event list | Calling IIdentifier.removeIdentifierListener(IIdentifierListener) in an identifierChanged() handler will corrupt the event list resulting in only every 2nd listener receiving notification of the event. This is because the Identifier.fireIdentifierChanged method is iterating over the identifiers list with an index based... | verified fixed | 4817a6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Identifier.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-11T18:46:47Z | 2011-10-04T17:40:00Z |
231,555 | Bug 231555 [EditorMgmt] EditorHistory shouldn't store invalid items | null | verified fixed | 6ab89bb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-11T17:20:11Z | 2008-05-12T13:46:40Z |
359,900 | Bug 359900 [Compatibility] Unhandled URL protocol "platform" on GIF files | I'm invoking genmodel from MWE in a JUnit plugin test on 4.2M2 modeling EPP. I'm not using CDO at all, except in so far as the default perspective has a CDO view. When an attempt is made to open platform:/plugin/org.eclipse.emf.cdo.ui.shared/icons/full/view16/cdo_sessions.gif the following stack trace results java.io.I... | verified fixed | 41a82be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-11T12:25:13Z | 2011-10-04T20:26:40Z |
360,160 | Bug 360160 [Compatibility] Saved perspective returns after the original has been closed | 1. Window > Open Perspective > Debug 2. Save the perspective. 3. Close the perspective. 4. The 'Debug' perspective comes back. | verified fixed | ee1482a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-07T17:33:32Z | 2011-10-06T19:40:00Z |
360,232 | Bug 360232 Eclipse gets into an infinite error loop after saving a perspective with a view in it | 1. DND a view into the shared area. 2. Save the perspective. 3. Try to activate the view in the shared area. You're not in an infinite error loop. Caused by: java.lang.NullPointerException at org.eclipse.e4.ui.model.internal.ModelUtils.getContainingContext(ModelUtils.java:148) at org.eclipse.e4.ui.internal.workbench.Mo... | verified fixed | 3df401f | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-07T14:46:37Z | 2011-10-07T12:20:00Z |
357,853 | Bug 357853 Cannot use multiple workbench windows with saved perspectives | I20110914-0200 1. Window > Save Perspective As... > Give it a name > OK 2. Window > New Window 3. The new window steals the shared area from the first window. Trying to active the first window will activate the second window. | verified fixed | b9cca45 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PlaceholderResolver.java", "bund... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-05T16:38:19Z | 2011-09-15T18:06:40Z |
351,358 | Bug 351358 [Compatibility] Toolbar ordering is off in 'Git Repositories' view | null | verified fixed | 726f6f1 | ["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/e4/compatibility/ActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibil... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-04T17:46:03Z | 2011-07-06T16:33:20Z |
19,485 | Bug 19485 [Themes] Should use color setting for fonts. | F2 1) Window>Preferences>Debug>Console>Text Font>Change (pick any) OK 2) Window>Preferences>Debug>Console>Text Font>font setting Change is not remembered | verified fixed | 3af07ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-10-04T14:11:43Z | 2002-06-06T13:26:40Z |
205,731 | Bug 205731 [PropertiesDialog] No info is shown for the New text file line delimiter inherited from container | 1. Go to Project->Properties->Resource 2. Notice that the label of the "Inherited from container" new text file line delimiter does not give you any information what line delimiter is inherited. Note: Take a look at the "Inherited from container" text file encoding for a good example of displaying the information. Scre... | resolved fixed | 754335b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/LineDelimiterEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-30T18:48:33Z | 2007-10-08T13:26:40Z |
357,859 | Bug 357859 Resetting a saved perspective destroys its detached windows | I20110914-0200 1. Detach a view. 2. Save the perspective. 3. Window > Reset Perspective 4. Now the detached view is gone. 5. Window > Close Perspective 6. Reopen the saved perspective. 7. The detached window comes back. | verified fixed | 0ef7180 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-30T14:33:14Z | 2011-09-15T18:06:40Z |
359,131 | Bug 359131 Fixing the dual-monitor issue has broken two tests | null | verified fixed | c7d2276 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-27T19:27:56Z | 2011-09-27T19:00:00Z |
358,978 | Bug 358978 [Compatibility] Incorrect relative stack extensions in a perspective do not get rendered | null | verified fixed | 8b97e3b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-27T14:23:31Z | 2011-09-26T20:46:40Z |
334,093 | Bug 334093 [RCP] RCP application without a status line is completely crippled when trying to use the workbench window as an IRunnableContext | null | verified fixed | 9c8ad41 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/window/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFac... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-27T12:57:51Z | 2011-01-12T13:46:40Z |
344,832 | Bug 344832 Layout doesn't appear to occur when the 'Outline' switches pages | null | verified fixed | 66bc52a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-26T15:25:42Z | 2011-05-05T12:53:20Z |
358,757 | Bug 358757 Detached windows loose their size when you switch perspectives | 1) Open a Java perspective 2) Detach the package explorer 3) Open a Debug perspective 4) Switch back to the Java perspective. Notice that the detached package explorer comes up in its smallest size. | verified fixed | fc3c039 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-26T14:51:54Z | 2011-09-23T17:46:40Z |
358,204 | Bug 358204 [Compatibility] Huge toolbar buttons with EcoreDiagramEditor | null | verified fixed | 8475ac8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-26T13:13:39Z | 2011-09-20T09:13:20Z |
358,439 | Bug 358439 Change GenTopic so that only Interface definitions from the model are generated | Eric pointed out that as we move forward with other kinds of life cycle events, there will be a need for several publish methods. (One patch I submitted had the method in ModelServiceImpl where it was used by brintToTop). There are also several "static" kinds of methods being "generated" in UIEvents ... the build metho... | verified fixed | 76e60e7 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/GenTopic.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/UIEvents.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-23T18:19:37Z | 2011-09-21T15:46:40Z |
357,906 | Bug 357906 [Forms] The message's foreground color is never cleared | If I add an error message to a form, the foreground color of the message region in the form heading is set to red (org.eclipse.ui.internal.forms.widgets.FormHeading#showMessage(String, int IMessage[] calls "updateForeground" since the new type differs from the old type (IMessageProvider.Error instead of IMessageProvide... | resolved fixed | f7579fd | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormHeading.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-23T18:17:24Z | 2011-09-16T08:00:00Z |
357,875 | Bug 357875 Saving a perspective with a minimized part stack leaves it behind when closed | I20110914-0200 1. Minimize a part stack. 2. Save the perspective. 3. Open another perspective. 4. The previously minimized part stack is still in the trim stack. | verified fixed | 0928546 | ["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.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-23T15:11:47Z | 2011-09-15T20:53:20Z |
358,315 | Bug 358315 [Forms] Graphics disposed in form editor due to redraw of disabled image | It appears that since 3.7 Forms is disposing of an image it later tries to repaint. We have a special task editor with an image appearing on-hover. If one hovers once, then submits the editor, immediatelya graphic is disposed exception is thrown. Further investigation showed that the disabled image is getting disposed,... | resolved fixed | 1aa0e41 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ImageHyperlink.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2011-09-22T18:25:49Z | 2011-09-20T23:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.