View Issue Details

IDProjectCategoryView StatusLast Update
0001355JEDI VCL00 JVCL Componentspublic2004-03-09 02:47
ReporteranonymousAssigned ToAHUser 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001355: JvStausBar with Controls on Panels deleted crashes IDE
DescriptionIf a JvStatusBar is deleted while there are *Controls* on its Panels then the Delphi IDE crashes and cannot be terminated. So IMO it would be wise to provide some precaution in the JvStatusBar: Either showing up a warning message or destroying the controls on the Panels *BEFORE* the JvStatusBar gets destroyed.
Additional InformationReported by: peter-panino-nobot@aon.at (remove -nobot)
TagsNo tags attached.

Activities

AHUser

2004-02-23 03:42

developer   ~0003006

The TJvStatusPanel is missing a destructor that sets Controls:=nil. Without this assignment the FreeNotification is still alive but the JvStatusPanel does not exist anymore.

AHUser

2004-02-23 03:43

developer   ~0003007

fixed

Issue History

Date Modified Username Field Change
2004-02-22 15:29 anonymous New Issue
2004-02-23 03:42 AHUser Note Added: 0003006
2004-02-23 03:43 AHUser Status new => resolved
2004-02-23 03:43 AHUser Resolution open => fixed
2004-02-23 03:43 AHUser Assigned To => AHUser
2004-02-23 03:43 AHUser Note Added: 0003007
2004-03-09 02:47 user72 Status resolved => closed