Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-1577

HTMLExpert : Image map does not work

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • 3.0
    • 3.0 M5
    • Inline Editor
    • None
    • FF 3.5

      How to reproduce

      • Connect to the cms
      • Select a page
      • Select a zone
      • Add an article
      • Click to add html
      • Select the html icon
      • Add the html (map, areas...) with links to the shared image in the resources explorer

      Actual behavior

      • There is no links
      • Error js

      Expected behavior

      • The area links are correct

          [CMS-1577] HTMLExpert : Image map does not work

          you are using unexisting area-coords and area-shape attributes instead of coords shape
          (they were necessary on anycontent 2 expert mode - but this is no more necessary)

          Raphaël Franchet added a comment - you are using unexisting area-coords and area-shape attributes instead of coords shape (they were necessary on anycontent 2 expert mode - but this is no more necessary)

          Laurence Perier added a comment - - edited
          <p>
              <img usemap="#direction" alt="Direction de l'UPMC, présidence, conseillers, comité exécutif, directions" src="/www/_resources/view/images_map/organisation/direction.gif" />
          </p>
          <map name="direction" id="direction">
              <area area-coords="4,7,160,57" area-shape="rect" href="http://www.upmc.fr" alt="cabinet du président" />
              <area area-coords="167,7,325,59" area-shape="rect" href="http://www.upmc.fr" alt="Président" />
              <area area-coords="5,66,160,116" area-shape="rect" href="http://www.upmc.fr" alt="Conseillers - chargés de mission" />
              <area area-coords="167,67,324,116" area-shape="rect" href="http://www.upmc.fr" alt="Comité exécutif" />
              <area area-coords="331,67,487,117" area-shape="rect" href="http://www.upmc.fr" alt="Direction de la communication" />
              <area area-coords="167,124,324,173" area-shape="rect" href="http://www.upmc.fr" alt="Directions" />
          </map>

          Laurence Perier added a comment - - edited <p> <img usemap= "#direction" alt= "Direction de l'UPMC, présidence, conseillers, comité exécutif, directions" src= "/www/_resources/view/images_map/organisation/direction.gif" /> </p> <map name= "direction" id= "direction" > <area area-coords= "4,7,160,57" area-shape= "rect" href= "http://www.upmc.fr" alt= "cabinet du président" /> <area area-coords= "167,7,325,59" area-shape= "rect" href= "http://www.upmc.fr" alt= "Président" /> <area area-coords= "5,66,160,116" area-shape= "rect" href= "http://www.upmc.fr" alt= "Conseillers - chargés de mission" /> <area area-coords= "167,67,324,116" area-shape= "rect" href= "http://www.upmc.fr" alt= "Comité exécutif" /> <area area-coords= "331,67,487,117" area-shape= "rect" href= "http://www.upmc.fr" alt= "Direction de la communication" /> <area area-coords= "167,124,324,173" area-shape= "rect" href= "http://www.upmc.fr" alt= "Directions" /> </map>

            Unassigned Unassigned
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: