← Back to team overview

openjdk team mailing list archive

[Bug 257283] Re: Refresh problems with scrollable components (JTable, etc.)

 

*** This bug is a duplicate of bug 240818 ***
    https://bugs.launchpad.net/bugs/240818

reassining to the driver package

** Also affects: nvidia-graphics-drivers-177 (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: openjdk-6 (Ubuntu)
       Status: Incomplete => Invalid

** This bug has been marked a duplicate of bug 240818
   Some Java programs doesn't display characters correctly when scrolling bottom and up with scrollbar

-- 
Refresh problems with scrollable components (JTable,etc.)
https://bugs.launchpad.net/bugs/257283
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “nvidia-graphics-drivers-177” source package in Ubuntu: New
Status in “openjdk-6” source package in Ubuntu: Invalid

Bug description:
There are refresh problems with swing components used inside scroll panes there leads to garbage being left on the screen when dragging the scroll bar.

It happens the same with Sun packages, so I'm not sure this is a Java bug.

It is reproductable in Hardy, both in Gnome and KDE without Compiz, by running this piece of code (just drag the scrollbar instead of clicking):

public class TestFileChooser {
 public static void main(String[] args)
 {
  JFileChooser fc = new JFileChooser( "/usr/share" );
  fc.setDialogTitle( "Test" );
  fc.showOpenDialog( null );
 }
}

It also happens in tables and comboboxes.

This bug is also reported in sun-java6 package (https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/240818) and it's a true SHOW STOPPER :(



References