| Summary: | Editor area may disappear after dragging a view into it | ||
|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | Remy Suen <remy.suen> |
| Component: | UI | Assignee: | Project Inbox <e4.ui-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 321864 | ||
|
Description
Remy Suen
Whoa, this is still there even with the new 'area' in place...and the MArea does *not* come back when you re-open an file... (In reply to comment #1) > Whoa, this is still there even with the new 'area' in place...and the MArea > does *not* come back when you re-open an file... It comes back now but I get an NPE. If I open the 'Problems' view first there doesn't seem to be a problem. java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.getParentWithContext(PartServiceImpl.java:227) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.internalFixContext(PartServiceImpl.java:275) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:251) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:771) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:824) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2205) at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:2172) at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:2154) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2150) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2134) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2125) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651) Cannot reproduce with I20110617-1015 on Windows XP. |