-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Always show tooltip with full text if text is truncated #1066
Comments
OMG, I tried exactly to fix this problem on the last week on my own project and didn't find any simple straightforward solution similar to this one with textedit promptext, also was introduced by me some time ago ;) |
Maybe with overriding the handling of the ellipsisString it could work? E.g. we use our extended version of Label/TextField and when usually the ellipsisString is shown we adjust the behavior to show a tooltip. Have not looked into it if it is feasible... |
I am always tried to solve such problems without need to extend JavaFX standard components, with this step it became possible - there are some receipts on StackOverflow, but more fragile and more difficult to support. |
Yes, I also think it won't be a nice solution, but I could also live with a hack, if everyone can read what we have to say in any language ;-) |
Actually, if find it kind of strange that this is not supported out-of-the-box by javafx. |
Yes thats a weak part of JavaFX. Flash/Flex had that even >10 years ago... |
Will be released as soon as UI-improvement branch goes live |
Hey @ripcurlx, please don't close issues like this until code is actually on |
This sort of thing, by the way, is part of the reason for the plan to do away with all feature/topic branches in the bisq-network/exchange repository (#1190) . Can discuss more fully elsewhere. |
ok - will keep it that way with all other issues. |
Closing as complete. |
To improve usability for languages which don't have a compact way of expression (e.g. French) truncated text should automatically cause an Tooltip to be shown on Rollover with the full text.
The text was updated successfully, but these errors were encountered: