This repository was archived by the owner on Aug 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
select tags not working inside richmarkers #329
Copy link
Copy link
Open
Labels
Description
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 [email protected]
on 7 Oct 2014 at 12:47