bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/26839] New: JTextArea - odd drawing behavior when selecting m


From: thebohemian at gmx dot net
Subject: [Bug swing/26839] New: JTextArea - odd drawing behavior when selecting multiple lines
Date: 24 Mar 2006 00:03:38 -0000

Consider one puts the following text into a JTextArea:

foo baz
bar
blablabla

If you select text from baz to the end of blablabla something like this is
painted:

foo baz
bar bar
blablabla

The extra "bar" appears in the 2nd line directly under the position where the
selection starts.

I can confirm that this problem is not a regression introduced by my last patch
to the DefaultHighlighter.HighlighterPaint.paint() method.


-- 
           Summary: JTextArea - odd drawing behavior when selecting multiple
                    lines
           Product: classpath
           Version: 0.90
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: swing
        AssignedTo: thebohemian at gmx dot net
        ReportedBy: thebohemian at gmx dot net


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





reply via email to

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