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

Fix safari drag problem #2184

Merged
merged 6 commits into from
Aug 9, 2018
Merged

Fix safari drag problem #2184

merged 6 commits into from
Aug 9, 2018

Conversation

rubenmoya
Copy link
Contributor

Related to: CartoDB/cartodb#14115

Description

This PR fixes a bug introduced in CartoDB/zera@317a82f while trying to fix #1952

The problem is that Builder is listening directly to document click events, so it closes the edit button as soon as soon as it's shown. Instead of stopping the event propagation to avoid that error we're going to handle it using carto.js events and stop listening to document click.

@rubenmoya rubenmoya mentioned this pull request Aug 8, 2018
4 tasks
@rubenmoya rubenmoya merged commit 6f1d2cc into master Aug 9, 2018
@rubenmoya rubenmoya deleted the fix-safari-drag branch August 9, 2018 08:52
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

Successfully merging this pull request may close these issues.

BUILDER's Edit feature button not working as before
1 participant