-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Handle case of div with zero dimension when positioning unified hover box #5913
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
df50898
handle case of zero outerHeight to bring back unified hover in docume…
archmoj 11f159f
log for PR 5913
archmoj 6f549d2
Revert "handle case of zero outerHeight to bring back unified hover i…
archmoj ed8430c
add fallback in the case of zero width or height
archmoj 60fe0fe
Merge remote-tracking branch 'origin/master' into unified-hover-with-…
archmoj b53c387
use _paper instaed of _paperdiv - remove fallback
archmoj 5f1e2fc
outerContainer is not used in createSpikelines - remove it
archmoj 9ab9444
pass _paper.node() similar to other places
archmoj 9425a24
do not d3.select _paper.node()
archmoj 76ce3aa
simplify logic
archmoj a783989
additional fix to 9ab94442820c5974394e5ed647e6cccafdeae4b7
archmoj a7a472e
use opts.container instead of container3.node()
archmoj 0ac2420
no need to declare extra variables
archmoj 2c184fd
revise createHoverText calling arguments
archmoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Handle the case of div with zero (width or) height when positioning unified hover box | ||
(regression introduced in 2.3.0) [[#5913](https://github.com/plotly/plotly.js/pull/5913)] |
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.