|
|
|
[
Permlink
| « Hide
]
Mamye Kratt - 04/May/07 04:48 PM
See comments in bug.
r4912 | ptw | 2007-05-05 23:21:48 -0400 (Sat, 05 May 2007) | 24 lines
Changed paths: M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java Change 20070505-ptw-w by ptw@dueling-banjos.local on 2007-05-05 19:51:56 EDT in /Users/ptw/OpenLaszlo/legals-1 for http://svn.openlaszlo.org/openlaszlo/branches/legals Summary: Don't munge canvas.{height,width} Bugs Fixed: Technical Reviewer: max (Message-ID: <463D37B8.9070106@openlaszlo.org>) QA Reviewer: mamye (pending) Details: The canvas expects to be able to do all sorts of compile-time parsing and manipulation of its `width` and `height` properties, so we can't surround them with #beginAttribute #endAttribute directives that are used by the Parser to give better error messages for attributes. Tests: Bug test case works correctly. ant lztest Removing Osprey from affected versions, since it is not a branch yet.
r4914 | max | 2007-05-06 01:07:53 -0400 (Sun, 06 May 2007) | 30 lines
Changed paths: M /openlaszlo/branches/4.0 M /openlaszlo/branches/4.0/WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java Merged revisions 4610-4623,4625-4651,4655-4659,4661-4664,4666-4672,4674-4681,4683-4692,4694-4699,4701-4713,4715-4716,4719-4732,4734-4738,4740-4741,4743-4744,4746-4747,4751-4753,4757-4758,4760-4762,4765,4768-4769,4771-4779,4781,4783,4785-4788,4791-4794,4796-4797,4799-4804,4808-4810,4812-4814,4816-4819,4822,4824-4832,4838-4841,4843-4844,4850-4853,4857,4859,4861-4865,4867,4871-4874,4877-4878,4880-4891,4894-4896,4899-4900,4902-4913 via svnmerge from http://svn.openlaszlo.org/openlaszlo/branches/legals ........ r4912 | ptw | 2007-05-05 20:21:48 -0700 (Sat, 05 May 2007) | 24 lines Change 20070505-ptw-w by ptw@dueling-banjos.local on 2007-05-05 19:51:56 EDT in /Users/ptw/OpenLaszlo/legals-1 for http://svn.openlaszlo.org/openlaszlo/branches/legals Summary: Don't munge canvas.{height,width} Bugs Fixed: Technical Reviewer: max (Message-ID: <463D37B8.9070106@openlaszlo.org>) QA Reviewer: mamye (pending) Details: The canvas expects to be able to do all sorts of compile-time parsing and manipulation of its `width` and `height` properties, so we can't surround them with #beginAttribute #endAttribute directives that are used by the Parser to give better error messages for attributes. Tests: Bug test case works correctly. ant lztest ........ (branches/4.0 build - 4915)
Fixed in dhtml and swf. |
||||||||||||||||||||||||||||||||||||||||||||||||||||