Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 1/16/2013
For: Version 1.01 Build 5
# 3770 OnMouseEnter and OnMouseLeave Events Not Firing Properly for the TPanel Control

It seem, that the OnMouseEnter and OnMouseLeave events of TPanel don't work any more. With the following code, sometimes the color changes, sometimes not.

procedure THauptForm.Panel1MouseEnter(Sender: TObject);
begin
  TPanel(sender).color := clAntiqueWhite;
end;

procedure THauptForm.Panel1MouseLeave(Sender: TObject);
begin
  TPanel(sender).color := clWhite;
end;



Resolution Resolution
Fixed Problem on 2/20/2013 in version 1.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image