Hi all,

I use the following code in configuration:

  <command name="doc_addTimes">
    <macro>
      <sequence>
        <command name="insert" parameter="into cTimes" />
        <command name="insertNode" parameter="textAfter" />
      </sequence>
    </macro>
  </command>

  <binding>
    <keyPressed code="MULTIPLY" modifiers="ctrl"/>
    <command name="doc_addTimes" />
  </binding>

which properly worked in XXE2.x until 2.4. Element cTimes is singular, its
content is EMPTY. Now, binding seems to work OK, but executing command
not -- if I press Ctrl+*, nothing is done EXCEPT: if I, after pressing
Ctrl+*, use some other command (I e.g. have Ctrl+Shift+E to convert to em),
the cMinus tag appear inside newly created <em>..</em>.

I concurently with XXE updated Java to 1.4.2, so the problem can be in it
too (even if the issue sounds like XXE bug).

Have a nice day,

Martin

--------
Martin Kolarik
Moravske Pristroje, a.s., Masarykova 1148, Zlin 76302
tel. +420 603 498 498, fax +420 577 107 171
web: http://www.mii.cz
--------
e-mail: kolarik at mii.cz
e-mail: kolarik at click.cz
tel. +420 603 535 593


Reply via email to