History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4544
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: Pablo Kang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Ability to override default container and mask views for explicit replicator

Created: 21/Aug/07 12:49 PM   Updated: 19/Oct/07 11:46 AM
Component/s: Components - all
Affects Version/s: 4.0.3
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 6,181
Runtime: N/A
Fix in hand: True


 Description  « Hide
Would be nice to override container and mask views instead of always assuming immediateparent.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 22/Aug/07 05:49 AM
r6181 | ptw | 2007-08-22 08:48:23 -0400 (Wed, 22 Aug 2007) | 26 lines
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/*


Mamye Kratt - 19/Oct/07 11:46 AM
(trunk4 r6909 local build)
Fixed.