Closed GoogleCodeExporter closed 9 years ago
Hi just wanted to add a point that it looks like it has something to do with
the
tags. I changed on of the frames to a TInlineFrame and the htmlarea worked I
enabled
the iframe above it and it continued to work.
However iframe below the tinlineframe would cause the same behavior as reported
above.
So to summarise:
<tr><td>thtmlarea</td><tr>
<tr><td>iframe</td><tr>
<tr><td>tinlineframe</td><tr>
works as expected
however:
<tr><td>thtmlarea</td><tr>
<tr><td>tinlineframe</td><tr>
<tr><td>iframe</td><tr>
does not
I can put several iframes between the thtmlarea and the tinlineframe and it
continues to work.
Hope that give you guys enough info to knock it for 6
cheers - Kactus
Original comment by kactus...@gmail.com
on 18 Aug 2009 at 2:32
ok Sussed it
was using <iframe src="asdf" />
instead of
<iframe ... > </iframe>
the tinlineframe adds the </iframe> to the end and the page is processed
noticed when examining the source.
Cheers - Kactus
Original comment by kactus...@gmail.com
on 18 Aug 2009 at 3:26
Thanks for the report Kactus, I'm glad you solved it :)
Original comment by carlgmathisen
on 18 Aug 2009 at 2:07
Original issue reported on code.google.com by
kactus...@gmail.com
on 17 Aug 2009 at 7:45