[Laszlo-checkins] r11844 - openlaszlo/trunk/laszlo-explorer/basics

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Thu Nov 20 10:53:28 PST 2008


Author: jcrowley
Date: 2008-11-20 10:53:25 -0800 (Thu, 20 Nov 2008)
New Revision: 11844

Modified:
   openlaszlo/trunk/laszlo-explorer/basics/form.lzx
Log:
-m "skip-pre-commit-checks"

Change 20081120-laszlo-4 by laszlo at T43-L3XEXMW on 2008-11-20 04:17:36 EST
    in /home/laszlo/src/svn/openlaszlo/trunk-grayfox
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: LPP-7021 - XP/FF2: DHTML: L-in-10: Inroduction: Form: Can not select item from drop down menu

New Features:

Bugs Fixed: XP/FF2: DHTML: L-in-10: Inroduction: Form: Can not select item from drop down menu

Technical Reviewer: promanik
QA Reviewer: henry.minsky at gmail.com
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: There's an extremely baffling underlying issue
    here that's been filed as LPP-7373.  This is a
    workaround to get this example to work.

Tests: (This bug seems to only be applicable for Firefox
    in Windows XP.)
    
    Run laszlo-explorer.  Click the button to run in
    DHTML.  Click "Laszlo-in-10", then "Introduction", then
    "Form".  Before clicking anything else at all, click
    on the combobox.  You should now be able to select an
    item on the first try.



Modified: openlaszlo/trunk/laszlo-explorer/basics/form.lzx
===================================================================
--- openlaszlo/trunk/laszlo-explorer/basics/form.lzx	2008-11-20 18:37:25 UTC (rev 11843)
+++ openlaszlo/trunk/laszlo-explorer/basics/form.lzx	2008-11-20 18:53:25 UTC (rev 11844)
@@ -3,7 +3,7 @@
   <!-- and echoes it back in a response -->
   <dataset name="echoer" src="http:echoxml.jsp"/>
   
-  <window x="10" y="10" >
+  <view x="10" y="10" >
     <form id="ex1" bgcolor="0xAAB5C8" >
       <submit name="submitter" dataset="${echoer}"/>
       
@@ -49,5 +49,5 @@
       <text text="your name has been changed." 
             y="103" align="center" />
     </view>
-  </window>
+  </view>
 </canvas>



More information about the Laszlo-checkins mailing list