bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

polyfill does not work in google earth internal browser #20

Closed bboyle closed 9 years ago

bboyle commented 9 years ago

Google Earth has an internal browser that has unknown capabilities.

It has been reported that required radio buttons prevent form submission. Unsure why.

Required field tests report some issues. (To check the tests in google earth, add them as a link and then click the link to open the internal browser.)

bboyle commented 9 years ago

Suggestion:

bboyle commented 9 years ago

Failing when radio button is missing @required (but required is specified on another radio button in the group).

bboyle commented 9 years ago

Script was not failing. The presence of other errors in the form leaves the radio button marked as required, thus causing the google earth bug. This was being picked up and displayed in the UI. Needs a different solution.

bboyle commented 9 years ago

bug with polyfill: #23