Closed digitalnomad624 closed 6 days ago
Hello!
I tried to replicate the issue you described but was unable to do so. It’s possible I may have missed some steps. Here’s what I did:
This setup results in the information for the title and body being sent from Page A to Component B, and then to Component A for display.
Public Project: https://app.flutterflow.io/project/qa-2991-zspgcs
Closing this issue since we haven't heard back from you. If you are still facing the problem please submit a new issue. Have a great day!
Can we access your project?
Current Behavior
When a component-style tooltip is used within a parent component, and component parameters are passed from parent to child, the tooltip doesn't display correctly on the page containing the parent component. In my case only the first text field is shown, and it's formatted as a text-style tooltip.
Expected Behavior
Nested tooltip components should be visible as designed when triggered, regardless of how many levels deep they're nested (or at least 2 levels).
Steps to Reproduce
Create the component to hold the tooltip text
Create the parent component
Create a page
Test the app
Reproducible from Blank
Bug Report Code (Required)
IT5XzMmBw5RgocNG0KqNKe9aniksJkQ9U400ltZxYw81GJTnPLAcPPfET3NaTbykTHNcOWCI8TkKw97LvfzhDsctPiitbqJNzLhucBXJez6QRIyvCbiOe3xtHphTN2WHzbbRkQpTNbFociU+2U6IIeeXUXLYNJO3OTERM/ykOpLM+HSRFTLOXn0Jg1ZSfCvr
Visual documentation
Dashboard KPI component in test mode with incorrect tooltip
tooltipText component
dashboardKpiWithTrend (parent) component
Dashboard page passing the title and text to the parent component
tooltipText component used in a tooltip directly on the page
To make sure the tooltipText component works properly, I added it to a tooltip directly on the page. It works as expected.
Environment
Additional Information
Not being able to use the new component-style tooltip feature inside another component isn't a showstopper - we can still use parameters to fill in the text-style tooltips - but the new component-style tooltips look great and the additional formatting options will help my users better, and more quickly, understand the additional information we want to get across with a tooltip.