-
Notifications
You must be signed in to change notification settings - Fork 263
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
MT crashes on long tooltip #96
Comments
How would you like this solved? If the value really is THAT big, should we truncate it at some point? Should the tooltip panel be as large as possible with scrollbars? (Can scrollbars even be interacted with in a tooltip? I doubt it, since I don't think our tooltips will accept focus.) |
I think that any attempt to show it whole will cause the same crash as its simply too big. So to be save I would opt for truncating it after a certain length. |
MT is not displaying the tool tip, the JIDE framework is. I've overridden the code that determines what should be displayed for the tool tip on the Properties panel and limited the text to 100 characters plus an ellipsis. I tested it with multiple properties with lengths of at least 200 characters for the values and it looks to be working. |
Awesome! Can't wait to test. Thnx |
When you open the token editor (double click on token), and go to the properties tab and then (accidentily) hover/move mouse over a property that has a really big value (e.g. long json array), MT shows a tooltip with the entire value. However if that value is REALLY big it effectively crashes and you have to terminate MT the hard way.
The text was updated successfully, but these errors were encountered: