-
Notifications
You must be signed in to change notification settings - Fork 236
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
TextWrap Not Working. #20
Comments
Can you provide more information, or, ideally, a runnable example? The Rich-text editor demo is wrapping lines for me with the latest jar. |
Ok I think I found a bug. I think it does not wrap text after it was unwrapped. Start condition: wrapped. Then: Unwrapping: works as expected. Then: Wrapping, does not work. update: |
OK, what I observe is that after I toggle wrapping, I need to change the content (e.g. type a character) for the new wrapping mode to take effect. I'm on it. |
yes that was the solution I ended up doing. Just appended a white space to Just another quick question to confirm. I tested the richtext.replace().. On Thu, Mar 13, 2014 at 11:00 AM, TomasMikula [email protected]:
|
The method |
I pushed a change that should make the changes of |
I closed this for now. Until the above JavaFX issue is resolved, I just recommend not to toggle line wrapping once it's set. |
Cool. currently I append a white space with the toggle and it refreshes
|
Hi Tomas,
The richTextArea text wrapping property does not seem to work here. Can you verify that? I used the latest JAR.
Maher
The text was updated successfully, but these errors were encountered: