videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

Change Detection Error for vg-play-back component #845

Open YomeKatsuma opened 5 years ago

YomeKatsuma commented 5 years ago

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 :

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.

pankajhartron commented 5 years ago

+1

vicatcu commented 4 years ago

I can confirm this issue is still present with @angular/core@8.2.8 and @videogular2@7.0.1