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

[Glimmer2] Port <input> tests to ember-glimmer #13222

Closed
wants to merge 1 commit into from

Conversation

paddyobrien
Copy link

Relates to #13127

Port over input element tests. There are two cases that fail in glimmer which I've marked as @htmlbars.

Both failures look to be caused by missing camelization. i.e. tabindex is the html attribute, but the HTMLInputElement property is tabIndex

@GavinJoyce
Copy link
Member

@paddyobrien perhaps you could add a comment to each test which has been moved/deleted as suggested in 'the process' section? This makes it easier for the reviewer. Here's an example from one of my recent PRs.

this.runAttributeTest('name', ['nam', 'name']);
}

['@htmlbars input maxlength attribute']() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

htmlbars only because there seems to be a camel casing issue between maxLength and maxlength

@locks locks added the Glimmer2 label Apr 19, 2016
chadhietala added a commit to chadhietala/ember.js that referenced this pull request Apr 26, 2016
@homu
Copy link
Contributor

homu commented Apr 26, 2016

☔ The latest upstream changes (presumably #13392) made this pull request unmergeable. Please resolve the merge conflicts.

@chadhietala
Copy link
Contributor

Merged as part of #13392. Thanks!

toddjordan pushed a commit to toddjordan/ember.js that referenced this pull request Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants