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

Deleted tags in TrackChanges do not really look deleted

    • Medium
    • FIX: Deleted tags in TrackChanges in the HTML-Editor now look deleted as well (decorated with a strike-through)

      They should look "strikedthrough".

      According to Thomas this could be a solution:
      https://web.dev/css-masking/

      Also perhaps with something like this code (discuss with Thomas and Ines-Paul first, because they tried a lot already to achieve this). Also Stephan might have good ideas how to solve this.
      <!DOCTYPE html>
      <html>
      <body>

      <style>

      div {
      width: 15px;
      position: relative;
      display: inline;
      }

      span {
      position: absolute;
      display: inline;
      height: 2px;
      width: 15px;
      background: red;
      }

      .secondOverlayLine {
      top: 33%;
      }

      </style>dies ist ein
      <div id="preview-image-wrapper">

      <span class="secondOverlayLine"></span>

      <img src="http://placehold.it/15x15">
      </div> test.
      </body>
      </html>

          [TRANSLATE-2224] Deleted tags in TrackChanges do not really look deleted

          Marc Mittag [Administrator] made changes -
          Start Date [Gantt] Original: 05/May/24 12:00 AM New: 30/Apr/24 12:00 AM
          Marc Mittag [Administrator] made changes -
          Start Date [Gantt] New: 05/May/24 12:00 AM
          Aleksandar Mitrev made changes -
          Status Original: Final pull request made [ 10005 ] New: Done [ 10000 ]
          Marc Mittag [Administrator] made changes -
          Workflow Original: MittagQI Workflow [ 30014 ] New: MittagQI Workflow with Peer [ 36442 ]
          Thomas Lauria made changes -
          ChangeLog Description Original: FIX: Deleted tags in TrackChanges in the HTML-Editor now loog deleted as well (decorated with a strike-through) New: FIX: Deleted tags in TrackChanges in the HTML-Editor now look deleted as well (decorated with a strike-through)
          Axel Becher made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Test Ready [ 10005 ]
          Axel Becher made changes -
          Status Original: Selected for Development [ 10100 ] New: In Progress [ 3 ]
          Axel Becher made changes -
          Status Original: Open [ 10002 ] New: Selected for Development [ 10100 ]
          Axel Becher made changes -
          Fix Version/s New: translate5 - 5.0.13 [ 11503 ]
          Axel Becher made changes -
          Status Original: In Progress [ 3 ] New: Open [ 10002 ]

            axelbecher Axel Becher
            marcmittag Marc Mittag [Administrator]
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: