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.
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!
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
Please login first to submit.