Change change.IRUbJ6604.txt by [EMAIL PROTECTED] /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals/WEB-INF/lps/lfc/ on 2006-10-09 11:20:29 EDT
Summary: Move common implementation of getAttributeRelative() from LzSprite to LzView New Features: Bugs Fixed: Technical Reviewer: ptw QA Reviewer: (pending) Doc Reviewer: (pending) Documentation: Release Notes: Details: The implementation of getAttributeRelative() for dhtml was missing width and height. Since most of the swf implementation of getAttributeRelative() is generic, I moved it back to LzView. The small piece of runtime specific information is still kept in LzSprite.getAttributeRelative(). I also included a few small changes to LzSprite.js. setWidth() and setHeight() ignore NaN (just like they do for null or negative numbers). Also, I added stub functions for sendBehind() and sendInFrontOf() since these were missing from dhtml and IE6 is complaining about them. Tests: lzpix, calendar running in dhtml, swf. Files: M kernel\swf\LzSprite.as M kernel\dhtml\LzSprite.js M views\LaszloView.lzs _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
