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

MarkerWithLabel with draggable=false doesn't fire mouseup event when clicking on label #333

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Demo link or sample code:
http://jsfiddle.net/ffabreti/3pmfb3wp/

What steps will reproduce the problem?
1. set a marker on a map with draggable:false
2. set a mouseup event on marker
3. click on marker label
4. mouseup event doesn't fire
5. click on marker itself
6. mouseup event fires

Expected result:
have the mouseup event fired when clicking the label

Actual result:

Version: 1.1.10

Browser / Operating System:
[Chrome 35.0.1916.153 / Fedora ]

*********************************************************
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 ffabr...@gmail.com on 5 Nov 2014 at 6:19