Ulrich_Laegeler at arburg.com wrote: > If i have my values in attributes and work with text-area, text-field and so > on > th dot behaviour is as expected. > The problem are my mixed content xml elements. In such a case the dot > moves to all following or preceding mixed element content. > > This is usefull for editing documents like docbook, but not in my case. > Maybe i can fix it via a ContextChange Listener? >
No. If you are really motivated, you could attempt to replace command moveDotTo, http://www.xmlmind.com/xmleditor/_distrib/doc/commands/moveDotTo.html, http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmledit/cmd/select/MoveDotTo.html, by a custom command (written in Java or as a macro) of your own. In such case, please do not expect us to help you, because we are not sure that we can do it ourselves.

