[opencms-dev] V6.2 beta : problem saving image maps

Jack Bakker jbakker at iable.ca
Thu Mar 23 20:01:44 CET 2006


V6.2 beta

Using the new FCKeditor, every time I _save_ an 'page' with a client-side
image map in it, the coordinate values increase. 

--------------------
Original insert:

<IMG SRC="/images/home.jpg" WIDTH=413 HEIGHT=375 BORDER=0
USEMAP="#home_Map">
<MAP NAME="home_Map">
<AREA SHAPE="rect" ALT="" COORDS="16,229,231,365" HREF="retirement">
<AREA SHAPE="rect" ALT="" COORDS="238,182,383,364" HREF="training">
<AREA SHAPE="rect" ALT="" COORDS="238,10,383,175" HREF="employment">
<AREA SHAPE="rect" ALT="" COORDS="16,9,231,223" HREF="insurance">
</MAP>
--------------------
Save then open and see:

<img height="375" alt="" width="413" usemap="#home_Map" border="0"
src="/images/home.jpg" /> <map name="home_Map">
<area alt="" href="retirement" coords="25,358,361,570" shape="RECT" />
<area alt="" href="training" coords="373,285,599,569" shape="RECT" />
<area alt="" href="employment" coords="373,16,599,274" shape="RECT" />
<area alt="" href="insurance" coords="25,14,361,349" shape="RECT" /></map>

----------------------
Save then open and see:

<img height="375" alt="" width="413" usemap="#home_Map" border="0"
src="/images/home.jpg" /> <map name="home_Map">
<area alt="" href="retirement" coords="39,560,564,891" shape="RECT" />
<area alt="" href="training" coords="583,445,936,889" shape="RECT" />
<area alt="" href="employment" coords="583,25,936,429" shape="RECT" />
<area alt="" href="insurance" coords="39,23,564,545" shape="RECT" /></map>



..............................
Jack Bakker 
-----< www.iable.ca >---------





More information about the opencms-dev mailing list