-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Refactor Popup/Tooltip to use common code from DivOverlay #6639
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mourner
approved these changes
May 7, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
johnd0e
force-pushed
the
refactor-open-popup-tooltip
branch
5 times, most recently
from
March 30, 2021 13:46
3aa318c
to
b5e6caf
Compare
This is not covered by tests. Also: |
johnd0e
force-pushed
the
refactor-open-popup-tooltip
branch
4 times, most recently
from
March 31, 2021 15:47
0b9ced6
to
0dafdad
Compare
johnd0e
changed the title
Refactor openPopup/openTooltip to use common code from DivOverlay.js
Refactor Popup/Tooltip to use common code from DivOverlay
Mar 31, 2021
johnd0e
force-pushed
the
refactor-open-popup-tooltip
branch
10 times, most recently
from
April 4, 2021 10:22
4d1ae09
to
36de22c
Compare
johnd0e
force-pushed
the
refactor-open-popup-tooltip
branch
from
November 2, 2021 16:13
36de22c
to
47112b3
Compare
@johnd0e can you resolve the conflict in |
Refactor [Map\Layer] open/close-Popup/Tooltip to use DivOverlay's openOn/close
Refactor Layer\ togglePopup/Tooltip: use common method DivOverlay\toggle Popup: do not clear map._popup on close as it's redundant
johnd0e
force-pushed
the
refactor-open-popup-tooltip
branch
from
December 21, 2021 08:08
47112b3
to
d9238e2
Compare
mourner
approved these changes
Jan 19, 2022
JLyne
pushed a commit
to JLyne/Leaflet
that referenced
this pull request
Jan 21, 2022
* Refactor openPopup/Tooltip to use common functions [Map/Layer]\_initOverlay * DivOverlay: common functions openOn/close Refactor [Map\Layer] open/close-Popup/Tooltip to use DivOverlay's openOn/close * DivOverlay: new public method `toggle` Refactor Layer\ togglePopup/Tooltip: use common method DivOverlay\toggle Popup: do not clear map._popup on close as it's redundant
JLyne
pushed a commit
to JLyne/Leaflet
that referenced
this pull request
Feb 6, 2022
* Refactor openPopup/Tooltip to use common functions [Map/Layer]\_initOverlay * DivOverlay: common functions openOn/close Refactor [Map\Layer] open/close-Popup/Tooltip to use DivOverlay's openOn/close * DivOverlay: new public method `toggle` Refactor Layer\ togglePopup/Tooltip: use common method DivOverlay\toggle Popup: do not clear map._popup on close as it's redundant
brunob
added a commit
to geodiversite/geodiversite
that referenced
this pull request
Aug 2, 2022
brunob
added a commit
to geodiversite/geodiversite
that referenced
this pull request
Aug 2, 2022
brunob
added a commit
to geodiversite/geodiversite
that referenced
this pull request
Aug 2, 2022
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is continuation of #6613.
(Each commit is self-sufficient and can be reviewed independently)
Edit: rebased on #7531.
openOn
used to be Popup-only method,close
was private method.Todo: consider johnd0e/Leaflet@refactor-open-popup-tooltip...johnd0e:refactor-open-popup-tooltip-bind
This change is