Eric Bidelman

Results 306 comments of Eric Bidelman

Running them myself, it looks like there are errors. I can help get that working again. Mind just adding a test for yourself?

TBH, I'm not sure about this change. Generally, hacking around timing issues like this means there's an underlying problem that needs to be addressed. In this case, #286 is using...

I believe this is related to https://github.com/GoogleWebComponents/google-map/issues/168. Namely, data binding does not work properly in the marker's info window. That's because, currently, the info window uses the imperative Maps API...

This is trivial to do without a fullscreen property: ``` fullscreen function playFullscreen () { var video = document.querySelector('google-youtube'); var requestFullScreen = video.requestFullScreen || video.mozRequestFullScreen || video.webkitRequestFullScreen; if (requestFullScreen) {...

Yea, I agree. It would be useful to just have this work. Want to submit a PR? Getting the sizing of the internal iframe right will be the tricky part....

It looks like this may be issues with older element dependencies. I've updated the list of deps and released a new version: https://github.com/GoogleWebComponents/google-map/releases/tag/1.2.0. Can you `bower install` and give that...

I dropped http://jsbin.com/dadudagixu/edit?html,output in demo/test.html. Hitting the TEST-IMPORT button first loads the map as expected for me.