View Issue Details

IDProjectCategoryView StatusLast Update
0002981JEDI VCL00 JVCL Componentspublic2005-05-21 16:43
ReporteranonymousAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0002981: JvPanel not changing main color when mouse is hoovering over it.
DescriptionThe problem is that the color of the panel cannot be changed while the
mouse is hoovering over it. If you for exampel make the panel red at
designtime, with yellow hot-color, and at runtime try to change its
color while the mouse is above it (for example, by changing it on a
OnClick event), the color is changed, but when the mouse leaves the
panel, the old color is restored.

If you call "Panel.Color:=clBlue" when the mouse of above the panel, the color gets switched back when the mouse leaves. If the statement is called while the mouse is not hoovering, it works fine.
Additional InformationMaking the panel invisible before changing the color, och making it disabled, doesn't help.
TagsNo tags attached.

Activities

AHUser

2005-05-21 16:43

developer   ~0007297

Fixed in CVS.

Issue History

Date Modified Username Field Change
2005-05-21 16:19 anonymous New Issue
2005-05-21 16:43 AHUser Status new => resolved
2005-05-21 16:43 AHUser Resolution open => fixed
2005-05-21 16:43 AHUser Assigned To => AHUser
2005-05-21 16:43 AHUser Note Added: 0007297