bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/26842] JTextArea with lineWrap=true - wrong caret behavior in


From: thebohemian at gmx dot net
Subject: [Bug swing/26842] JTextArea with lineWrap=true - wrong caret behavior in 2nd line
Date: 31 Mar 2006 15:56:00 -0000


------- Comment #4 from thebohemian at gmx dot net  2006-03-31 15:55 -------
The problem of the double painted lines was caused by creating too many
WrappedLine instances. This in turn was caused by a double registration of the
document listeners. The reason for that was the wrong handling of changes of
the lineWrap and wrapStyleWord properties in BasicTextAreaUI.propertyChanged().

Here is the patch:
http://developer.classpath.org/pipermail/classpath-patches/2006-March/001404.html

Fixed!


-- 

thebohemian at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |0.91


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26842





reply via email to

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