Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-572

I18nTransformer sax the untranslated key in a <message> tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.1.1, 2.2
    • None
    • None
    • None

      This brings to JS errors sometimes.

      XMLUtils.createElement(paramSaxBuffer, "message", atts, catalogueID + ':' + key);
      

      should be

      paramSaxBuffer.characters(ch, start, length).
      

            cedric Cédric Damioli
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: