2024-05-02 15:44 BST

View Revisions: Issue #2638

Summary 0002638: Full Save loses <Map> coordinates
Revision 2019-03-19 15:30 by John Rickman
Description When you do a NetSurf "full save" of a page with an image map it does not keep all the coordinates.

See illustration below:

 From Original Home Page index.html of http://www.gaydon.org.uk/
   <area shape="rect" coords="640, 20,790, 65" href="con
   <area shape="rect" coords="540,135,790,180" href="pco

 From Full save of Home Page - NOTE coordinates are lost
   <AREA shape="rect" coords="640" href="http
   <AREA shape="rect" coords="540" href="http

 From >Page >Save..of Home Page - NOTE all coordinates are saved
   <area shape="rect" coords="640, 20,790, 65" href="
   <area shape="rect" coords="540,135,790,180" href="
Revision 2019-05-06 15:54 by Vincent Sanders
Description When you do a NetSurf "full save" of a page with an image map it does not keep all the coordinates.

See illustration below:

 From Original Home Page index.html of http://www.gaydon.org.uk/
   <area shape="rect" coords="640, 20,790, 65" href="con
   <area shape="rect" coords="540,135,790,180" href="pco

 From Full save of Home Page - NOTE coordinates are lost
   <AREA shape="rect" coords="640" href="http
   <AREA shape="rect" coords="540" href="http

 From >Page >Save..of Home Page - NOTE all coordinates are saved
   <area shape="rect" coords="640, 20,790, 65" href="
   <area shape="rect" coords="540,135,790,180" href="
Revision 2019-03-19 15:30 by John Rickman
Steps To Reproduce open http://www.gaydon.org.uk/
This is an image mapped page - hover over text to find mapped areas
Now do a Full save of the page. Open the Full Save and note that the areas are no longer mapped. The html saved is missing all but the first map coordinate for each mapped area
 

Revision 2019-05-06 15:54 by Vincent Sanders
Steps To Reproduce open http://www.gaydon.org.uk/
This is an image mapped page - hover over text to find mapped areas
Now do a Full save of the page. Open the Full Save and note that the areas are no longer mapped. The html saved is missing all but the first map coordinate for each mapped area