-
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
With tabs, only one tab shows text #113
Comments
Oh! versions: |
Thanks for the sample code. I can reproduce this with JDK8u20. The problem no longer appears with JDK8u40-b23. |
I believe this was the same problem I encountered in my issue (#123). I'm currently using JDK8u31-b13 on Linux, so I'm not sure how to get the early release since mine is installed by PPA. |
You can just download the tar file, unpack and add the In Eclipse, you can add a new JDK under Preferences -> Java -> Installed JREs -> Add -> Standard VM |
Sorry for responding so late. School just started up recently. Thank you for the info! I'll try it soon. |
Also, JDK 8u40 was officially released this week. |
Yup, official JDK 8u40 fixes it for me :) |
Hi! Me again :)
It seems when I fill two tabs with a CodeArea and a lot of text (might have to be atleast a screen full??), the content of one of the two won't show.
See the following example.
Note: If you switch to the tab which isn't showing content, and then resize the window, it suddenly displays. But then the content of the other tab dissapears! :)
The text was updated successfully, but these errors were encountered: