Skip to content

Resolve tooltip positioning issue with contain: strict - #13431

Merged
mattpap merged 3 commits into
branch-3.4from
mattpap/13428_tooltip_position
Oct 13, 2023
Merged

Resolve tooltip positioning issue with contain: strict#13431
mattpap merged 3 commits into
branch-3.4from
mattpap/13428_tooltip_position

Conversation

@mattpap

@mattpap mattpap commented Oct 12, 2023

Copy link
Copy Markdown
Contributor

The problem was that jlab extensively uses CSS contain: strict, which introduces a new CSS containing block, which then breaks assumptions about position: fixed that Tooltip uses. This PR fixes this issue and improves tooltip's behavior under scrolling.

fixes #13428

@codecov

codecov Bot commented Oct 12, 2023

Copy link
Copy Markdown

Codecov Report

Merging #13431 (16e799e) into branch-3.4 (c942f1a) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           branch-3.4   #13431   +/-   ##
===========================================
  Coverage       92.67%   92.67%           
===========================================
  Files             320      320           
  Lines           20360    20360           
===========================================
  Hits            18868    18868           
  Misses           1492     1492           

@mattpap
mattpap force-pushed the mattpap/13428_tooltip_position branch from 07cdbef to 16e799e Compare October 12, 2023 08:41
@mattpap
mattpap merged commit 06a410c into branch-3.4 Oct 13, 2023
@mattpap
mattpap deleted the mattpap/13428_tooltip_position branch October 13, 2023 18:59
bryevdv pushed a commit that referenced this pull request Oct 24, 2023
* Resolve tooltip positioning issue with `contain: strict`

* Rename : -> _ in baseline names for Windows

* Update baseline names
@bryevdv bryevdv mentioned this pull request Oct 24, 2023
@bryevdv bryevdv modified the milestones: 3.4, 3.3.1 Oct 31, 2023
bryevdv pushed a commit that referenced this pull request Nov 1, 2023
* Resolve tooltip positioning issue with `contain: strict`

* Rename : -> _ in baseline names for Windows

* Update baseline names
Chiemezuo pushed a commit to Chiemezuo/bokeh that referenced this pull request Aug 27, 2024
* Resolve tooltip positioning issue with `contain: strict`

* Rename : -> _ in baseline names for Windows

* Update baseline names
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] HoverTools not correctly located in Notebook

2 participants