The tooltip appears in the wrong position for the first time
See original GitHub issueHi, 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:
- Created 4 years ago
- Reactions:2
- Comments:13 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
May be any animation is used in your component ? if so, try to add a setTimeOut to avoid the issue of misplacement.