YnJin1010 / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

select tags not working inside richmarkers #329

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:
[Enter the URL pointing to a simple demo which clearly reproduces the bug,
or insert code snippet]

What steps will reproduce the problem?
1. Create a richmarker with an <select> element and options inside as the 
richmarker's content.
2. set richmarker to an google map, and open it up.
3. Try clicking on the select dropdown menu.

Expected result:
select dropdown menu opens up, allow you to select options.

Actual result:
select dropdown menu doesn't open.

Browser / Operating System:
This happens in the latest version of FF (32.0.3) and IE 10. but works in 
webkit browsers.

Additional comments:
I've added an click event listener to the select element, and it does pick up 
the click. but it wouldnt open the drop down menu.

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by adr...@geo.me on 7 Oct 2014 at 12:47