KB928365 breaks Validators in Safari

Last post 10-17-2007 10:48 AM by Hulz. 1 replies.

Sort Posts:

  • KB928365 breaks Validators in Safari

    09-12-2007, 2:41 PM
    • Member
      point Member
    • smolyn
    • Member since 09-12-2007, 6:38 PM
    • Posts 1
    Hi, has anyone noticed some strange behaviours with the Validators after the KB928365 update from Microsoft? It appears it has broken the client-side Validators for Safari. Everything works fine in other browsers, and even works fine in Safari when the User Agent is changed to something like IE 7. However, when it's set to Safari they fail to run! Should this be logged somewhere as a bug in ASP.NET Ajax? -greg
  • Re: KB928365 breaks Validators in Safari

    10-17-2007, 10:48 AM
    • Member
      2 point Member
    • Hulz
    • Member since 10-17-2007, 4:10 AM
    • Posts 2

    Hi Greg,

    KB928365 contains an update for the validators but it's not in the release notes. We had a problem with one of our validations that is now fixed with this release.

    In an update panel, after the initial page load, we've multiple textboxes which are hooked up to one validator with the function 'ValidatorHookupControlID'.
    When an ajax postback is triggered, some of the textboxes are removed, but the validators array still contains the removed controls. So when you want to go the next page, it want's to validate all the controls, but some are gone. So you get a 'not defined' JavaScript error.

    Greets.

Page 1 of 1 (2 items)