<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/fpxhtmlrender/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/fpxhtmlrender/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/fpxhtmlrender/bugs/</id><updated>2006-05-17T22:48:59Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Rendering does not work once the parser is loaded in a mask</title><link href="https://sourceforge.net/p/fpxhtmlrender/bugs/2/" rel="alternate"/><published>2006-05-17T22:48:59Z</published><updated>2006-05-17T22:48:59Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5658bede4b764a0ee2ad0c0eee38cbf62ee7516f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;I am trying to set up a project, whereby I load HTML&lt;br /&gt;
pages into a Flash movie.&lt;/p&gt;
&lt;p&gt;Since the HTML pages are sometimes very long, I wanted&lt;br /&gt;
to place them in a mavieclip with a mask, so that only&lt;br /&gt;
a part of the HTML file is visible.&lt;/p&gt;
&lt;p&gt;The movieclip (with the rendered HTML) should then be&lt;br /&gt;
scrollable.&lt;/p&gt;
&lt;p&gt;While everything works well, loading the HTML page into&lt;br /&gt;
a movie clip, masking and scrolling a regular&lt;br /&gt;
movieclip, I run into problems, if the clip that&lt;br /&gt;
contains the rendered HTML is under a mask. In this&lt;br /&gt;
case simply nothing gets rendered, except the&lt;br /&gt;
background colour of my table.&lt;/p&gt;
&lt;p&gt;Do you have an idea why this would happen??&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
ralph&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Wrong y-value in div</title><link href="https://sourceforge.net/p/fpxhtmlrender/bugs/1/" rel="alternate"/><published>2006-01-18T06:57:12Z</published><updated>2006-01-18T06:57:12Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7a590e8cbae9f190f63cc275aef026c237e73510</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In htmlRender_div.as a line was missing&lt;/p&gt;
&lt;p&gt;for (var w=0;w&amp;lt;extracted.length;w++){&lt;br /&gt;
if (extracted[w].indexOf("top")!=-1){&lt;br /&gt;
var tempa=extracted[w].split(':');&lt;br /&gt;
var tempb=tempa[1].split('px');    &amp;lt;--- THIS LINE&lt;br /&gt;
this._y=Number(tempb[0]);&lt;br /&gt;
trace("Y: "+this._y);&lt;br /&gt;
}&lt;br /&gt;
else if (extracted[w].indexOf("left")!=-1){&lt;br /&gt;
var tempa=extracted[w].split(':');&lt;br /&gt;
var tempb=tempa[1].split('px');&lt;br /&gt;
this._x=Number(tempb[0]);&lt;br /&gt;
trace("X: "+this._x);&lt;br /&gt;
}&lt;br /&gt;
else if (extracted[w].indexOf("visibility")!=-1){&lt;br /&gt;
var tempa=extracted[w].split(':');&lt;br /&gt;
//set visibility status&lt;br /&gt;
if (tempa[1].toLowerCase().indexOf("hidden")!=-1){&lt;br /&gt;
this._visible=false;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;It works better with this line :-)&lt;br /&gt;
/P&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>