composer erases div segment
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
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
Comment 1•4 years ago
|
||
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).
Updated•1 year ago
|
Description
•