-
Notifications
You must be signed in to change notification settings - Fork 122
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
Advanced Marker is far away from the cursor on the map in FullSize mode #648
Comments
@jezmck @aemkei @morgler @usefulthink I need answers asap please to decide whether to go with your library or not. |
Hey @DidukhV thanks for reporting this issue. I'm with the family for Xmas right now and can't look into it in time. I've also not been a core developer up until now - just using the library like you and fixing a bug along the way. If you investigate further it would be a great idea to add a failing automated test for your example above. Might also help other devs investigate even faster. In case you can't fix it in time for you, you can also move to the Google library directly. Fewer features, but might still have all you need. |
Hey, thanks for the answer, but I don't have the time digging into library, would be nice if you guys could take a look into this one. Thanks in advance and Merry Christmas 🎊 |
What would help immensely (save me some time and make it a lot more likely I will find the time to look into it during my vacation) would be an example that I can just open and look at. You can use any of our examples as a starting point (there's a "Try in CodeSandbox" link in every example). |
I attached the code and video, please use this as a reference. You can even just set up a project yourself, use advanced market and street view = true option on the map and you can reproduce it easily yourself.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Martin Schuhfuss ***@***.***>
Sent: Thursday, December 26, 2024 2:00:29 PM
To: visgl/react-google-maps ***@***.***>
Cc: Volodymyr Didukh ***@***.***>; Mention ***@***.***>
Subject: Re: [visgl/react-google-maps] [Bug] Advanced Marker is far away from the cursor on the map in FullSize mode (Issue #648)
What would help immensely (save me some time and make it a lot more likely I will find the time to look into it during my vacation) would be an example that I can just open and look at. You can use any of our examples as a starting point (there's a "Try in CodeSandbox" link in every example).
—
Reply to this email directly, view it on GitHub<#648 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDVR6UWUCTNK26MMOGTOMOT2HP4W3AVCNFSM6AAAAABUGCAVMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRSGY3TMMRTG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
That's what I'm saying :D I can of course do that myself, but it would save me some time and effort if you provided your example in codesandbox instead. |
@DidukhV I tried, and can't see the behavior seen in the video. The code you posted doesn't work that well for me since it omits some pieces of information (type-definitions, how is it used, css-styles, etc) and contains things that aren't related to the problem in question. Can you please try to provide a minimal, reproducible example that shows this problem (preferably in CodeSandbox or similar)? That way I should be able to help you solve it. |
Description
How does it work, guys? Why is this happening? In the video you can see that the advanced marker is far away from the cursor, but actually it's not only the marker problem, the same problem also with street view draggable control. It's happening only when the map is in full size.
I WANT TO NOTE THAT MARKER COMPONENT WORKS FINE UNDER THE SAME CONDITIONS
https://www.loom.com/share/5d41d860f6ac470da23be40eba6bf0a4?sid=278e7ad7-083c-4301-80b0-ee977ede368d
Code (PS: APIProvider is used but in the outer component):
Steps to Reproduce
Use the code above and check the video, and you will be able to reproduce
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: