<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fpxhtmlrender/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fpxhtmlrender/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 17 May 2006 22:48:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fpxhtmlrender/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Rendering does not work once the parser is loaded in a mask</title><link>https://sourceforge.net/p/fpxhtmlrender/bugs/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 May 2006 22:48:59 -0000</pubDate><guid>https://sourceforge.net5658bede4b764a0ee2ad0c0eee38cbf62ee7516f</guid></item><item><title>Wrong y-value in div</title><link>https://sourceforge.net/p/fpxhtmlrender/bugs/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Jan 2006 06:57:12 -0000</pubDate><guid>https://sourceforge.net7a590e8cbae9f190f63cc275aef026c237e73510</guid></item></channel></rss>