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 |
|---|---|---|---|---|---|---|---|---|---|---|
330 | 376,102 | Bug 376102 [CSS] FileNotFoundException starting target workspace | Version: 4.2.0 Build id: I20120321-0610 + latest code from master I get two of these exceptions each time I start a target workspace: java.io.FileNotFoundException: .\win7.PNG (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.jav... | 2012-04-04 12:11:59 | 1,333,560,000 | verified fixed | 8fdb50a | 1,335,500,000 | bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/ResourcesLocatorManager.java | Eclipse_Platform_UI |
331 | 377,837 | Bug 377837 NPE on CTF tab switch | I seem occasional NPEs when switching tabs to an as-yet unopened part: if (item != null) { MUIElement ele = (MUIElement) item.getData(OWNING_ME); if (ele.getParent().getSelectedElement() == ele) { Control ctrl = (Control) ele.getWidget(); ctrl.setFocus(); } } Checking that ctrl != null avoids the issue. java.lang.NullP... | 2012-04-26 17:50:26 | 1,335,480,000 | verified fixed | e503bef | 1,335,480,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
332 | 375,771 | Bug 375771 Some bundleentry: iconURIs are not being rewritten in more durable platform:/plugin-style | Wondows 4.2M6 Modeling EPP + extras I'm getting about one java.io.FileNotFoundException: /icons/elcl16/focus.gif error per second. Just occasionally I also get Unhandled event loop exception. If I try to close the Error Log view to look at the Problem View I get Blocked recursive attempt to activate part. If I restart ... | 2012-03-31 08:59:30 | 1,333,200,000 | verified fixed | 67af8b7 | 1,335,480,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
333 | 376,441 | Bug 376441 [Compatibility] IEvaluationService.requestEvaluation() does not call property tester as it used to | null | 2012-04-10 16:18:45 | 1,334,090,000 | verified fixed | b026613 | 1,335,470,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/EvaluationService.java | Eclipse_Platform_UI |
334 | 377,769 | Bug 377769 Stray part menu shown after dismissing part's context menu | I've sometimes encountered a case where, after having dismissed a context menu, a new menu pops up corresponding to the part's menu (e.g., with "Close"). I rarely see this in my outer, but often see it in an inner. Steps: 1. With multiple monitors, place a window out of the main window 2. Right-click in a part to bring... | 2012-04-26 10:16:30 | 1,335,450,000 | verified fixed | cd036a0 | 1,335,470,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
335 | 377,798 | Bug 377798 ResourceHandler#getLastApplictionModification() doesn't work for platform:/plugin/org.eclipse.platform/LegacyIDE.e4xmi | ResourceHandler's getLastApplicationModification() masks an NPE and doesn't properly fetch the last modification time of the Platform SDK's e4xmi file (platform:/plugin/org.eclipse.platform/LegacyIDE.e4xmi). The method uses Bundle#getResource() to resolve the .e4xmi file. But getResource() uses the bundle's classpath (... | 2012-04-26 13:00:24 | 1,335,460,000 | verified fixed | 6e457cd | 1,335,460,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java | Eclipse_Platform_UI |
336 | 377,751 | Bug 377751 [Compatibility] NPE in Command.executeWithChecks | null | 2012-04-26 08:47:37 | 1,335,440,000 | verified fixed | 92466b5 | 1,335,450,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java | Eclipse_Platform_UI |
337 | 376,332 | Bug 376332 [patch] NPE in org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.hideChild | null | 2012-04-09 12:36:02 | 1,333,990,000 | verified fixed | 7388af2 | 1,335,360,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
338 | 377,559 | Bug 377559 menuContribution not working in Juno, but works fine in Eclipse 3.7 | Build Identifier: Version: Juno Release Build id: 20120322-1740 I'm using the menuContribution element of the org.eclipse.ui.menus extension to contribute an action to the Show in menu item. This extension work fine in Eclipse 3.7, but in Eclipse 4.2 the action doesn't come up at all. Attached to the defect is a zip fi... | 2012-04-24 13:22:20 | 1,335,290,000 | verified fixed | 78badb9 | 1,335,290,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInMenu.java | Eclipse_Platform_UI |
339 | 374,553 | Bug 374553 Part ToolBar is not re-rendered correctly when a ToolItem is hidden | Build Identifier: I20120314-2200 When hiding a tool item the toolbar is not rendered correctly. In my example there are two tool items and the part menu. When I hide ToolItem 2 the part menu moves to the left next to ToolItem 1. There is a bunch of space between the part menu and the edge of the part. I would have expe... | 2012-03-16 15:52:54 | 1,331,930,000 | verified fixed | c7951b5 | 1,335,290,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
340 | 352,380 | Bug 352380 [Compatibility] Empty 'Team' menu shows up in context menus | The 'Team' submenu is present albeit with no items in 4.x. This doesn't seem to happen in 3.x. | 2011-07-18 14:40:07 | 1,311,010,000 | verified fixed | f462593 | 1,334,940,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
341 | 348,720 | Bug 348720 [DND] Splitting self in shared area causes an SWTException | null | 2011-06-08 08:42:25 | 1,307,540,000 | verified fixed | 1b5674f | 1,334,850,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java | Eclipse_Platform_UI |
342 | 376,269 | Bug 376269 Editor Mapping Lookup in EditorRegistry assume file extension is not empty | Build Identifier: M20120208-0800 Some background: We have an existing editor associated to the file names BUILD and BUILD.test. We are currently re-writing this editor. Until this new editor has all the features of the existing/old one, we are allowing our users to use both, for testing purposes. The problem is that wh... | 2012-04-06 20:16:04 | 1,333,760,000 | verified fixed | 6a3c287 | 1,334,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java | Eclipse_Platform_UI |
343 | 377,031 | Bug 377031 Empty/broken workbench.xmi file makes workspace unusable | While working on another bug I've got into a state where workbench.xmi file became empty. I could not duplicate that, I'd guess that there was either an exception on shutdown or I killed Eclipse instance while save was in progress. At any rate, it turned out that having empty workbench.xmi file renders workspace unusab... | 2012-04-17 16:48:48 | 1,334,700,000 | verified fixed | fdf4db7 | 1,334,700,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java | Eclipse_Platform_UI |
344 | 356,209 | Bug 356209 [Compatibility] HandlerUtil.getActiveShell gives me always the parent (Workbench) Shell | Build Identifier: 4.1 If I open a Dialog and hit a key binding I never get the Dialog's Shell. Reproducible: Always | 2011-08-30 10:31:45 | 1,314,710,000 | verified fixed | 0c2287b | 1,334,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java | Eclipse_Platform_UI |
345 | 355,763 | Bug 355763 Provide tag which prohibits a PartStack to collapse when empty | null | 2011-08-24 16:32:09 | 1,314,220,000 | verified fixed | e6b7de2 | 1,334,330,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/src/org/eclipse/e4/ui/workbench/IPresentationEngine.java | Eclipse_Platform_UI |
346 | 374,483 | Bug 374483 [Compatibility] NPE while Debug is trying to switch perspectives with a dead perspective around | I opened a workspace that seemed to have a perspective from another plug-in so it could not be rendered correctly. It was not the one I currently had opened and when I tried to debug something, Debug tried to switch perspectives for me but it failed with an NPE. Manually going 'Window > Open Perspective > Debug' worked... | 2012-03-16 08:34:32 | 1,331,900,000 | verified fixed | 0e62440 | 1,334,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
347 | 376,155 | Bug 376155 Remove dummy toolbar for fullscreen support in Lion | null | 2012-04-05 05:39:59 | 1,333,620,000 | resolved fixed | fdd96b0 | 1,334,250,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java | Eclipse_Platform_UI |
348 | 376,253 | Bug 376253 Handler with no command NPEs in E4Workbench.processHierarchy | If i put two Handlers to a TrimmedWindow and use only of it (attribut commandId of one of the both handlers isn't used) i get following error: !ENTRY org.eclipse.e4.ui.workbench 4 0 2012-04-06 15:04:44.918 !MESSAGE Exception occurred while rendering: org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@c... | 2012-04-06 09:26:33 | 1,333,720,000 | verified fixed | e2428b0 | 1,334,150,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java | Eclipse_Platform_UI |
349 | 364,950 | Bug 364950 Workbench is not mirrored correctly when using "nl" option | null | 2011-11-28 08:29:01 | 1,322,490,000 | verified fixed | 7c7397b | 1,334,080,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/WorkbenchPlugin.java | Eclipse_Platform_UI |
350 | 376,329 | Bug 376329 Arrow keys in quick access dialog also move carat in search box | null | 2012-04-09 12:14:40 | 1,333,990,000 | verified fixed | 5945872 | 1,334,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java | Eclipse_Platform_UI |
351 | 376,374 | Bug 376374 List of Open editors is not in alphabetical order | null | 2012-04-10 01:22:47 | 1,334,040,000 | verified fixed | f284f9b | 1,334,080,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/BasicPartList.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
352 | 374,058 | Bug 374058 Quick Access drop-down list is overly wide | null | 2012-03-13 07:01:44 | 1,331,640,000 | verified fixed | 6dc7688 | 1,334,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java | Eclipse_Platform_UI |
353 | 370,119 | Bug 370119 Old welcome support appears when the "new" intro is defined | Build Identifier: M20110909-1335 Hi, In Eclipse Indigo 3.7, selecting Help/Welcome is opening WelcomeEditor instead of Eclipse WelcomePage. This could be detected only when any of the eclipse plugins have a WelcomePage(Welcome.xml) defined in plugin properties(about.ini). In Eclipse Helios(3.6) this problem is not pres... | 2012-01-30 07:45:22 | 1,327,930,000 | verified fixed | d8f9b6b | 1,333,550,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
354 | 374,795 | Bug 374795 Open Element dialog (CDT) has text field disabled in 3.8M6 | Using I20120314-1800 (M6) and N20120309-2000 1. With CDT installed and a CDT project (Hello world is OK), open the Open Element dialog (Ctrl+shift+t) with no text selected in the editor. 2. The text field where the element name should be entered is disabled This works correctly in I20120228-0800 with the same version o... | 2012-03-20 12:58:56 | 1,332,260,000 | verified fixed | 0752655 | 1,333,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java | Eclipse_Platform_UI |
355 | 242,144 | Bug 242144 [Progress] Progress view does not shrink | Build ID: I20080617-2000 Steps To Reproduce: Progress view doesn't shrink when there is just a few or no jobs running. I think it would be a good idea to shrink the viewport to fit. More information: | 2008-07-26 06:55:04 | 1,217,070,000 | verified fixed | 54ee97e | 1,333,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java | Eclipse_Platform_UI |
356 | 375,651 | Bug 375651 [Compatibilty] NPE on shutdown in WorkbenchPage#getPerspectiveDesc() | I've been unable to reproduce this, but I did just encounter it when running under the debugger. | 2012-03-29 13:45:17 | 1,333,040,000 | verified fixed | 5d47e94 | 1,333,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
357 | 374,952 | Bug 374952 CCE importing preference in new workspace | Version: 4.2.0 Build id: I20120321-0610 I tried importing my workspace preferences to a new workspace and got the following error in the log. Subsequent tries all worked fine (no exception) java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean at org.eclipse.e4.ui.workbench.addons.perspecti... | 2012-03-21 13:18:16 | 1,332,350,000 | verified fixed | 84aa978 | 1,332,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java | Eclipse_Platform_UI |
358 | 374,597 | Bug 374597 [Compatibility] ClassCastException when adding pure 4.x view to 3.x perspective running in compatibility mode | null | 2012-03-18 04:53:18 | 1,332,060,000 | verified fixed | d1356b9 | 1,332,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
359 | 375,264 | Bug 375264 E4 Contacts Demo's theme toolbars and menus grow after each execution | The E4 Contacts demo (org.eclipse.e4.demo.contacts) seems to have manifested new behaviour where the theme-related toolbar sections and theme menus multiply after each execution. Either this wasn't happening before or I really need to have my eyes checked! | 2012-03-24 21:15:21 | 1,332,640,000 | verified fixed | 1db853b | 1,332,770,000 | examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/ToolbarThemeProcessor.java | Eclipse_Platform_UI |
360 | 375,282 | Bug 375282 [CSS] Add support for Composite.setBackgroundMode() | The E4 Contacts demo's Help > About and Help > Preferences dialogs show a grey band (or whatever the default colour SWT.COLOR_WIDGET_BACKGROUND may be), and the buttons may also show this grey colour too. To avoid this issue requires that the shell or composite have its background-mode set to SWT.INHERIT_DEFAULT or SWT... | 2012-03-25 21:54:44 | 1,332,730,000 | resolved fixed | df1c03f | 1,332,730,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSBackgroundModePropertyHandler.java tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/ShellTest.java | Eclipse_Platform_UI |
361 | 375,271 | Bug 375271 [CSS] Deprecation warnings should be more helpful | Currently: !MESSAGE CSS property has been deprecated: simple More useful: !MESSAGE CSS property 'simple' has been deprecated: renamed as swt-simple | 2012-03-25 09:26:12 | 1,332,680,000 | resolved fixed | 0dcfa2e | 1,332,680,000 | bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/RegistryCSSPropertyHandlerProvider.java | Eclipse_Platform_UI |
362 | 375,223 | Bug 375223 [CSS] Themes can't load local or http-based resources | I used to be able to reference http: resources and local files using the url() notation, but that doesn't seem to work any more. What to do if I want my smiling mug as a background? | 2012-03-23 19:01:10 | 1,332,540,000 | verified fixed | 5d19250 | 1,332,540,000 | bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java | Eclipse_Platform_UI |
363 | 375,219 | Bug 375219 [CSS Spy] CSS values sometimes don't seem to take effect | There have been occasions where attempting to set a value using CSS Spy doesn't seem to have any effect -- the old value is returned. Seen most often when setting background-color on an element where the CSS definitions have set a background-color. | 2012-03-23 17:32:39 | 1,332,540,000 | resolved fixed | d0f56b2 | 1,332,540,000 | bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/engine/AbstractCSSEngine.java | Eclipse_Platform_UI |
364 | 375,066 | Bug 375066 [Compatibility] Show Views dialog is always empty | Build Id: I20120321-0610 Window > Show Views > Other is empty. | 2012-03-22 11:08:01 | 1,332,430,000 | verified fixed | fb23b52 | 1,332,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java | Eclipse_Platform_UI |
365 | 320,851 | Bug 320851 NPE in WorkbenchSourceProvider | I managed to get this by setting a break point very early in start up (in my case the constructor of the ModelEditor which is restored in my workbench) !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:684) at org.eclipse.swt.w... | 2010-07-25 12:36:06 | 1,280,080,000 | resolved fixed | 2580207 | 1,332,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/WorkbenchSourceProvider.java | Eclipse_Platform_UI |
366 | 361,472 | Bug 361472 [Compatibility] View action are disabled when its view is not active | The 'Breakpoints' view's 'Remove Selected Breakpoints' and 'Remove All Breakpoints' actions are disabled when the view is inactive. They enable themselves when the view becomes the active view. In 3.x they are always active. | 2011-10-19 16:14:47 | 1,319,060,000 | verified fixed | 1a449bf | 1,332,260,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/e4/compatibility/CompatibilityView.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuPersistenc... | Eclipse_Platform_UI |
367 | 374,700 | Bug 374700 Splash screen buildId misaligned | The build id shows up in random places on the splash screen depending on what OS you are running (this is caused by font differences on the platforms). The results range from the build id not being properly aligned to the build is being clipped. | 2012-03-19 17:09:51 | 1,332,190,000 | resolved fixed | 4479ffd | 1,332,190,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/splash/EclipseSplashHandler.java | Eclipse_Platform_UI |
368 | 374,534 | Bug 374534 IEventBroker instances are not actually allocated and destroyed on a per-context basis | We have several view parts that subscribe to events using the IEventBroker. I wondered why a part's subscriptions on its IEventBroker weren't being removed on part close. It turns out that the EventBrokerFactory context function does a get() rather than getLocal(). So if an event broker has been allocated in a parent, ... | 2012-03-16 13:05:10 | 1,331,920,000 | verified fixed | d7f3319 | 1,332,120,000 | bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/events/EventBrokerFactory.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/UIEventsTest.java | Eclipse_Platform_UI |
369 | 374,326 | Bug 374326 [Compatibility] ToolControl in toolbar using visibleWhen doesn't show up | null | 2012-03-14 19:19:16 | 1,331,770,000 | verified fixed | ff42387 | 1,331,940,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.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workben... | Eclipse_Platform_UI |
370 | 362,201 | Bug 362201 [Compatibility] 'Link with Selection' doesn't toggle properly in the 'Git Repositories' view | I20111025-2000 1. Open the 'Git Repositories' view. 2. Ctrl+F10 > Link with Selection 3. Ctrl+F10, the 'Link with Selection' menu item is not checked. The tool item is also not toggled. This works in 3.x. | 2011-10-27 10:12:35 | 1,319,720,000 | verified fixed | 0deafb8 | 1,331,940,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
371 | 371,546 | Bug 371546 [MinMax] Maximized state of the Editor stack is no longer maintained across perspective switches | If you have two perspective stacks open and maximize the editor area in both when you switch back to the first perspective note that the are has reverted back to it's 'restored' state... This is a regression, not really sure when it got introduced. We should look at 'tag' changes during a perspective switch in the MinM... | 2012-02-14 16:58:06 | 1,329,260,000 | verified fixed | 1d05b1e | 1,331,760,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
372 | 372,614 | Bug 372614 [Compatibility] [Intro] Welcome does not occupy full screen on window without any perspectives | null | 2012-02-26 18:56:30 | 1,330,300,000 | verified fixed | 1d21b34 | 1,331,750,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java | Eclipse_Platform_UI |
373 | 374,289 | Bug 374289 Updating toolbar images has no effect | null | 2012-03-14 13:48:35 | 1,331,750,000 | resolved fixed | bb56ee9 | 1,331,750,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
374 | 374,227 | Bug 374227 ModelAssembler doesn't set contributorURI on root-element | We are missing to set the contributorURI on the root element of a fragment contribution and so translation of those item fails. | 2012-03-14 09:05:30 | 1,331,730,000 | resolved fixed | 5672257 | 1,331,730,000 | 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 |
375 | 374,021 | Bug 374021 [Compatibility] Window > New Window from window with no perspective fails | 1. Create a product with no default perspective; configure various actions include Window > New Window 2. Start the product: should open to an empty window with the Welcome/Intro 3. Choose Window > New Window The action will fail with a dialog saying: Problems Opening New Window: Unable to create perspective 'null'. Th... | 2012-03-12 21:20:51 | 1,331,600,000 | verified fixed | 839d029 | 1,331,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
376 | 374,001 | Bug 374001 Selecting chevron menu when containing a part without icon throws NPE | 0. Ensure you have the CSS editor support available. 1. Open a ".css" file (e.g., blue-gradient.css from org.eclipse.e4.demo.contacts). 2. Select the chevron or hit Ctrl-E to bring up the drop-down 3. See NPE. I think the problem is that the CSS file editor doesn't specify an icon as iconURI = null. java.lang.NullPoint... | 2012-03-12 15:42:28 | 1,331,580,000 | resolved fixed | 7cb23d0 | 1,331,580,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/BasicPartList.java | Eclipse_Platform_UI |
377 | 373,961 | Bug 373961 BundleTranslationProvider should support new bundleclass://-style URIs | BundleTranslationProvider assumes that the contributorURI should be of the "platform:/plugin/XXXX" style. It thus skips performing any translations when provided a "bundleclass://" URI, such as might happen for a programmtically-contributed contribution that puts a URI to the contributing class. This could be seen in t... | 2012-03-12 10:14:31 | 1,331,560,000 | resolved wontfix | c4d7f1e | 1,331,560,000 | examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java | Eclipse_Platform_UI |
378 | 354,783 | Bug 354783 [CSS] Refactor custom properties | Currently there are a number of custom properties that are contributed to help style the CTabFolder. These property names should be refactored to reflect that they are contributed and not part of the standard CSS2 selector list. The initial proposed format is: tab-renderer => -swt-tabrender unselected-tabs-color => -sw... | 2011-08-15 21:05:20 | 1,313,460,000 | verified fixed | aeacb33 | 1,331,500,000 | bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/ICSSPropertyHandlerProvider.java bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/providers/CSSPropertyHandlerLazyProviderImpl.java bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/prope... | Eclipse_Platform_UI |
379 | 348,398 | Bug 348398 Missing setFocus call on tab selection | null | 2011-06-06 10:09:19 | 1,307,370,000 | verified fixed | b3ee11e | 1,331,320,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
380 | 361,275 | Bug 361275 Perspective switcher in another workbench window will not update its tool item | 1. Window > New Window 2. Right-click on a perspective in the perspective switcher > Show Text 3. Only the active workbench window will be updated, the one behind will not. | 2011-10-18 11:59:26 | 1,318,950,000 | verified fixed | 96c1cf3 | 1,331,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java | Eclipse_Platform_UI |
381 | 370,248 | Bug 370248 Mark old Platform API for deletion | null | 2012-01-31 11:59:53 | 1,328,030,000 | resolved fixed | 65f3b42 | 1,331,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java bundles/org.eclipse.ui.workbenc... | Eclipse_Platform_UI |
382 | 361,177 | Bug 361177 CTabFolder accessibility improvements | null | 2011-10-17 14:48:25 | 1,318,880,000 | resolved fixed | cfd6608 | 1,330,980,000 | bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/CTabFolder.java | Eclipse_Platform_UI |
383 | 373,148 | Bug 373148 [Compatibility] Executions that fail do not have any exceptions thrown | At the moment, E4HandlerProxy just swallows exceptions. This means that a client using the IHS will think a handler execution has succeeded even when it actually hasn't. Minimally, we should rethrow the ExecutionException from the IHandler's execute(ExecutionEvent) method if the implementation throws one. | 2012-03-02 16:27:52 | 1,330,720,000 | verified fixed | 8f5c985 | 1,330,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/E4HandlerProxy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java | Eclipse_Platform_UI |
384 | 365,759 | Bug 365759 Key bindings imported from preferences are not always immediately applied | null | 2011-12-06 11:08:28 | 1,323,190,000 | verified fixed | cc4b027 | 1,330,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java | Eclipse_Platform_UI |
385 | 372,873 | Bug 372873 Duplicate 'Plug-in Development' entries in Customize perspective dialog | null | 2012-02-29 11:43:17 | 1,330,530,000 | resolved fixed | bb6f393 | 1,330,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java | Eclipse_Platform_UI |
386 | 372,844 | Bug 372844 5 test failures in I20120228-2200 | Broken by b2cb908e226851e81f06a7b15f0af0ed9e210a8c. java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer.createWidget(ToolBarManagerRenderer.java:280) at org.eclipse.e4.ui.menu.tests.MToolItemTest.testActionSetAddedToFile(MToolItemTest.java:116) java.lang.NullPointerExcepti... | 2012-02-29 07:54:42 | 1,330,520,000 | verified fixed | 5674d25 | 1,330,520,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java tests/org.eclipse.e4.ui.menu.tests/src/org/eclipse/e4/ui/menu/tests/TestUtil.java | Eclipse_Platform_UI |
387 | 367,314 | Bug 367314 [properties] [resource] Restore defaults does not restore the "Archive" setting | Build Identifier: The properties for any resource allow to set permissions: [] Read Only [x] Archive [] Derived That's the default. Using the "Restore Defaults" button does not always go back to this, the "Steps to Reproduce" show one way that does not work. A flow that does work is to first select all three and then h... | 2011-12-21 07:58:22 | 1,324,470,000 | resolved fixed | b5bec1b | 1,330,450,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
388 | 348,537 | Bug 348537 Add non-java package table is not selecteable when no java packages are available | Make a plug-in project Add a package with a java file Add two additional packages with an xml-file (non-java packages) in the manifest editor, runtime tab, press "Add..." and add all the java packages to Exported Packages exit the "Add..." dialog press the "Add..." button again the list is empty click the "Show non-Jav... | 2011-06-07 07:04:18 | 1,307,440,000 | verified fixed | 207cb1a | 1,330,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java | Eclipse_Platform_UI |
389 | 371,289 | Bug 371289 Add "active" context variables | In many cases in SDK we see the following pattern: RunAndTrack() { ... getActiveLeaf().get("some_name"); ... } While this works, it might be not efficient as RaT will be called on every change of the active part, regardless if the observed value of "some_name" changed. I'd like to see if we can add "active" variables t... | 2012-02-10 15:53:45 | 1,328,910,000 | verified fixed | abae1c3 | 1,330,100,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ExpressionContext.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/EvaluationService.java | Eclipse_Platform_UI |
390 | 361,672 | Bug 361672 InjectionException via NPE when starting a workspace with no perspective opened | 1) Start e4 2) Close all perspectives 3) Exit and save workpace 4) Restart e4 See InjectionEception/NPE !ENTRY org.eclipse.e4.ui.workbench 4 0 2011-10-21 11:08:28.560 !MESSAGE Unable to create class 'org.eclipse.ui.internal.StandardTrim' from bundle '92' !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.Nul... | 2011-10-21 11:10:33 | 1,319,210,000 | resolved fixed | 6f4d44e | 1,330,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/StandardTrim.java | Eclipse_Platform_UI |
391 | 350,230 | Bug 350230 Add back unique disabled icon support for ToolItems | null | 2011-06-24 06:37:02 | 1,308,910,000 | verified fixed | 3e63299 | 1,330,030,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectContributionItem.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IPr... | Eclipse_Platform_UI |
392 | 371,115 | Bug 371115 Dependency Injection should not auto-gen an object (without @Creatable annotation) | Currently if I have a non-arg constructor in an Object dependency injection will automatically create an instance and will inject this. I think this is more confusing then helpful and suggest we turn it of. | 2012-02-09 13:07:28 | 1,328,810,000 | verified fixed | 07cd6d5 | 1,330,030,000 | examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/DetailComposite.java | Eclipse_Platform_UI |
393 | 369,973 | Bug 369973 New < > tool buttons in CTabFolder need polish | The new "go left" and "go right" tools that were added to the CTabFolder recently need several accessibility and usability improvements: 1) they need to be image tool buttons instead of the strings "<" and ">". This would make them look more polished, and it would keep screen readers from saying "less" and "greater" wh... | 2012-01-27 12:03:34 | 1,327,680,000 | verified fixed | 13442be | 1,330,030,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
394 | 355,059 | Bug 355059 [Compatibility] Mylyn's activate task trim is not shown | Steps: 1. Open Mylyn/Tasks preference page 2. Select Show active task on window trim The trim is not being displayed. | 2011-08-18 07:23:28 | 1,313,670,000 | verified fixed | 8b1ee24 | 1,330,030,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarContributionRecord.java 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/C... | Eclipse_Platform_UI |
395 | 372,077 | Bug 372077 Context debug view not plumbed in properly | org.eclipse.e4.core.contexts.debug provides a nifty context debug view. But it is not accessible from the E3.x compat layer. Although it adds itself to the MApplication's part descriptors, the IViewRegistry provided to Show View dialog (org.eclipse.ui.internal.dialogs.ShowViewDialog) does not actually include the MAppl... | 2012-02-20 18:56:19 | 1,329,780,000 | verified fixed | 586f49b | 1,329,950,000 | bundles/org.eclipse.e4.core.contexts.debug/src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java bundles/org.eclipse.e4.core.contexts.debug/src/org/eclipse/e4/core/internal/contexts/debug/ui/legacy/ContextTraceLegacyView.java | Eclipse_Platform_UI |
396 | 372,240 | Bug 372240 [Compatibility] Ctrl+W closes a non-active editor | 1. Prepare a program that goes two files deep. 2. Put a breakpoint in the second file. 3. Close all opened editors. 4. Open the first file with the main method. 5. Start a debugging session. 6. From the 'Debug' view, go up the stack frame and click on the first file. 7. Ctrl+W 8. The editor behind (the second file) is ... | 2012-02-22 10:09:57 | 1,329,920,000 | verified fixed | 1354222 | 1,329,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
397 | 372,226 | Bug 372226 Installed CSS editor and Appearance page contains blank area | I've installed the CSS editor and opened the Appearance pref page. I don't seem to get any errors in my error log, but their is only a border and blank space where the editor should be. PW | 2012-02-22 08:33:05 | 1,329,920,000 | verified fixed | f960db8 | 1,329,920,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java | Eclipse_Platform_UI |
398 | 372,078 | Bug 372078 Injections during execution of MDirectMenuItem contribution object do not receive UI element | null | 2012-02-20 19:00:40 | 1,329,780,000 | resolved fixed | d9fb740 | 1,329,860,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectContributionItem.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java | Eclipse_Platform_UI |
399 | 372,152 | Bug 372152 Deprecate workbench window advisor methods for custom window creation | The following methods no longer have any effect in 4.2 and should be deprecated: WorkbenchWindowAdvisor: createWindowContents(Shell shell); createEmptyWindowContents(Composite parent); IWorkbenchWindowConfigurer public Menu createMenuBar(); public Control createCoolBarControl(Composite parent); public Control createSta... | 2012-02-21 14:18:53 | 1,329,850,000 | resolved fixed | 83c038a | 1,329,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/IWorkbenchWindowConfigurer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java | Eclipse_Platform_UI |
400 | 371,817 | Bug 371817 [Compatibility] 'Close All' stops working | Twice today I have gotten into a state where Ctrl+Shift+W doesn't do anything. The second time I was using I20120216-1110 with EGit installed. 'File > Close All' is disabled and it is still like that in a new workbench window. The only workaround I know of is to restart Eclipse. | 2012-02-16 16:16:27 | 1,329,430,000 | verified fixed | fc09fb3 | 1,329,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CloseAllHandler.java | Eclipse_Platform_UI |
401 | 371,233 | Bug 371233 UIEventPublisher does not publish changes to EMF Map values | The UIEventPublisher does not publish changes to the persited_state because in this case the notification is not coming from the MApplicationElement but the StringToStringMapImpl. | 2012-02-10 08:54:57 | 1,328,880,000 | closed fixed | 77ac244 | 1,329,510,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/UIEventPublisher.java | Eclipse_Platform_UI |
402 | 371,611 | Bug 371611 LinkageError in DynamicToolBarContributionItem can cause workbench startup to fail | null | 2012-02-15 06:32:56 | 1,329,310,000 | verified fixed | a38b53c | 1,329,490,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ControlContribution.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicInvalidControlContributionTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPluginsTestSuite.java | Eclipse_Platform_UI |
403 | 371,894 | Bug 371894 Installed CSS editor and now unable to open Appearance pref page | I installed XText from Juno and the CSS Editor from 0.12-I-builds into last night's build: I20120216-2200 org.eclipse.xtext.sdk.feature.group 2.3.0.v201201310353 org.eclipse.e4.tools.css.editor.feature.feature.group 0.12.0.v20111205-2035-17N-8s735557371759D When I go to the Preferences>General>Appearance page (to final... | 2012-02-17 09:40:20 | 1,329,490,000 | verified fixed | e7cf0bb | 1,329,490,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java | Eclipse_Platform_UI |
404 | 371,415 | Bug 371415 Infinite recursion when performing recursive copy of eclipse folders using custom FileStore implementation | The CopyFilesAndFoldersOperation has a special validateImportDestinationInternal() method to detect cases where the user copy/pastes a file tree inside itself and produces an error. However, when a custom FileStore implementation is providing the workspace resources the check fails to detect the cycle and produces an i... | 2012-02-13 14:38:17 | 1,329,160,000 | resolved fixed | 5decfae | 1,329,430,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java | Eclipse_Platform_UI |
405 | 371,816 | Bug 371816 Part that cannot be closed should not react to middle mouse clicks | If a part is not closeable or has been defined as such by the perspective, a middle mouse click should not close the part. | 2012-02-16 16:13:20 | 1,329,430,000 | verified fixed | ace4c4b | 1,329,430,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
406 | 371,100 | Bug 371100 "IllegalArgumentException: Widget has the wrong parent" if use showPart-Method on unvisible Part | Build Identifier: I20120127-1145 I have a Part, declared as unvisible, in the aplication model file "application.e4xmi" in the part i declare an Selectionlistner per DI. Example: @Inject public void setTodo(@Optional @Named(IServiceConstants.ACTIVE_SELECTION) Todo obj { ... } if i use the showPart(...)-Method from the ... | 2012-02-09 11:12:23 | 1,328,800,000 | verified fixed | feb8869 | 1,329,330,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 |
407 | 319,255 | Bug 319255 Hidden toolbar contributions appear in toolbar | SDK 4.0 - I20100707-2006. Hidden toolbar contributions appear in toolbar. 1. start with new workspace ==> New Java Project wizard toolbar icon appears but shouldn't. Looks like the 'hiddenToolBarItem' perspective extension is not honored. | 2010-07-08 07:29:57 | 1,278,590,000 | verified fixed | 53ac243 | 1,329,250,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java 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/ModeledPageLayout.java | Eclipse_Platform_UI |
408 | 371,424 | Bug 371424 WorkbenchPage#getPerspectiveStack() gets called a lot when opening&closing views | During a cycle of { open view, close view} WorkbenchPage#getPerspectiveStack() gets called about 1,000 times. This method in turn calls EModelService#findElements() which takes some time to search the model. It does not seem that the value returned by getPerspectiveStack() can change during the execution, so I'll add a... | 2012-02-13 16:02:18 | 1,329,170,000 | verified fixed | dff9570 | 1,329,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
409 | 365,753 | Bug 365753 [QuickAccess] changes focus which each arrow key causing lots of distracting flashing | 1) Open quick access 2) Type a letter to get a populated drop down. 3) Use the arrow key to scroll up and down in the drop down. The focus is constantly switching from the tree back to the search field text widget. This causes the window trim to get and loose the focus look with each key press. It is very distracting a... | 2011-12-06 10:35:56 | 1,323,190,000 | resolved fixed | 15e9461 | 1,329,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java | Eclipse_Platform_UI |
410 | 371,416 | Bug 371416 [QuickAccess] Drop down opens in wrong position | Recently released code is causing the the [QuickAccess] drop down to open in the wrong position. I talked to Eric and there was a change this morning that changed the parenting relationship of the SearchField. This is likely causing the problem. | 2012-02-13 14:39:37 | 1,329,160,000 | closed fixed | 6a9b339 | 1,329,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java | Eclipse_Platform_UI |
411 | 371,087 | Bug 371087 [EAP] No way to store UI-State like in 3.x with IMemento | The current EAP does not allow to persist the state in a way RCP 3.x allowed save the state by implementing IViewPart#saveState(). In EAP we only have @PreDestroy as a lifecycle which is not good because at this moment e.g. SWT-Widgets are already disposed and saving their state in ApplicationElement.persistedState is ... | 2012-02-09 09:31:33 | 1,328,800,000 | resolved fixed | f2a8ce2 | 1,329,150,000 | bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/PersistState.java 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 tests/org.eclipse.e4.ui.tests/src/org/ec... | Eclipse_Platform_UI |
412 | 370,808 | Bug 370808 editor right / left buttons tooltip is missing | Build Identifier: I20120127-1145 Refer to attached screenshot for more info (buttons are marked red) Reproducible: Always | 2012-02-07 06:16:12 | 1,328,610,000 | verified fixed | 1436a6a | 1,329,150,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/SWTRenderersMessages.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
413 | 224,566 | Bug 224566 [Preferences] 'Invalid preference page path' log entry should identify cause | I20080327-2251 I'm getting this log entry when I open the Preferences dialog for the first time after starting Eclipse. The error may be valid, but the log entry should tell me more about - why (id of the plug-in with the problematic contribution) and - where (stack trace) this happened. !ENTRY org.eclipse.ui 4 4 2008-... | 2008-03-28 07:22:07 | 1,206,700,000 | resolved fixed | 2a4aab0 | 1,328,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/CategorizedPageRegistryReader.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PreferencePageRegistryR... | Eclipse_Platform_UI |
414 | 371,079 | Bug 371079 Debug toolbar sticks around in I20120208-2200 | I20120208-2200 1. Window > Open Perspective > Other... > Java > OK 2. Window > New Window 3. Window > Open Perspective > Other... > Debug > OK 4. The debug toolbar is now visible. 5. Window > Open Perspective > Other... > Java > OK 6. The debug toolbar is still there. | 2012-02-09 08:46:52 | 1,328,800,000 | closed fixed | 3c1651e | 1,328,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
415 | 370,382 | Bug 370382 [CSS] CSSPropertyTabRenderer doesn't support backwards-compatible platform:/plugin | null | 2012-02-01 18:37:44 | 1,328,140,000 | resolved fixed | f7cb780 | 1,328,830,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/internal/css/swt/CSSActivator.java | Eclipse_Platform_UI |
416 | 369,560 | Bug 369560 [CSS] NoSuchMethodException reported setting keylines on non-supporting tab folders | Attempting to set a keyline property on a tab folder renderer that does not support it causes a NoSuchMethodException to be reported. This should be caught at the invokation site and instead transformed into an UnsupportedPropertyException. (The reports to the console are a bit of a nuisance.) java.lang.NoSuchMethodExc... | 2012-01-24 12:44:07 | 1,327,430,000 | resolved fixed | 8f4e03e | 1,328,830,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/cus... | Eclipse_Platform_UI |
417 | 370,748 | Bug 370748 [Compatibility] With CDT, instruction stepping mode does not work | Using eclipse-cpp-juno-M5-win32-x86_64 1. Create a hello world project 2. Build the project 3. Debug the project, it should stop at main 4. In the Debug view, in the tree, click on the thread or process, then on the Step Instruction button. Nothing happens. With 3.8M5, when the button is pressed, the button becomes ena... | 2012-02-06 12:50:59 | 1,328,550,000 | verified fixed | 6fd0c2f | 1,328,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java | Eclipse_Platform_UI |
418 | 370,471 | Bug 370471 Double-clicking on marker category crashes Eclipse | Version: 4.2.0 (happens in 3.x as well) Build id: I20120126-1300 Steps: 1. select a lot of projects in your workspace 2. open the Problems view and group the markers by 'Java Problem Type' 3. double-click a category with a lot of markers in it to expand it 4. realize that double-clicking does not expand, but instead op... | 2012-02-02 12:36:57 | 1,328,200,000 | verified fixed | 6ad021a | 1,328,640,000 | bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserViewer.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java | Eclipse_Platform_UI |
419 | 370,632 | Bug 370632 NPE when copying or moving resources linked to non-local filesystem | null | 2012-02-04 08:37:54 | 1,328,360,000 | resolved fixed | 7f5a131 | 1,328,620,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | Eclipse_Platform_UI |
420 | 344,580 | Bug 344580 E4Application has a 'upgradeToMArea_M3' method that should likely go away | This appears to be some interim code used to smooth the transition of folks from M2 to M3 but shouldn't be needed now IMO... | 2011-05-03 10:12:09 | 1,304,430,000 | resolved fixed | 4f0e1d8 | 1,328,540,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java | Eclipse_Platform_UI |
421 | 369,730 | Bug 369730 [Compatibility] Crashed view doesn't have an 'X' button | null | 2012-01-25 14:43:24 | 1,327,520,000 | verified fixed | f42115e | 1,328,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java | Eclipse_Platform_UI |
422 | 370,026 | Bug 370026 NPE in PartActivationHistory.activate() in almost fresh 4.2M5 | I've seen some similar stack traces but couldn't identify any clear duplicate, so here it comes: Freshly installed Eclipse SDK 4.2 M5 Added some more stuff: Object Teams, EGit, Mylyn (assorted) Restart and immediately get this NPE (reported via an InjectionException): java.lang.NullPointerException at org.eclipse.e4.ui... | 2012-01-27 18:25:02 | 1,327,710,000 | verified fixed | f563078 | 1,328,280,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/EPartServiceTest.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java tests/org.eclipse.e4.... | Eclipse_Platform_UI |
423 | 369,831 | Bug 369831 Minimized shared area magically comes back | 1. Minimize the shared area (with nothing in it). 2. Close the 'Outline' view. 3. The shared area is now restored. | 2012-01-26 11:36:33 | 1,327,600,000 | verified fixed | aaccdef | 1,328,210,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java | Eclipse_Platform_UI |
424 | 370,448 | Bug 370448 Perspective switcher leaks images | The PerspectiveSwitcher calls createImage(*) on a descriptor and does not dispose of the returned image correctly. As a result, one image is leaked for every opened and closed perspective. | 2012-02-02 10:12:37 | 1,328,200,000 | verified fixed | 5c04519 | 1,328,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/PerspectiveSwitcher.java | Eclipse_Platform_UI |
425 | 370,337 | Bug 370337 An IContributionManagerOverrides's getVisible(*) method is called 2k-10k times | null | 2012-02-01 10:20:01 | 1,328,110,000 | verified fixed | 990da1f | 1,328,190,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workben... | Eclipse_Platform_UI |
426 | 370,214 | Bug 370214 Throw Exception in @PostContruct leads to org.eclipse.e4.core.di.InjectionException: Unable to process "WorkbenchStatusReporter.shellProvider" | If I throw an UnsupportedOperationException in @PostContruct I get the following error: org.eclipse.e4.core.di.InjectionException: Unable to process "WorkbenchStatusReporter.shellProvider": This is really bad as it makes it very hard to find the cause of the problem. Here is the example: @PostConstruct public void crea... | 2012-01-31 08:19:33 | 1,328,020,000 | verified fixed | f876fca | 1,328,110,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchStatusReporter.java | Eclipse_Platform_UI |
427 | 370,219 | Bug 370219 Selection service could use an ability to pause dependency recording | Some Run-and-Tracks might benefit from an ability to stop & resume dependency recording, for instance, when calling 3rd party code such as listeners. In particular, selection service uses async calls to work around this issue which changes expected behavior. I'll add the following methods to RunAndTrack: pauseRecording... | 2012-01-31 09:48:52 | 1,328,020,000 | verified fixed | 435a105 | 1,328,020,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/UITest.java | Eclipse_Platform_UI |
428 | 365,597 | Bug 365597 View pane not closing when part is closed | I20111201 (4.2) If I close a view below the editor, the view pane sticks around. This seems to be a painting problem - if I minimize/restore the window it disappears. This has been consistently reproducible so far today... | 2011-12-05 09:26:20 | 1,323,100,000 | verified fixed | aaa101d | 1,328,020,000 | bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextContextService.java | Eclipse_Platform_UI |
429 | 366,174 | Bug 366174 PresentationUtil is not in Juno 4.2 | Hi, could you provide the class PresentationUtil in Juno 4.2 or do you provide another class to replace it? We use PresentationUtil.addDragListener and PresentationUtil.removeListener. Regards, -- Vincent Lorenzo | 2011-12-09 06:05:26 | 1,323,430,000 | verified fixed | 181997f | 1,328,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.