JDK-8259234 : The arrow direction displayed incorrectiy but the function is right for GTKLookAndFeel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7,8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: generic
  • Submitted: 2021-01-05
  • Updated: 2021-01-06
  • Resolved: 2021-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8-poolResolved
Related Reports
Cloners :  
Duplicate :  
Description
The following JCK 7 interactive testcases fail with GTK L&F:
api/javax_swing/interactive/JMenuTests.html#JMenu[JMenuTest0006]
api/javax_swing/interactive/JMenuTests.html#JMenu[JMenuTest0007]
api/javax_swing/interactive/JMenuTests.html#JMenu[JMenuTest0011]
api/javax_swing/interactive/JMenuTests.html#JMenu[JMenuTest0012]
api/javax_swing/interactive/JPMenuTests.html#JPMenuTests[JPMenuTests0002]

These tests instruct the user to add a separator to a menu and verify that
a separator got added. With GTK L&F on OpenSUSE, this functionality does
not appear to work (or the separator gets added but is not visible).

Screenshots that show the test frames are attached.