question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The tooltip appears in the wrong position for the first time

See original GitHub issue

Hi, sorry my english is bad.

I have the same problem of: https://github.com/jasongaare/react-native-walkthrough-tooltip/issues/2

I try to change version of library, before i had 0.4.0 and now I want change to 1.1.4

I can’t you provide the code. are you sure that the problem was solve?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
guilleSequeiraWoloxcommented, Oct 29, 2019

it’s happening when i have a tooltip and a scroll in the view. I have a list of CustomCheckbox. When I press and hold on an item work well, then if I scroll and press and hold on another item the tooltip appears in a wrong position and then it moves to the correct position, then if I press (and hold) on another item it works well. I think the problem is when I do the scrolling. I put versions 1.0.0 and 1.1.4 and both works bad for me.

1reaction
wl4dig3commented, Jul 14, 2022

May be any animation is used in your component ? if so, try to add a setTimeOut to avoid the issue of misplacement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap tooltip in wrong position on initial hover, then in ...
This code will execute only once when hovering the first time (mouseenter). * Then we close it and open it again for fixing...
Read more >
The tooltip appears in the wrong position for the first time #2
It seems like the tooltip is rendering before fully knowing the x/y coordinates. I see a quick flash of the child and content...
Read more >
Tooltip incorrectly positioned first time it shows, but not after
The first time the tooltip shows, it is positioned in the middle of the item. Subsequently, it is positioned correctly. Here is a...
Read more >
First time call ToolTip.Show() in balloon mode places tip ...
Coordinates of display ToolTip by a repeated call not changed. Certainly, it is possible to stop on single use: toolTip. Show (" ",...
Read more >
tooltip shows up in the wrong location only for the first time a ...
problem: the tooltip shows up in the wrong location only for the first time a tooltip is invoked. Tooltips are expected to show...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found