JDK-4911500 : Size of sliders in GTK L&F larger than original
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2_02
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2003-08-23
  • Updated: 2003-09-16
  • Resolved: 2003-09-16
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.
Other
1.4.2_02 02Fixed
Description
Sliders in the gtk L&F are larger than their native couterparts.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_02 FIXED IN: 1.4.2_02 INTEGRATED IN: 1.4.2_02
14-06-2004

EVALUATION This is happening because we aren't honoring the class specific property slider-width (we have it as slider_width), and we aren't giving precedence to class specific properties before style properties. Both of these issues have been fixed in 1.5 ###@###.### 2003-08-27 This bug is not an issue for 1.5 as 4632193 and 4795413 fixed it. ###@###.### 2003-09-05
27-08-2003