Closed Bug 1658398 Opened 5 years ago Closed 4 years ago

composer erases div segment

Categories

(SeaMonkey :: Composer, defect)

SeaMonkey 2.53
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1214005

People

(Reporter: kbptucson, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36

Steps to reproduce:

keyed in in html tab this sample code from https://www.w3schools.com/howto/howto_js_image_zoom.asp:
<div class="img-zoom-container">
<img id="myimage" src="img_girl.jpg" width="300" height="240" alt="Girl">
<div id="myresult" class="img-zoom-result"></div>
</div>

Actual results:

composer automatically deleted this part without notice:
<div id="myresult" class="img-zoom-result"></div>

Expected results:

should not have deleted the code segment- it is necessary and is read correctly by chrome, firefox and edge

This query showed that this one probably is a DUP of
"Bug 1214005 - div removed, breaks site"

@reporter:
Please feel free to reopen this Bug if you find evidence that we have an independent issue here. (for example because the fix for the other bug does not work for you).

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Version: SeaMonkey 2.53 Branch → SeaMonkey 2.53
You need to log in before you can comment on or make changes to this bug.