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.

Tooltips being cut off

See original GitHub issue

Hi!

I am using version 1.1.7

I’m trying to setup tooltips and they are being cut off. I’ve added an image below of what it looks like normally vs when the tooltip is near the bottom of the screen.

t83075592-fe12c380-a028-11ea-9812-a02535c3c3a5

Also, it seems to be infinitely rendering/flickering content

Here is our component

<RnWalktroughTooltip
        useInteractionManager={false}
        useReactNativeModal={true}
        isVisible={isVisible}
        content={popover}
        placement={placement}
        onClose={hideModal}
      >
        <TouchableWithoutFeedback onPress={showModal}>
          <Image source={assets.images.tooltip} style={imageStyle} />
        </TouchableWithoutFeedback>
      </RnWalktroughTooltip>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
devinrochecommented, Sep 2, 2020

@EricWiener nope, ended up having to make our own tooltip.

0reactions
apfrittscommented, May 5, 2022

See also #152

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS tooltip getting cut off - Stack Overflow
I have a CSS tooltip that is being cut off when the hovered item is too close to the edge of the content...
Read more >
Tooltip content being cutoff when tooltips extends outside the ...
I have a location in the app that we are building where the calcite web tooltip is cutting off the text inside it,...
Read more >
Prevent Tooltip from Being Cut Off - Illuminate BI Tool Guide
BI Tool Users often run into the problem of having a chart's Tooltip cutoff by the edge of their chart. This tends to...
Read more >
HTML : CSS tooltip getting cut off - YouTube
HTML : CSS tooltip getting cut off [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] HTML : CSS tooltip getting cut off ...
Read more >
Tooltip text get cut off on the left side - HTML & CSS - SitePoint
I tried setting the width of the tooltip to 100% but that made the width too narrow. I don't know how to fix...
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