Ticket #570 (closed defect: fixed)
Opened 2011-06-07T11:52:37-05:00
Last modified 2011-07-22T13:32:09-05:00
Test: make sure that firing of SwingOverlayView::figureRemoved() removes view
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
SwingOverlayView::figureRemoved() was fixed to attempt to delete the display's view. A call was added to display.removeView(SwingOverlayView.this). Initial testing seems okay. Test more thoroughly that views are actually getting deleted correctly.
Change History
comment:1 Changed 2011-07-22T13:32:09-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
I have not been able to find any bad ramifications. After looking at this more the code is straightforward and I believe it is working. Closing.