Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input element required attribute bug in Firefox #158

Closed
cory-tanner opened this issue May 12, 2017 · 3 comments
Closed

Input element required attribute bug in Firefox #158

cory-tanner opened this issue May 12, 2017 · 3 comments
Assignees
Labels

Comments

@cory-tanner
Copy link

Example of <input> element when you first land on the page and Firefox jumping the gun on validation.
screen shot 2017-05-12 at 11 46 48 am

Looks like the page is being fed required="" on <input> fields and firefox doesn't know how to handle that. If Firefox is fed required only the issue should be resolved. required="true" will work as well but required falls in line with html5 spec.

As a side note, <select> fields behave correctly with validation and will only apply an outline after the form is submitted.

@eshtadc
Copy link

eshtadc commented May 12, 2017

This appears to be due to how Ember is applying the attributeBindings and a special case for "required". Looks like the issue is being tracked here: emberjs/ember.js#14737

@eshtadc
Copy link

eshtadc commented May 12, 2017

Additionally this doesn't appear to be related to required="". You can test this by just rendering <input type="text" name="testme" required=""> in Firefox and seeing that the validation does not render until there has been a focusout change.

@ghost
Copy link

ghost commented Jan 11, 2018

I'm closing this issue due to the fact that we have deprecated this addon. Check the README for more info.

@ghost ghost closed this as completed Jan 11, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants