[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27834] Second and subsequent .setText calls fail on JTextPane
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug swing/27834] Second and subsequent .setText calls fail on JTextPane with html content type |
Date: |
5 Jun 2006 11:45:41 -0000 |
------- Comment #3 from cvs-commit at developer dot classpath dot org
2006-06-05 11:45 -------
Subject: Bug 27834
CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/06/05 11:44:51
Modified files:
javax/swing/text: GapContent.java
. : ChangeLog
Log message:
2006-06-05 Roman Kennke <address@hidden>
PR 27834
* javax/swing/text/GapContent.java
(setPositionsInRange): Compare with startIndex and endIndex
rather than start and end.
(dumpMarks): Only dump real marks.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/GapContent.java?cvsroot=classpath&r1=1.48&r2=1.49
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7653&r2=1.7654
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.7653
retrieving revision 1.7654
diff -u -b -r1.7653 -r1.7654
--- ChangeLog 5 Jun 2006 03:39:13 -0000 1.7653
+++ ChangeLog 5 Jun 2006 11:44:51 -0000 1.7654
@@ -1,3 +1,11 @@
+2006-06-05 Roman Kennke <address@hidden>
+
+ PR 27834
+ * javax/swing/text/GapContent.java
+ (setPositionsInRange): Compare with startIndex and endIndex
+ rather than start and end.
+ (dumpMarks): Only dump real marks.
+
2006-06-05 Sven de Marothy <address@hidden>
* gnu/java/awt/peer/gtk/ComponentGraphics.java
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27834