id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 48030,HTML5 input types are not being reset when submitting the addtag form,stevegrunwell,davidbaumwald,"The `addtag` form on `wp-admin/edit-tags.php` automatically clears the new term's name, slug, and description field but will *not* clear any visible inputs beyond `input[type=""text""]` and `textarea`. The offending bit of code is in `js/_enqueues/admin/tags.js`: {{{ $('input[type=""text""]:visible, textarea:visible', form).val(''); }}} If we broaden the scope a bit, we can hit all visible inputs but still exclude checkboxes + radios.",defect (bug),closed,normal,6.0,Taxonomy,,minor,fixed,needs-testing has-patch,,"ui, javascript, administration"