Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-3487

Taking over fuzzy matches in the UI may lead to corrupted internal tags

    XMLWordPrintable

Details

    • Critical
    • Hide
      6.5.4: FIX: Segments with more then 9 tags were producing errors in the UI
      6.5.3: Taking over fuzzy matches in the UI was producing corrupted internal tags. In the Editor the tags were looking correctly, but on database level they did contain the wrong content.
      6.5.5: Fix problem with locked segment tag
      6.6.1: Fix problem in old safari browsers
      Show
      6.5.4: FIX: Segments with more then 9 tags were producing errors in the UI 6.5.3: Taking over fuzzy matches in the UI was producing corrupted internal tags. In the Editor the tags were looking correctly, but on database level they did contain the wrong content. 6.5.5: Fix problem with locked segment tag 6.6.1: Fix problem in old safari browsers

    Description

      problem

      Assume a segment like that:

      Test text <1><2><3/></2></1> or <4><5><6/></5></4>. 

      When finding a fuzzy match in the TM (same tags, slightly different text) and taking over that segment in the UI from the match resource panel, we get in the segment editor then:

      Different text <1><2><3/></2></1> or <4><5><3/></5></4>.  

      Please note, that the <6/> tag is gone and replaced by <3/> - which is then twice in the segment. According to the segment history the user did fix that in the same editing process, so the user repaired the tags, removed the second <3/> tag and replaced it with <6/> tag. Still the way how he did that (ctrl-c,ctrl-v or ctrl-, 6) is unclear.

      However, after saving the tag should look correct, but the div span CSS container of the second tag is containing the css content of the previous <3/> tag which is wrong.

      Attachments

        Issue Links

          Activity

            People

              leonkiz Leon Kiz
              tlauria Thomas Lauria
              Thomas Lauria
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: