Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes ENYO-816 #112

Merged
merged 1 commit into from Jan 27, 2015
Merged

Fixes ENYO-816 #112

merged 1 commit into from Jan 27, 2015

Conversation

ryanjduffy
Copy link
Contributor

Issue

The event needs to pass through FlyweightRepeater because it decorates the event with the index but, since it doesn't have a handler for the event it isn't registered as a target. So, it works the first time because the bubble cache hasn't been initialized but once it has, it gets skipped.

Fix

Add cachePoint: true to FlyweightRepeater

Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)

Without cachePoint: true, FlyweightRepeater can't decorate events
with the row index as designed

Issue: ENYO-816
Enyo-DCO-1.1-Signed-off-by: Ryan Duffy (ryan.duffy@lge.com)
aarontam added a commit that referenced this pull request Jan 27, 2015
Fixes ENYO-816

Reviewed-By: Krishna Rangarajan (krishna.rangarajan@lge.com)
Integrated-By: Aaron Tam (aaron.tam@lge.com)
@aarontam aarontam merged commit 945ac0b into master Jan 27, 2015
@aarontam aarontam deleted the ENYO-816-ryanjduffy branch January 27, 2015 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants