-
Bug
-
Resolution: Fixed
-
None
-
Medium
-
FIX: Deleted tags in TrackChanges in the HTML-Editor now look deleted as well (decorated with a strike-through)
-
Emptyshow more show less
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
Start Date [Gantt] | Original: 05/May/24 12:00 AM | New: 30/Apr/24 12:00 AM |
Start Date [Gantt] | New: 05/May/24 12:00 AM |
Status | Original: Final pull request made [ 10005 ] | New: Done [ 10000 ] |
Workflow | Original: MittagQI Workflow [ 30014 ] | New: MittagQI Workflow with Peer [ 36442 ] |
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) |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Test Ready [ 10005 ] |
Status | Original: Selected for Development [ 10100 ] | New: In Progress [ 3 ] |
Status | Original: Open [ 10002 ] | New: Selected for Development [ 10100 ] |
Fix Version/s | New: translate5 - 5.0.13 [ 11503 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 10002 ] |