I am having an issue with the Trickle functionality in Firefox (53.0.2), specifically upon completion of the adapt-tabs component. The disabled continue button appears at the bottom of the component when scrolling to the bottom of the component, but once all tabs have been selected the continue button does not enable. Otherwise Trickle works with all other components in the course.
Here is a sample of the Trickle setup for a block with tabs:
"_trickle": {
"_isEnabled": true,
"_autoScroll": true,
"_scrollDuration": 300,
"_scrollTo": "@block +1",
"_button": {
"_isEnabled": true,
"_styleBeforeCompletion": "visible",
"_styleAfterClick": "hidden",
"_isFullWidth": true,
"_autoHide": true,
"_className": "",
"text": "Continue",
"startText": "Begin",
"finalText": "Finish",
"_component": "trickle-button"
},
"_stepLocking": {
"_isEnabled": true,
"_isCompletionRequired": true,
"_isLockedOnRevisit": false
}
}
When reviewing the console in Firefox I get the following reference errors.
Any help would be appreciated,
Josi