-
Notifications
You must be signed in to change notification settings - Fork 923
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
[BUG] UI Glitch when mouseover Discover document #5230
Comments
I'd like to take a look at this |
This may be an implementation bug with the OUI Data Grid component, and how truncation + the hover overlay interacts with each other |
Yeah, I'm also pretty sure this will first need a fix at the OUI component level. |
Can I get some guidance on what kind of changes should be made on OUI component level @joshuarrrr |
So looking at OUI it seems like data grid will float those items by default (there is no text jank in the demo website) -- this leads me to believe there may be some overrides or props that aren't set correctly in the implementation. I would start there |
All right I'll look into OUI & try to understand it |
@kgcreative Do you know if the demo site have any cells with multiline text (i.e., where the text needs to be wrapped within the cell)? I think that's the failure case we're seeing here. |
Honestly this seems like an opportunity to expand the examples in the documentation page for data grid, particularly if we plan to use it in more cases. Should we track that in a separate issue? |
Can‘t reproduce it any more in data grid table. Legacy table has no such issue. Close it. |
Describe the bug
When you go to the Discover and mouseover a document, the text shifts when the expand button appears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The button should exist on a higher z-index and not manipulate the document space. The text should not shift.
Dashboards Version
2.11 early build
The text was updated successfully, but these errors were encountered: