You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that has much more to do with the switch from the Tree View API in VS Code to the Web View API. A web view is rendered in an iframe, making the tooltip adhere to the bounds of the iframe. We could make the tooltip bigger but that would introduce scrollbars in our tree and not actually overlap with the other views in VS Code. Unfortunately, I see no way to access the parent window from inside an iframe since VS Code very deliberately removes access to that when loading webviews so attaching the tooltip to the parent window is also not an option. Given that this is a choice made by VS Code, maybe restyling the tooltip a bit to reduce the number of breaks would be a better option, what do you think?
Type: Bug Report
Describe the bug
main
at 61550b2To Reproduce
Steps to reproduce the behavior:
The tooltip seems to be limited to a fixed range.
Longer text items like the 32-bit binary value, but also the
Decimal
heading see line breaks.Expected behavior
Before the change, the tooltip box was wide enough to accommodate the above without line breaks. Width presumably dynamically calculated?
Code sample and logs
N/A, use any example
Screenshots
Before PrimeReact introduction
After PrimeReact introduction
Additional context
The text was updated successfully, but these errors were encountered: