[xngr-dev] [ xngr-Bugs-621401 ] Can't type "<>" in editor.
Brought to you by:
edankert
From: <no...@so...> - 2002-10-10 15:18:03
|
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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=445486&aid=621401&group_id=46235 |