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

When an item is selected in ExpandableDataPickerSample, it falls into… #2953

Open
wants to merge 1 commit into
base: release-2.6.4-rc.17
Choose a base branch
from

Conversation

Sangwook-Lee
Copy link

Issue

When an item is selected in ExpandableDataPickerSample, it falls into an infinite loop.
So, application is stopped.

Fix

Modified activateChanged handler is called when this.active is equeal to true.
Changed tap event handler of SelectableItem to be called when both 'selected' and 'active' are equal to true.

ENYO-4657 Enyo: when an item is selected in ExpandableDataPicker, it falls into an infinite loop
Enyo-DCO-1.1-Signed-off-by: Sangwook Lee sangwook1203.lee@lge.com

… an infinite loop.

So, application is stopped.

Modified activateChanged handler is called when this.active is equeal to `true`.
Changed tap event handler of SelectableItem to be called when both 'selected' and 'active' are equal to `true`.

ENYO-4657 Enyo: when an item is selected in ExpandableDataPicker, it falls into an infinite loop
Enyo-DCO-1.1-Signed-off-by: Sangwook Lee sangwook1203.lee@lge.com
@Sangwook-Lee Sangwook-Lee changed the base branch from release-2.6.4-rc.16 to release-2.6.4-rc.17 September 18, 2017 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant