justintadlock / butterbean

A neat little post meta framework.
GNU General Public License v2.0
204 stars 31 forks source link

Inputs browser validation issue #44

Open ihdk opened 4 years ago

ihdk commented 4 years ago

Hello, is there any way to make inputs validation working properly? The problem is with browser validation for text input types "url" and "email".

Steps to reproduce problem: 1) create at least two tabs with settings. 2) insert text input with "email" or "url" type in one tab. 3) type incorrect email address or incorrect website link into input 4) switch to another tab with settings so the email or url input are hidden in closed tab 5) try to save post settings, nothing happen, WordPress doesn't allow you to save post and user doesn't see what happen, because notification about wrong email address or website link isn't displayed for input which is already hidden in closed tab.

Thanks, Ivan.