Skip to content
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

Pop-up on Marker Click #6

Closed
NadavK opened this issue Jul 27, 2022 · 3 comments
Closed

Pop-up on Marker Click #6

NadavK opened this issue Jul 27, 2022 · 3 comments

Comments

@NadavK
Copy link
Contributor

NadavK commented Jul 27, 2022

The pop-up window is not visible when clicking on a marker.
This is the HTML that changes when clicking an element:

<div class="popover fade bs-popover-top show" role="tooltip" id="popover906644" x-placement="top" x-out-of-boundaries="" style="position: absolute; transform: translate3d(2128px, 4041px, 0px); top: 0px; left: 0px; will-change: transform;">
<div class="arrow" style="left: 0px;">
</div><h3 class="popover-header">
</h3><div class="popover-body">ABCDEF</div></div>

The left position (2128) is too far right. When I change it manually to something smaller, then the pop-up does appears.
Looks like something is wrong with the pop-up position?
BTW, the top position (4041) looks to be correct.

@vb64
Copy link
Owner

vb64 commented Jul 28, 2022

I have published version 1.2 with your improvements, please update.

It also adds the ability to run the example project on localhost.

In the admin panel of the example, I add several locations, then I click on the marker of one of them and I get the following result.

image

Does it work out differently for you?

@vb64
Copy link
Owner

vb64 commented Sep 28, 2022

Hi!

You can check out new autozoom feature in version 1.3.

@vb64
Copy link
Owner

vb64 commented Feb 7, 2023

Let's assume the problem is solved.

@vb64 vb64 closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants