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 91 update causes incorrectly positioned lines in timeline v4

See original GitHub issue

This original problem was reported in #6338. It affects only fullcalendar version 4.x and 3.x. It was triggered by a change in the way Chrome does table layouts. It only affects calendars that have the slotWidth option set to a value approximately smaller than 30. It would prevent certain lines from extending all the way to the edge of the view and would prevent some events from being dragged:

chrome91-bug-timeline

Upgrading via NPM/Yarn (for v4)

If you are using v4.x, you can fix this bug by upgrading the @fullcalendar/timeline package to 4.4.3:

npm install '@fullcalendar/timeline@^4.4.3'

Please do this even if you are only using the @fullcalendar/resource-timeline package. One is a dependency of the other.

Uprading with archives (for v4)

If you’re not using a package manager, you can upgrade to v4.4.3 manually:

Can’t upgrade? Use a CSS fix

If you are using v3.x, or if upgrading is not convenient for you, then you can apply the following CSS manually:

.fc col { min-width: auto !important }

If you apply the CSS manually, and you do NOT have slotWidth explicitly set, you might need to set it if the slots appear smaller than you expect. Upgrading to v4.4.3 does not have this caveat.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, Jun 9, 2021

@ajaypatelaj and @amruthraodigital , if you are using angular, the instructions are the same. Make sure you have v4.4.3 of the @fullcalendar/timeline plugin by doing this:

npm install '@fullcalendar/timeline@^4.4.3'
1reaction
arshawcommented, Jun 7, 2021

@goemaere, thanks for reminding me. yes i will. in the next two days. until then, the CSS-only fix will work

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chrome Enterprise and Education release notes
The ChromeOS rollback feature enables managed devices to download and run an earlier version of ChromeOS than the one currently installed.
Read more >
Fullcalendar timeline view last column is always wider
Chrome 91 update causes incorrectly positioned lines in timeline v4. Please don't post answers mainly containing a link, but rather summarize ...
Read more >
Google Chrome version history - Wikipedia
Chrome is updated every two to three weeks on the stable builds for minor releases and every four weeks for major releases.
Read more >
Try out our new features page - Chrome Platform Status
Anchor positioning allows a positioned element to size and position itself relative to ... prioritizing smoothness over latency makes the wrong trade off....
Read more >
Safari Technology Preview Release Notes - Apple Developer
Fixed incorrect bidi visual direction after forced line break ... Fixed Screenshots timeline overview records to adjust their position when zooming in or ......
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