-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event with change z-index not firing #12
Comments
I think you got the wrong package for this request. The code you seek already exists in the map package, I’m just html overlay package. Code you seek: |
I see I have a zIndex input binding but it’s only read and never changes: |
Yes, you right you have a binding without changes and z-index not changes dynamically For example, I change z-index on pin hover, and if I use agm-marker everything is ok. What do you think about update onChangesOverride like bellow?
|
OHHHH OK, now I get it. Details help. Issue a pull request and I’ll merge that code in |
I have to run the build process and publish now |
Get version 1.2.0 I updated all dependencies including Angular Close this issue when satisfied |
Many thanks! |
Hi @AckerApple ! Sorry for interrupting, but it looks like that code I have added has broken changes for InfoWindow. When z-index changes event occurs related marker delete and as result Info Window hidden. Perhaps it's better to cancel the changes until the right solution is ready? I'm really sorry about the incorrect solution I have added. |
Understood. I don’t have time to investigate right now. I also don’t like the info-window and don’t use it. Nor do I change zIndex in my markers. So either you can issue a fix, wait for someone else to complain, or wait till it effect me and I will change |
Repopened until we figure what to do |
Could you please add z-index update in onChangesOverride method?
The text was updated successfully, but these errors were encountered: