| Summary: | Hover component on an empty RCPView results in NPE | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Srimanth <sgunturi> |
| Component: | VE | Assignee: | Srimanth <sgunturi> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Srimanth
The same thing happens when you drop a JSplitPane on an empty file. So might not be RCP related. No recreatable testcase. Moving to 1.2 Sri, please verify still a problem. If not please close. This is a duplicate of GEF bug 77941. The problem was that FlowPage was being added to the feedback layer, and a setsize() was being done on it. setsize() adds the flowpage to the update manager. before the update manager could process, we remove the flowpage from the feedback layer. Because of which NPE occurs when laying out flowpage as not parent is available to get Font. According to bug 77941, flowpage (which added itself to update manager on setsize) will remove itself from the update manager whenever it realizes it is being removed. This was released in GEF 3.1.1 which VE hasnt caught up to. *** This bug has been marked as a duplicate of 77941 *** closing |