[Laszlo-checkins] r10192 - in openlaszlo/branches/4.1: . lps/components/extensions

max@openlaszlo.org max at openlaszlo.org
Thu Jul 3 12:32:56 PDT 2008


Author: max
Date: 2008-07-03 12:32:55 -0700 (Thu, 03 Jul 2008)
New Revision: 10192

Modified:
   openlaszlo/branches/4.1/
   openlaszlo/branches/4.1/lps/components/extensions/drawview.lzx
Log:
Merged revisions 10183 via svnmerge from 
http://svn.openlaszlo.org/openlaszlo/trunk

.......
  r10183 | max | 2008-07-02 16:25:35 -0700 (Wed, 02 Jul 2008) | 16 lines
  
  Change 20080702-maxcarlson-o by maxcarlson at Roboto on 2008-07-02 15:20:21 PDT
      in /Users/maxcarlson/openlaszlo/trunk-clean
      for http://svn.openlaszlo.org/openlaszlo/trunk
  
  Summary: Place draview behind subviews in Flash
  
  Bugs Fixed: LPP-6581 - Drawview masks subviews in 4.1 SWF
  
  Technical Reviewer: promanik
  QA Reviewer: ryeager at cooqy.com
  
  Details: Use a clip level of 1 to ensure the drawview is visibly behind any subviews.
  
  Tests: See LPP-6581.
.......



Property changes on: openlaszlo/branches/4.1
___________________________________________________________________
Name: svnmerge-integrated
   - /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-10153
   + /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-10153,10183

Modified: openlaszlo/branches/4.1/lps/components/extensions/drawview.lzx
===================================================================
--- openlaszlo/branches/4.1/lps/components/extensions/drawview.lzx	2008-07-03 19:28:57 UTC (rev 10191)
+++ openlaszlo/branches/4.1/lps/components/extensions/drawview.lzx	2008-07-03 19:32:55 UTC (rev 10192)
@@ -926,7 +926,7 @@
                 var context = this.sprite.getContext();
                 if ($swf8) {
                     this.rebuildBitmap();
-                    this.drawcontainer = context.createEmptyMovieClip("drawcontainer",context.getNextHighestDepth());
+                    this.drawcontainer = context.createEmptyMovieClip("drawcontainer",1);
                     this.__drawing = this.drawcontainer.createEmptyMovieClip("drawing",this.drawcontainer.getNextHighestDepth());
 
                     context = this.drawcontainer;



More information about the Laszlo-checkins mailing list