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 tooltip directive modifiers #11263

Merged
merged 2 commits into from
Jan 25, 2022
Merged

fix tooltip directive modifiers #11263

merged 2 commits into from
Jan 25, 2022

Conversation

azrikahar
Copy link
Contributor

Fixes #11260

Reported Bug

Tooltip with bottom.end modifier is still showing up as top, particularly in latency indicator:

chrome_TrbhnJsW4B

Investigation

#10977 added the following code:

if ('start' in binding.modifiers) placement = 'start';
if ('end' in binding.modifiers) placement = 'end';

However I believe the valid values for placement are only top, bottom, left, and right.

Changes

  • Removed placement assignment for start and end
  • Updated the readme for v-tooltip directive

Result

chrome_ETUxeAN4ee

@rijkvanzanten rijkvanzanten added this to the v9-next milestone Jan 25, 2022
@rijkvanzanten rijkvanzanten self-assigned this Jan 25, 2022
@rijkvanzanten rijkvanzanten merged commit 5b80642 into main Jan 25, 2022
@rijkvanzanten rijkvanzanten deleted the issue/11260 branch January 25, 2022 14:25
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

latency indicator in v9.5 UI cannot be seen
2 participants