You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on the 'play back' (aka read speed), a Change Detection error occurs.
Expected Behavior
No error should occur.
Actual Behavior
An error is rised :
VgPlaybackButton.html:2 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'aria-valuetext: 1'. Current value: 'aria-valuetext: 1.5'.
at viewDebugError (core.js:25491)
at expressionChangedAfterItHasBeenCheckedError (core.js:25468)
at checkBindingNoChanges (core.js:25772)
at checkNoChangesNodeInline (core.js:38548)
at checkNoChangesNode (core.js:38521)
at debugCheckNoChangesNode (core.js:39482)
at debugCheckRenderNodeFn (core.js:39414)
at Object.eval [as updateRenderer] (VgPlaybackButton.html:2)
at Object.debugUpdateRenderer [as updateRenderer] (core.js:39399)
at checkNoChangesView (core.js:38356)
Steps to Reproduce
Just start a video, then, click on the x1 button => the error occurs.
The text was updated successfully, but these errors were encountered:
…es() in click handler
I injected `public cdr: ChangeDetectorRef` into VgPlaybackButton and called `detectChanges()` as the
last action in the `updatePlaybackSpeed()` method. This fixesvideogular#845. I had to make some innocuous
changes to some spec files to get it to build because of compile-time errors when running `npm run
build`.
845
Description
When clicking on the 'play back' (aka read speed), a Change Detection error occurs.
Expected Behavior
No error should occur.
Actual Behavior
An error is rised :
Steps to Reproduce
Just start a video, then, click on the x1 button => the error occurs.
The text was updated successfully, but these errors were encountered: