This is a migrated thread and some comments may be shown as answers.

"url" validation rule works only under IE KendoValidator

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 16 Jul 2012, 10:08 AM
I am using some of the default rules of Kendo validator plugin. Everyting works as expected except for the url rule. It works only under Internet explorer. I tested it under Chrome, Mozilla Firefox and Opera and it does not trigger the error message when I enter an invalid url. Here is some sample code of my application:

<tr>
      <td><label for="firstEndSplashLink">First End Splash Link:</label></td>
      <td><input type="url" name="firstEndSplashLink" id="firstEndSplashLink"  data-bind = "value: FirstEndSplashLink" />
      <span class="k-invalid-msg" data-for="firstEndSplashLink"></span></td>
</tr>

Am I doing everything correct?

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 16 Jul 2012, 01:23 PM
Hi Martin,

Unfortunately, I'm unable to observe such behavior locally. Please take a look at this short video which captures the behavior of a test page which tries to recreate the scenario you have described.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Martin
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or