
| Key: |
LPP-4544
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
P0
|
| Assignee: |
Unassigned
|
| Reporter: |
Pablo Kang
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
6,181
|
| Runtime: |
N/A
|
| Fix in hand: |
True
|
|
Would be nice to override container and mask views instead of always assuming immediateparent.
|
|
Description
|
Would be nice to override container and mask views instead of always assuming immediateparent. |
Show » |
|
Changed paths:
M /openlaszlo/branches/wafflecone/lps/components/utils/replicator/lazyreplicator.lzx
M /openlaszlo/branches/wafflecone/lps/components/utils/replicator/replicator.lzx
A /openlaszlo/branches/wafflecone/test/explicit-replicators/floating-list.lzx
M /openlaszlo/branches/wafflecone/test/explicit-replicators/lazy-replicator.lzx
M /openlaszlo/branches/wafflecone/test/explicit-replicators/test-replicator.lzx
D /openlaszlo/branches/wafflecone/test/replicators
Change 20070821-ptw-e by ptw@dueling-banjos.local on 2007-08-21 16:28:27 EDT
in /Users/ptw/OpenLaszlo/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Allow overriding container and mask for explicit replicator
Bugs Fixed:
LPP-4544'Ability to override default container and mask views for explicit replicator'Submitted on behalf of: pkang
Technical Reviewer: ptw (pending)
QA Reviewer: mamye (pending)
Details:
Removed old tests. Added new floating-list test from Pablo.
Updated test-replicators (side-by-side test) to actually show
implicit lazy replication.
Exposed `container` (defaults to replicator immediateparent) and
`mask` (defaults to container immediateparent) attributes of
replicator so that Pablo can override them in subclasses.
Tests:
test/explicit-replicators/*