Hi all,

Thanks for webcomponents.js, I think it's a great step towards better web 
applications !

I've just noticed that webcomponents.js wraps document.querySelectorAll in 
Firefox (only tested in version 38.0a2). I don't know if that's intended 
but one consequence is that jQuery thinks firefox has no native support for 
document.querySelectorAll. The way jQuery tests that is:

var rnative = /^[^{]+\{\s*\[native \w/;
// then 
rnative.test(document.querySelectorAll);

I found that trying to use $('body /deep/ div') which worked well on chrome 
and FF, but not in FF with webcomponents.js included.

I've made 2 js fiddles to expose the problem: 

- without webcomponents.js: http://jsfiddle.net/vL8hwkhm/ 
- with webcomponents.js: http://jsfiddle.net/6z9ubjze/3/

Is this expected ?

Cheers,
Adrien.

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/15826790-2d96-4fb8-8cb2-9941497e664b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to