View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002939 | JEDI VCL | 00 JVCL Components | public | 2005-05-08 09:42 | 2005-05-09 03:14 |
Reporter | messenjah | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002939: jvHTLabel does not update link colors when mouse leaves | ||||
Description | I have a HTLabel with 2 links. If i put the mouse on 1 link, it turns red. If i now move the mouse very quickly, off the htlabel, the link stays red, while it should turn blue | ||||
Additional Information | This problem arises because no WM_MOUSEMOVE is sent to HTLabel. I propose adding this to TJvCustomHTLabel definition: procedure MouseLeave(AControl: TControl); Override; with this as implementation procedure TJvCustomHTLabel.MouseLeave(AControl: TControl); begin invalidate; inherited; end; | ||||
Tags | No tags attached. | ||||