<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>For me the bubble in front of the preview window ist broken. I found that the src is missing in the HTML Code. 
To fix this is to change this.pointNode to Element &quot;div&quot; instead of &quot;img&quot;. Then insert some innerHTML with html img.
// point
//this.pointNode = newNode(&quot;img&quot;);
this.pointNode = newNode(&quot;div&quot;);
this.pointNode.innerHTML = '&lt;img src=&quot;'+ POINT_IMAGE +'&quot;';
  this.pointNode.className = &quot;PV_point&quot;;
 this.bubbleNode.appendChild(this.pointNode);</body>
  <body-html>&lt;p&gt;For me the bubble in front of the preview window ist broken. I found that the src is missing in the HTML Code. 
&lt;br /&gt;To fix this is to change this.pointNode to Element &quot;div&quot; instead of &quot;img&quot;. Then insert some innerHTML with html img.
&lt;br /&gt;// point
&lt;br /&gt;//this.pointNode = newNode(&quot;img&quot;);
&lt;br /&gt;this.pointNode = newNode(&quot;div&quot;);
&lt;br /&gt;this.pointNode.innerHTML = '&lt;img src=&quot;'+ POINT_IMAGE +'&quot;&gt;&lt;br /&gt;  this.pointNode.className = &quot;PV_point&quot;;
&lt;br /&gt; this.bubbleNode.appendChild(this.pointNode);&lt;/p&gt;</body-html>
  <created-at type="datetime">2005-12-23T08:21:50Z</created-at>
  <forumable-id type="integer">1554</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">48347</id>
  <topic-id type="integer">14140</topic-id>
  <updated-at type="datetime">2008-11-16T23:54:44Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">2415</user-id>
</post>
