question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chrome/Edge - FullCalendar resourceTimeline freezes locally

See original GitHub issue

Good morning,

Locally used npm, but here providing CodePen, both produce same error in Chrome/Edge.

Reduced Test Case

Posted Code Pen Link.

Bug Description

Describe how to recreate the bug.

  • From jsdelivr, copy https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.3.0/main.min.js into code pen
  • Rest is in CodePen linked above.

What do you expect to happen?

Navigation to work.

What happens instead?

Freezes in Chrome/Edge (works locally in Opera, Firefox even in older Internet Explorer).

Screenshots

Freezes on Chrome/Edge when working locally and eventually a “exit page/awe snap” error. But running inside CodePen gives this error:

image

Just guessing, but maybe the npm/CDNs are not pushed correctly? Because clicking on that link takes me to min,.js which has a signature which shows a version older than 5.3.0 as seen here:

image

As said it’s a maybe, because same code works locally on Firefox, Opera and even older Internet Explorer. But broken on CodePen/Chrome/Edge.

Kind Regards.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
acerixcommented, Aug 28, 2020

If there is a bug, please supply a runnable, stripped-down demonstration or steps to reproduce the issue.

1reaction
acerixcommented, Aug 26, 2020

The error is from your demo using an old version of the CSS, same code works with updated CSS file:

https://codepen.io/acerix/pen/LYNypQK?editors=001

I believe that code on jsdelivr is actually version 5.3.0 since it has new bug fixes, so it’s just showing the wrong version number so will leave this issue open for that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docs Timeline View
FullCalendar Premium provides a view called “timeline view” with a customizable horizontal time-axis and resources as rows.
Read more >
stickyHeaderDates - Docs
The following demos show sticky date-headers: timegrid view · list view · timeline view · vertical resource view · 10% of profits donated...
Read more >
Docs Resource Data
This is exactly like specifying resources as an array except that if the supplied value changes, the calendar will NOT be updated to...
Read more >
Docs Plugin Index
Name Functionality / Views Yarn jsDelivr @fullcalendar/core Offers the Calendar class among other things Yarn jsDelivr @fullcalendar/adaptive Premium Offers improved printing support. Yarn jsDelivr @fullcalendar/bootstrap5 Offers...
Read more >
Associating Events with Resources - Docs
An Event becomes associated with a resource when its resourceId property matches one of the Resource Object's id fields:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found