devspace / devspace-user-requests

:rocket: Stay up to date with what's happening now on GitHub
https://devspace.io
164 stars 4 forks source link

Form validation not working on Webkit #83

Open bluemix opened 8 years ago

bluemix commented 8 years ago

I added a user addyosmani, with a space at the beginning, and didn't show the news about it at the column. Worked when trimming the user name.

Thanks for this awesome site :)

zenorocha commented 8 years ago

Hmmm, you should have seen a validation message. What browser and OS are you using?

bluemix commented 8 years ago

I am using Safari version 9.0.3 (11601.4.4) and Mac OS X 10.11.3 (15D21)

zenorocha commented 8 years ago

Got it, I'm using HTML5 form validation and Webkit does not support it.

http://caniuse.com/#search=validation

I'll have to replace that.

Thanks for sharing @bluemix!

bluemix commented 8 years ago

Glad that i helped You welcome :)