<Swing Dev> [9] Review Request for 8132136: [PIT] RTL orientation in JEditorPane is broken
Semyon Sadetsky
semyon.sadetsky at oracle.com
Fri Jul 24 08:00:20 UTC 2015
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8132136
webrev: http://cr.openjdk.java.net/~ssadetsky/8132136/webrev.00/
A regression from JDK-8076164. GlyphView should be unrealizable by
default not only for JTextFiled i18n view (as it was assumed in 8076164
fix).
So the solution is to remove the specific BasicTextFieldUI and make
GlyphView.getMinimumSize() returns non-resizeable value by default.
--Semyon
More information about the swing-dev
mailing list