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

HTML5 Input types in IE 6 / 7 #26

Closed
arian opened this issue Feb 18, 2011 · 3 comments
Closed

HTML5 Input types in IE 6 / 7 #26

arian opened this issue Feb 18, 2011 · 3 comments

Comments

@arian
Copy link
Member

arian commented Feb 18, 2011

Something like

Slick.find(document, 'input[type="search"]'); 

does not work in IE 6 or 7.

See jsfiddle: http://jsfiddle.net/TZLTX/3/
Also see this Sizzle bug: http://bugs.jquery.com/ticket/8039

@arian
Copy link
Member Author

arian commented Feb 18, 2011

When using

Slick.defineAttributeGetter('type', function(){
    return this.getAttribute('type');
});

first, it does work, so node.getAttributeNode.nodeValue doesn't seem to return the correct value...

@arian
Copy link
Member Author

arian commented Feb 18, 2011

Hope this can fix it: arian@df0241e8744ea644

Edit: I tried to run the specs in IE, but all I got were a lot of errors...

@arian
Copy link
Member Author

arian commented Feb 19, 2011

Closed by ed9de97 - Make sure new HTML5 input types (like search) work in IE6/7

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant