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.

Bug in timeline view after chrome 91 update

See original GitHub issue

Reduced Test Case

“not reproducible with a link”

Bug Description

Since the Chrome 91 update, the grids of my calendar are bigger and the selectable lines doesn’t take the entire width. Is anyone faced the same issue ? I don’t know what to change in my jquery script.

FullCalendar version : 3.10.2

`$(‘#calendar’).fullCalendar({

  header: {
    left: 'fakeButton prev,next today',
    center: 'title',
    right: ''
  },
  customButtons: {
    fakeButton: {
      text: 'date-picker-placeholder'
    }
  },
  nowIndicator: true,
  defaultDate: calendarDate,
  defaultView: 'timelineDay',
  scrollTime: '07:00',
  slotDuration: '00:15:00',
  editable: true,
  lazyFetching: false,
  selectable: true,
  selectHelper: true,
  slotLabelFormat: 'H:mm',
  resourceAreaWidth: '16%',
  aspectRatio: 2,
  resourceLabelText: 'users',
  resourceGroupField: 'userGroup',
  resourceOrder: 'title',
  slotWidth: 22,
  views: {
    day: {
      titleFormat: 'dddd D MMMM YYYY'
    }
  }, [...]`

Screenshots

Before the update image

After the Chrome 91 update image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
frietzak90commented, Jun 1, 2021

Hi,

I was facing the same issue. I added following css to temporarily fix this:

.fc-time-area col { min-width: 0em; }

0reactions
arshawcommented, Jun 3, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Chrome 91 update on Windows 10 causes styling bug
After Chrome 91 update on Windows 10, nav bar on one of our internal tools fills 90% of the screen. This does not...
Read more >
Chrome Releases
This build contains a number of bug fixes and security updates. If you find new issues, please let us know one of the...
Read more >
Chrome SameSite cookie behavior effect on customer ...
Chrome has updated their rollout timeline to indicate that this ... The following Microsoft server or client products must also be updated.
Read more >
MV3 service worker broken after auto-update - Google Groups
This behavior even persists through chrome restarts. The only two ways to fix the service worker are 1) to push another update that...
Read more >
Chrome 91 update broke all table views - Stack Overflow
4472.101 (Official Build) (x86_64) broke every table layout for Windows and Mac users while i was on vacation. The break has something to...
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