Hello,

there is a long standing behavior that is disturbing: when you double click a text node to replace it, in some contexts the entered text goes to the previous text node.
See use case below.

 
Goal :
Before After
<?xml version="1.0"?>
<db:glossentry>
  <db:glossterm>V</db:glossterm>
  <db:glossdef>
     <db:para xml:lang="en">Verify</db:para>
     <db:para xml:lang="fr">Vérification</db:para>
  </db:glossdef>
</db:glossentry>
<?xml version="1.0"?>
<db:glossentry>
  <db:glossterm>V</db:glossterm>
  <db:glossdef>
     <db:para xml:lang="en">Notification</db:para>
     <db:para xml:lang="fr">Vérification</db:para>
  </db:glossdef>
</db:glossentry>
 
I double click on "Verifiy" :
 
I start typing ""Notification" :
<para> is empty and closed… and it's difficult to go backward without undo.
 
Configuration : Chrome Version 30.0.1599.101 m and Java Version 7 Update 45
 

Best regards,

Camille.
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to