scientificware / jdk

Read-only mirror of https://hg.openjdk.java.net/jdk/jdk
GNU General Public License v2.0
0 stars 0 forks source link

JDK-8177009 : Editing in TableView breaks the layout, when the document is I18n #28

Open scientificware opened 1 year ago

scientificware commented 1 year ago

The purpose of this issue is to align the table behaviour when I18n is active or not.

This is referenced in Java Bug Database as

This is tracked in JBS as

Editing in TableView breaks the layout, when the document is I18n

The display (with java 9 119) for I18nLayoutTest.java is not the same with i18n true (bad display) and with i18n false (good display). With i18n true, the table goes down.

Status