classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: PlainView fixlet


From: Anthony Balkissoon
Subject: [cp-patches] FYI: PlainView fixlet
Date: Tue, 11 Oct 2005 15:04:51 -0400

This fixes bug 24229 which addressed JTextComponents not repainting when
text was entered or removed.  However, that bug is a regression in that
it used to work and suddenly stopped working last week.  This fix is not
the reversal of a previous change.  However, testing shows that this is
the correct fix, I'm not sure why it was working before or what change
made it stop working.  My feeling is that something very fragile was
making it work and we got lucky.  However, this is an appropriate and
stable fix.

2005-10-11  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/PlainView.java:
        (insertUpdate): Repaint the JTextComponent after the update.
        (removeUpdate): Likewise.

--Tony

Attachment: PlainViewRepaintAfterUpdate.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]