classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: GapContent fix.


From: Lillian Angel
Subject: [cp-patches] Patch: GapContent fix.
Date: Thu, 05 Jan 2006 14:35:10 -0500

Tony and I worked on fixing this problem. Some mauve tests he committed
recently now pass, and the old GapContent mauve tests still pass.

In some cases new positions were being created inside the gap, because
the if statement only checked if mark is ">" than gapStart. It has been
changed to ">=".

I am working on a mauve test for this, should be committed soon.

2006-01-05  Lillian Angel  <address@hidden>

        * javax/swing/text/GapContent.java
        (createPosition): No positions should be created inside the
        gap. Fixed check to ensure this does not happen.

Attachment: patch.diff
Description: Text Data


reply via email to

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