Author: ben
Date: 2007-07-05 14:07:45 -0700 (Thu, 05 Jul 2007)
New Revision: 5596

Modified:
   openlaszlo/branches/legals/lps/components/lzunit/lzunit.lzx
Log:
Change 20070705-ben-M by [EMAIL PROTECTED] on 2007-07-05 14:05:16 PDT
    in /Users/ben/src/svn/openlaszlo/branches/legals
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Make smokecheck more readable

New Features: smokecheck result has a grey background

Bugs Fixed:

Technical Reviewer: ptw (implicitly, in advance, by requesting this feature)
QA Reviewer: frisco
Doc Reviewer: (pending)

Documentation:
To make the smokecheck output more readable, we add a semi-transparent 
background to the lzunit result display. This is just a little transparent,
enough to see that something is going on in the background, but not
so transparent that the results aren't readable. 

Note that when running the smokecheck in dhtml, a single text field
reading "some text" doesn't get pushed behind the TestResult's background;
this seems to be a bug in dhtml that doesn't happen in swf. This
issue only obscures the title "Test Progress," not details of the
results. 

Release Notes:

Details:


Tests:
http://localhost:8080/legals2/test/smoke/smokecheck.lzx?lzr=swf8
http://localhost:8080/legals2/test/smoke/smokecheck.lzx?lzr=dhtml



Modified: openlaszlo/branches/legals/lps/components/lzunit/lzunit.lzx
===================================================================
--- openlaszlo/branches/legals/lps/components/lzunit/lzunit.lzx 2007-07-05 
21:02:58 UTC (rev 5595)
+++ openlaszlo/branches/legals/lps/components/lzunit/lzunit.lzx 2007-07-05 
21:07:45 UTC (rev 5596)
@@ -767,7 +767,7 @@
   See the documentation for <xref linkend="TestSuite"/>
   for an example of this tag.
 -->
-<class name="TestResult" extends="DebugObject">
+<class name="TestResult" extends="DebugObject" opacity="0.9" 
bgcolor="0xCCCCCC">
     <method name="_dbg_typename">
         return "TestResult";
     </method>
@@ -1094,6 +1094,7 @@
       @keywords private
     -->
     <method name="run">
+        this.controlPanel.bringToFront(); // make sure we can see the control 
panel 
         dw("TestSuite.run()");
         <!-- bleah -->
         this.setResult(controlPanel.theTestResult);


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to