I can confirm this issue. in the example if you do the following.
- Select the Image of the girls face.
- Click the Add Image Map button on the tool bar. (A new window will be displayed)
- Click the Add Image Map button
- Click in the middle of the newly added hot spot
- using the size adjusters resize the hot spot to something (size really does not matter)
- with the hot spot selected click the add hyperlink button
- add a url (in my case i used http://www.google.com)
- click insert
- click insert
- click the View HTML button at the bottom of the editor
- you will see html that looks as follows (with different coordinates most likely)
<table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="4">
<tbody>
<tr>
<td>
<p> <map name="AutoMap1">
<area shape="rect" coords="17,2,64,49" href="httpL://www.google.com" /></map><img usemap="#AutoMap1" src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" alt="" /><map name="AutoMap1">
<area shape="rect" coords="17,2,64,49" href="httpL://www.google.com" /></map><br />
</p>
<br />
</td>