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

Cannot delete a draw when the cross overlaps with overlays #552

Closed
ivmartel opened this issue Aug 24, 2018 · 1 comment
Closed

Cannot delete a draw when the cross overlaps with overlays #552

ivmartel opened this issue Aug 24, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@ivmartel
Copy link
Owner

The red cross that appears when you drag a draw to give the possibility to delete it does not work when it overlaps with overlays.

Temporary solution: hide the overlays and the cross works...

@ivmartel ivmartel added the bug Something isn't working label Aug 24, 2018
@ivmartel ivmartel added this to the 0.25.0 milestone Aug 24, 2018
@ivmartel ivmartel modified the milestones: 0.25.0, 0.26.0 Oct 2, 2018
@ivmartel ivmartel modified the milestones: 0.26.0, 0.27.0 Apr 8, 2019
@ivmartel ivmartel modified the milestones: 0.27.0, 0.28.0 Feb 19, 2020
@ivmartel
Copy link
Owner Author

This problem is a client problem: when setting up the html, the draw div must be defined after the info div so that it is the most 'upper' div.

Instead of:

<div class="drawDiv"></div>
<div class="infoLayer">...</div>

The order should be:

<div class="infoLayer">...</div>
<div class="drawDiv"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant