LinkLabel Click event not firing

Answered
1
0

Hello,

I think I have found a bug in Wisej 3.2.0: whether I click clear text or link area on LinkLabel control, its “Click” event is not fired.
It was working well on Wisej 3.1.6, ran into this issue after version upgrade.

Please take a look at the attached sample.

Attachment
  • You must to post comments
Great Answer
1
0

Fixed as of 3.2.1.preview.0

If you want the action to fire when clicking on both the link and the regular text, use the MouseDown event. (I believe this is what you want?)

If you want the action to fire ONLY on the regular text (not the link text), use the Click event.

If you want the action to fire ONLY on the link text, use the LinkClicked event.

Hope this helps!

  • You must to post comments
0
0

Thanks for bringing this to our attention. We’ve tested your sample and can replicate the behavior you describe. We’ll let you know when there is a fix.
-Julie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.