Bugs item #621401, was opened at 2002-10-10 15:18
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=445486&aid=621401&group_id=46235
Category: editor
Group: 0.7
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Edwin Dankert (edankert)
Assigned to: Edwin Dankert (edankert)
>Summary: Can't type "<>" in editor.
Initial Comment:
Typing a '>' following a '<' causes a
StringIndexOutOfBoundsException in
XMLDocument.insertString() and the second '>' is
not inserted!
Work around:
NONE
Problem area:
The instertString method catches the '>' char and
tries to create an end tag for it, this cannot be done
since there is no name for the tag.
----------------------------------------------------------------------
>Comment By: Edwin Dankert (edankert)
Date: 2002-11-04 12:01
Message:
Logged In: YES
user_id=452928
Fixed in eXchaNGeR version 0.8!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=445486&aid=621401&group_id=46235
|