Author: ben
Date: 2007-07-25 21:38:32 -0700 (Wed, 25 Jul 2007)
New Revision: 5795

Modified:
   sandbox/ben/branches/cuppajoe/
Log:
Blocked revisions 5747,5757,5771 via svnmerge

.......
  r5747 | max | 2007-07-22 21:00:59 -0700 (Sun, 22 Jul 2007) | 28 lines
  
  Change 20070722-maxcarlson-g by [EMAIL PROTECTED] on 2007-07-22 12:13:31 PDT
      in /Users/maxcarlson/openlaszlo/legals-checkin
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: Fix inputtext focus and blurring in IE
  
  New Features:
  
  Bugs Fixed: LPP-4244 - Mouse handling busted in R5588 IE7 DHTML
  
  Technical Reviewer: promanik
  QA Reviewer: hminsky
  Doc Reviewer: (pending)
  
  Documentation: 
  
  Release Notes:
  
  Details: LzSprite.js - setWidth/Height() return new width value if changed.  
Optimize setOpacity.
  
  LzMouseKernel.js - Pass eventname and target into 
LzInputTextSprite.__hideIfNotFocused(), but only when fix_ie_clickable quirk is 
on.  Otherwise, act the same as before.
  
  LzInputTextSprite.js - Add __setglobalclickable() method and call it instead 
of calling __setCSSClassProperty() directly.  Turn global ckickability on when 
mousing out of inputtext, and off again when mousing back over the inputtext.  
This makes clickable views function they way they should without interfering 
with the inputtext.  setWidth/Height() use values returned from 
LzSprite.setWidth/Height().
      
  
  Tests: ant lztest, LPP-4244 pass.
.......
  r5757 | max | 2007-07-23 17:07:34 -0700 (Mon, 23 Jul 2007) | 24 lines
  
  Change 20070723-maxcarlson-r by [EMAIL PROTECTED] on 2007-07-23 13:14:59 PDT
      in /Users/maxcarlson/openlaszlo/legals-checkin
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: Turn off opacity for opacity == 1, turn off alphaimageloader in ie7
  
  New Features:
  
  Bugs Fixed: LPP-4242 - Controls go to disabled state when outer view opacity 
set in R5588 IE7 DHTML
  
  Technical Reviewer: promanik
  QA Reviewer: jcrowley
  Doc Reviewer: (pending)
  
  Documentation:
  
  Release Notes:
  
  Details: LzSprite.js - Separate ie_opacity into its own quirk.  Turn off 
ie_alpha_image_loader and turn on invisible_parent_image_sizing_fix quirks for 
ie 7.  setOpacity(0) hides the div, and setOpacity(1) removes the opacity css 
property.  Fix __findParents for cases where the parent sprite is null.
      
  
  Tests: Fixes initial testcase in LPP-4242.  Also fixes display bug in 
calendar edit panel (select an event and click the (i) button).
.......
  r5771 | max | 2007-07-24 12:45:25 -0700 (Tue, 24 Jul 2007) | 24 lines
  
  Change 20070724-maxcarlson-G by [EMAIL PROTECTED] on 2007-07-24 11:29:20 PDT
      in /Users/maxcarlson/openlaszlo/legals-checkin/WEB-INF/lps/lfc
      for http://svn.openlaszlo.org/openlaszlo/branches/legals/WEB-INF/lps/lfc
  
  Summary:  Fix memory leaks in IE 7
  
  New Features:
  
  Bugs Fixed:
  
  Technical Reviewer: promanik
  QA Reviewer: jcrowley
  Doc Reviewer: (pending)
  
  Documentation:
  
  Release Notes:
  
  Details: LzSprite.js - More comperhensive destruction of 
non-ie_alphaimageloader images in __destroyImage().  Leave empty hashes for 
LzSprite.prototype.__sprites and LzSprite.prototype._sizedomcache in 
__cleanUpForIE().
      
  
  Tests: Before this test, reloading any application in IE7 would show leakage 
when hitting reload repeatedly in the browser.  I tested with the task manager 
open to watch memory usage.  This change stabilizes image leaks, but there may 
still be some leaks when data is loaded.
.......



Property changes on: sandbox/ben/branches/cuppajoe
___________________________________________________________________
Name: svnmerge-blocked
   - /openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332
   + /openlaszlo/branches/legals:5747,5757,5771 
/openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332


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

Reply via email to