Completed
Last Updated: 12 Oct 2022 07:26 by ADMIN
Release 3.7.0 (09 Nov 2022)
Rob
Created on: 06 Apr 2022 09:07
Category: ValidationTooltip
Type: Bug Report
4
ValidationTooltip causes a "null" browser tooltip after validation failure is cleared

When I use a ValidationTooltip with an InputNumber, a "null" browser tooltip appears when the value becomes valid.

This doesn't happen with Telerik components, for example the TelerikNumericTextBox. Here is a test page -

https://blazorrepl.telerik.com/GQuIaAEV30BmQNoM13

 

2 comments
Chris Johnson
Posted on: 30 Aug 2022 09:49
This behaviour is also seen if have a regular TelerikTooltip and you conditionally apply it to an element (by having the <TelerikTooltip> element within an @if). If the condition for the tooltip to appear applies but then ceases to apply, if you mouse over the element that it had applied to, you see a little tooltip that says "null".
Shaun
Posted on: 18 Jul 2022 19:12
Same Issues