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

After i add tooltipField ,hover ,then tooltip show ,table content disappear, #7953

Closed
HangLu123 opened this issue May 13, 2024 · 3 comments
Closed

Comments

@HangLu123
Copy link

I'm submitting a ... (check one with "x")

[] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of AG Grid'
[] support request => see 'Requesting Community Support'

Customers of AG Grid

If you are a customer you are entitled to use the AG Grid's customer support system (powered by Zendesk). Please use that channel for guaranteed response from the AG Grid team with regards bugs, feature requests and support.

Requesting Community Support

If you are not a customer of AG Grid, ag-grid staff will label your issue as managed-by-the-community. This means that AG Grid staff is not going to be actively looking into it and it will get closed if inactive for more than one month. The community is welcome to help with this question/support issue.

Providing a Reproducible Scenario
Accepted reproducible scenarios are

  • A description of the detailed steps to reproduce your behaviour in one of our examples in the docs.
  • A plunker

If you decide to send us a plunker, from any example in our website use the plunker button in there to fork your own code by following the steps below:

  • Select the framework that is appropriate to you from the drop-down
  • Open it in plunker. (Use the button plunker in our example)
  • Add your changes so that the behaviour is reproduced
  • Save and Freeze the plunker(On the top left corner)
  • Send us the link to the plunker(You can copy the URL from the browser)

If reporting a bug make sure to state.

Current behaviour.
image
image

Expected behaviour. If possible back this up with our docs/examples if possible

Current behavior Table content and tooltip appear alternately

Expected behavior

Please tell us about your environment: jquery javascript

  • AG Grid version: latest for javascript
  • Browser: chromo
  • Language: [all | TypeScript X.X | ES6/7 | ES5]
@HangLu123 HangLu123 changed the title After i add tooltipField ,hover ,then tooltip show ,tabel content disappear, After i add tooltipField ,hover ,then tooltip show ,table content disappear, May 13, 2024
@AG-Zoheil
Copy link

Hi

Thank you for reporting this.

We'd be happy to look into this, but the most efficient way for us to do so would be for you to provide a live example reproducing the issue.

Please send us a live plunker sample which shows the issue. You can use one of the examples from our website as a starting point. Do let us know if you need further guidance on this.

We're looking forward to your response.

Kind regards,
Zoheil

@renaldas-kerpe-arria
Copy link

renaldas-kerpe-arria commented Jun 20, 2024

I'm having the same issue. The tooltip briefly appears, and then the whole table goes blank for a second before re-appearing and without tooltip.

Edit: I have solved the issue in my case. It was being caused by the ag-popup obscuring the table. The solution was to set the popupParent to the body element:

public gridOptions: GridOptions = {
    popupParent: document.querySelector('body'),
  };

@AG-Zoheil
Copy link

Hi

Thank you for submitting this on Github.

As this has been open without any further interaction for a while, I will be closing this issue.

If the issue has already been resolved by other means, you can ignore this. If however, you are still in need of support you can choose to raise the issue again for the AG Grid community to support.

Kind regards,
Zoheil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants