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: 30 Mar 2006 22:47:23 -0000


------- Comment #3 from thebohemian at gmx dot net  2006-03-30 22:47 -------
I found yet another problem in GapContent. Fixing this cures the problem but
now a drawing problem shows up. The WrappedLine instance for the second (and
any further) LeafElement is painted twice.

Instead of:

abc
def

It is painted:
abc
def
def

Adding another line instead of:

abc
def
ghi

It is painted:

abc
def
ghi
ghi
def

Continueing tomorrow.


-- 


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





reply via email to

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