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] v-calendar category always display 1 day even if category-days set to 2 or 3 #12967

Closed
perencinmarco opened this issue Jan 15, 2021 · 0 comments · Fixed by #13050, elirehema/nbs-web#87, elirehema/authx#10 or EuanRiggans/ukpetition.info#159
Labels
C: VCalendar T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@perencinmarco
Copy link

Environment

Vuetify Version: 2.4.2
Last working version: 2.3.0
Vue Version: 2.6.11
Browsers: Chrome 87.0.4280.141
OS: Windows 10

Steps to reproduce

on calendar setting category-days = 2 or 3 make timed events displaying only for 1 day

Expected Behavior

For every day i used to be able to display more categories event timed

Actual Behavior

if iset category-days = 1 everithing works fine, with category-days 2 or 3 i can display only first day events

Reproduction Link

https://codepen.io/perencinmarco/pen/abmPzvZ

@ghost ghost added the S: triage label Jan 15, 2021
@MajesticPotatoe MajesticPotatoe added C: VCalendar T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke and removed S: triage labels Jan 15, 2021
@MajesticPotatoe MajesticPotatoe added this to the v2.4.x milestone Jan 15, 2021
francisconeves97 added a commit to francisconeves97/vuetify that referenced this issue Feb 3, 2021
This commit fixes an issue where the category calendar wasn't being rendered
correctly when the category-days was bigger than 1.

fixes vuetifyjs#12967
francisconeves97 added a commit to francisconeves97/vuetify that referenced this issue Feb 4, 2021
This commit fixes an issue where the category calendar wasn't being rendered
correctly when the category-days was bigger than 1.

fixes vuetifyjs#12967
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment