GoogleWebComponents / google-map

Google Maps web components

Home Page:https://elements.polymer-project.org/elements/google-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-map-marker shows empty popup window if there are comments in the insertion point

mchp opened this issue · comments

The problem is in google-map-marker's _contentChanged method. It should check for existence of non-comment child node instead of a string check.

Example

 <google-map>
    <google-map-marker latitude=30 longitude=30>
        <!-- This is just come comment -->
    </google-map-marker>
</google-map>

Want to submit a PR?