MantisBT - NetSurf
View Issue Details
0002638NetSurfRISC OS-specificpublic2019-03-19 15:302019-05-06 15:54
ReporterJohn Rickman 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformARMX6OSRISC OSOS Version5.25
Product Version3.8 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #4408
URL of problem pagehttp://www.gaydon.org.uk/
Summary0002638: Full Save loses <Map> coordinates
DescriptionWhen 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="
Steps To Reproduceopen 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
 

TagsNo tags attached.
Attached Files

There are no notes attached to this issue.

Issue History
2019-03-19 15:30John RickmanNew Issue
2019-05-06 15:54Vincent SandersStatusnew => acknowledged
2019-05-06 15:54Vincent SandersDescription Updatedbug_revision_view_page.php?rev_id=2078#r2078
2019-05-06 15:54Vincent SandersSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=2080#r2080