This bug:
http://jira.openlaszlo.org/jira/browse/LPP-4447
was filed.
On 2007-09-28, at 16:09 EDT, John Sundman wrote:
Was any action taken on Tucker's alternatives?
Thanks,
jrs
On Aug 6, 2007, at 6:56 PM, P T Withington wrote:
FTR,
The problem is that we hoisted data up from text to node, but
databinder (a subclass of node) already defined a data attribute.
As Max points out, it would be nice to have consistent behavior
for the meaning of the data attribute on nodes.
Some alternatives:
1) Make data a reserved property of node, fix all subclasses of
node to deal with that.
2) Use a different name for this property, fix text to use that
different name.
3) Only hoist data up to view, since replicators only replicate
views.
Other ideas?
On 2007-08-06, at 17:46 EDT, Pablo Kang wrote:
Looks good. Adding a comment why setData isn't a setter for the
data attribute would help. Alternatively, rename setData to
something else and comment what that method does exactly. In
particular, how it creates a datapath if one doesn't already exist.
pablo
On Mon, 6 Aug 2007, Max Carlson wrote:
Change 20070806-maxcarlson-x by [EMAIL PROTECTED] on 2007-08-06
14:30:15 PDT
in /Users/maxcarlson/openlaszlo/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Remove setter for LzNode.data
New Features:
Bugs Fixed: LPP-4405 'Implement ExplicitReplication' (partial)
Technical Reviewer: promanik
QA Reviewer: ptw, pkang
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: LzNode.lzs - Remove setter for .data -> setData().
replicator.lzx - Call v.setData( this.nodes[ n ] ); instead of
setAttribute('data', ...)
Tests: silver/main.lzx?lzr=swf8 runs again, http://localhost:
8080/wafflecone/test/explicit-replicators/replicator.lzx?
lzr=swf8 passes
Files:
M WEB-INF/lps/lfc/core/LzNode.lzs
M lps/components/utils/replicator/replicator.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070806-
maxcarlson-x.tar