I have an application and I am using Twipsy plugin from Twitter Bootstrap to show validation messages on the client side…
If there is an error, there is a nice twipsy tooltip. But if the user corrects the input field, the twipsy error message is not going away in Firefox and Chrome. It goes away in IE 9.
What is the problem?
Here is the url of the project : http://4aab82026a744a638d04d47f8b428217.cloudapp.net/
If you click on signup without entering the zip, it shows the message.
Same can be observed in the second signup page after entering zip code.
Disable any acceleration mechanisms, i.e. CloudFlare, then delete the DOCTYPE; reload and see if it works; if it does replace your DOCTYPE data with the following:
This should resolve Bootstrap based errors with Chrome.