JDK-7131752 : [macosx] Multiselect List doesn't display scrollbar after consecutive additions
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-01-20
  • Updated: 2012-10-09
  • Resolved: 2012-02-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.
JDK 7
7u4 b11Fixed
Related Reports
Relates :  
Description
Mac OS X 10.7.2 macmini4,1
Run a manual regression test closed/java/awt/Scrollbar/ListScrollbarTest. It fails as it used to fail for Win95: after a consecutive additions of items to the list with just validate() after every addition, last items are not visible and cannot be revealed by user. Vertical scrollbar is also non-functional. See also 7130587.

Comments
SUGGESTED FIX http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/2e4258236920
26-01-2012

EVALUATION We should invalidate list component, when its state changed and then we should validate its container.
26-01-2012