Label will not display single character...
asyncDec 4 2012 — edited Dec 7 2012I discovered an issue with Label where a single character is not displayed if -fx-text-overrun is set to ellipsis and -fx-wrap-text is set to true.
The Label has no problem displaying its text if the text string is more than one character long.
Has anyone else encountered this issue? Is this a known JavaFX bug?
I can create/post some sample code if necessary.