angular-calendar-week-hours-view icon indicating copy to clipboard operation
angular-calendar-week-hours-view copied to clipboard

ExpressionChangedAfterItHasBeenCheckedError when displaying tooltip

Open ivissani opened this issue 5 years ago • 3 comments

When I pass the mouse pointer over an event the tooltip gets displayed and I get the following error:

Uncaught Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'eventWidth: 191.75'. Current value: 'eventWidth: 189.875'.
    at viewDebugError (core.js:9770)
    at expressionChangedAfterItHasBeenCheckedError (core.js:9748)
    at checkBindingNoChanges (core.js:9915)
    at checkNoChangesNodeDynamic (core.js:13991)
    at checkNoChangesNode (core.js:13940)
    at debugCheckNoChangesNode (core.js:14766)
    at debugCheckDirectivesFn (core.js:14668)
    at Object.eval [as updateDirectives] (CalendarWeekHoursViewComponent.html:42)
    at Object.debugUpdateDirectives [as updateDirectives] (core.js:14650)
    at checkNoChangesView (core.js:13775)

Any clues?

ivissani avatar Aug 22 '18 18:08 ivissani