[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/28028] JTextArea performance issue
From: |
hendrich at informatik dot uni-hamburg dot de |
Subject: |
[Bug swing/28028] JTextArea performance issue |
Date: |
14 Aug 2006 08:14:03 -0000 |
------- Comment #5 from hendrich at informatik dot uni-hamburg dot de
2006-08-14 08:14 -------
(In reply to comment #4)
> * javax/swing/text/PlainView.java
> (paint): Limit painted area to the lines inside the clip
> and allocation.
Hello Roman,
Cool! This change makes scrolling in JTextArea fast enough for actual usage,
even in interpreted mode (jamvm).
Nitpicks:
Unfortunately, mouse-clicks don't seem to position the text cursor correctly,
and double-clicking doesn't select a word/line/paragraph but some randomly
selected word/line/paragraph. IIRC, this used to "work" two weeks ago (if
one waited long enough...). Should I report this as a new bug?
Mouse-wheel scrolling still only scrolls down... btw, your recent scrolling
change seems to have broken this for JTree, too :-) But this should be easy
to fix now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28028