On Sat, Apr 12, 2008 at 11:31 PM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > I had tried this almost 5 days ago I think. The problem is that there is a > bug > in TLabel where it does not fire the MouseUp event if you MouseDown and then > move the cursor away from the TLabel before letting go of the mouse.
Where is the link for the bug report? Also, this doesn't look like a bug to me, but rather a standard behavior. Just try any software out there. Clicking, moving the mouse out and releasing indicates that the user gave up clicking in the object, so a button, for example, wouldn't be activated by that. The same for clicking a label. -- Felipe Monteiro de Carvalho _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
