Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8227022

On GTK 3, Focus Border around the text of text field overlaps with the text in the textfield

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 8u192, 11, 13, 14, 15
    • client-libs

      Product tested:JDK 8b231b01(64bit)
      OS/architecture:Ubuntu 19.04 x64
      Option:-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Djdk.gtk.version=3 -Djdk.gtk.verbose=true

      Reproducible: Always
      Reproducible on blr003a113.in.oracle.com
      Is it a Regression:Yes
      There is significant difference between what is rendered on GTK3 as compared to the the rendering using GTK2.

      To reproduce, run the attached Test FlowLayoutTest.java with the options specified above.
      Run the same test with the gtk version set to 2 as well to compare against the expected behavior.

      The focus border overlaps over the text present in the JTextfied as well as the cell in the JTable.
      No such issue seen when the test is run with GTK2.

      Images attached:
      GTK3FocusBorderJTable.png, GTK3FocusBorderJTextField.png
      The above show the gtk3 behavior when the focus is on the corresponding component.
      GTK2FocusBorderJTable.png, GTK2FocusBorderJTextField.png
      The above show the gtk2 behavior when the focus is on the corresponding component. The border is either not present or it is at the boundary of the component thereby making it not overlap with the text of the component.

            abhiscxk Abhishek Kumar
            smandalika Srinivas Mandalika
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: