I experience issue with Label Control - problem with decimal point
Steps to reproduce:
- Create a new form and put a LabelControl on it.
- On Form_Load do following:
{
labelControl1.AllowHtmlString = true;
labelControl1.Text = "<size=20>MSFT Bid: <href=Bid>.51</href> Ask: <href=Ask>53.31</href></size>";
} - Run the application
- Note that Ask price is fully clickable , but on Bid price only the decimal point is clickable.
Why any number like ".XX" causes that strange behavior while regular numbers never do?
(see attachment screen shots)
Clickable area is a text and label should not be sensitive to the text format under a link, isn't it?
Please help to resolve.
Thanks!
Hi Tigran,
I have reproduced this issue and passed this ticket to our developers for further research. We will inform you of our results once we have any. Please stay tuned.
Thank you. I will be waiting for it.
Refreshing this topic since there was no reply for two weeks.
Hi Tigran,
We are still researching the issue. We will update this ticket once we have any results.
When you deliver hot fix please make sure you fix it for other character as well.
I noticed the same incorrect behavior if instead of ".51" in my example you have "#51", "%51" and there could be more.
Thank you!
Hi Tigran,
I have tested our last daily build and LabelControl shows the correct behavior with # and % symbols. If you notice incorrect behavior with any other special characters, please let us know.
Great. Than I wait when I get that hot fix. I suppose I'll be e-notified since I requested it, correct?
Yes, sure. We will send you a notification once a hotfix is available.