PDA

View Full Version : multiline edittext does not work in IE 7 (DHTML)


wombat307
06-07-2007, 08:23 AM
Hi all,
i have a problem with edittext on IE 7 (works on Firefox).
I am currently using r5314 (of June 4th).


<?xml version="1.0" encoding="UTF-8"?>
<canvas height="550" bgcolor="silver">
<simplelayout axis="y" spacing="5"/>
<edittext height="200" width="300" multiline="true">Test 1.. 2.. 3..</edittext>
</canvas>


The edittext control (white area) covers the correct height but the scrollable/editable area is only about two lines high. The content is also only shown in that two-line high area.

Is this a known error? if yes->Is there a workaround?

Do i have to step back to a previous version?

Thank you for any answers.

max
06-11-2007, 12:31 PM
I've filed a bug here: http://jira.openlaszlo.org/jira/browse/LPP-4119

I have a fix ready for review. I'll let you know when it's in the nightly build. Thanks!

Regards,
Max Carlson
OpenLaszlo.org

max
06-11-2007, 02:03 PM
This is now fixed in the legals branch as of r5370, and should go out in the next nightly build.

Regards,
Max Carlson
OpenLaszlo.org

wombat307
06-18-2007, 12:21 AM
Thank you for the feedback & fix!