Regards, Max Carlson OpenLaszlo.org
On 7/21/10 5:55 AM, Ono Keiji wrote:
Thank you for this solution, it looks works fine about scrolling, but there are a few trouble in dhtml. I have attached three images. The first is getting pop up warning message when it compile to dhtml, it is not to swf. The messages is "WARNING: lz.embed.dhtml() requires an LFC to be loaded,either with a call to lz.embed.lfc(url,serveroot) or by specifying the lfcurl property int the call to lz.embed.dhtml()"
This was the result of a missing merge from trunk to 4.8 (my fault) which has been fixed.
The second is dhtml solo app images broken.
There are some bugs in SOLO DHTML. See http://jira.openlaszlo.org/jira/browse/LPP-9215
The third is the text of button is crazy on ie8.
I think this is related to the second issue.
I pick up the nightly build 17006 for branch 4.8 at http://download.openlaszlo.org/nightly/4.8 'Servlet Only'. And i got them on my win vista and chrome/ff/ie8. The test code is below. <canvas> <window width="200" height="200"> <button>aaa</button> </window> </canvas>
I filed another bug to track these here: http://jira.openlaszlo.org/jira/browse/LPP-9215
