Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][2.4.11] Inconsistent behaviour of 'x more' in v-calendar month view when switching or filtering large data-sets #13720

Closed
vandrongelen opened this issue May 28, 2021 · 1 comment · Fixed by #13763
Assignees
Labels
C: VCalendar VCalendar T: bug Functionality that does not work as intended/expected
Milestone

Comments

@vandrongelen
Copy link

vandrongelen commented May 28, 2021

Environment

Vuetify Version: 2.4.11
Vue Version: 2.6.11
Browsers: Chrome 90.0.4430.212
OS: Mac OS 10.15.7

Steps to reproduce

  1. In mounted function load this.events = this.dataset1. After saving the page is loaded perfectly.
  2. In mounted function load this.events = this.dataset2. After saving the page is loaded perfectly too.
  3. In mounted function load this.events = this.dataset1. After saving click the 'switch dataset' button. Strange behaviour appears on the 12th of May.

Expected Behavior

Consistency on how 'x more' is displayed and consistency in the amount of events that are displayed before 'x more' is displayed.

Actual Behavior

When initial data-set is loaded there is nothing wrong. The strange behaviour of 'x more' happens when switching from one data-set to another data-set.

Reproduction Link

https://codepen.io/keesvandrongelen/pen/dyvRXyd

Other comments

Might be related to issue #12767

@ghost ghost added the S: triage label May 28, 2021
@jacekkarczmarczyk jacekkarczmarczyk added C: VCalendar VCalendar T: bug Functionality that does not work as intended/expected and removed S: triage labels Jun 5, 2021
@jacekkarczmarczyk jacekkarczmarczyk self-assigned this Jun 5, 2021
@jacekkarczmarczyk
Copy link
Member

#12767 is not fixed by the PR so might be a different bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCalendar VCalendar T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants