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

Playground on Quasar Demo is giving errors #72

Closed
Rusty-sk opened this issue Dec 21, 2019 · 7 comments
Closed

Playground on Quasar Demo is giving errors #72

Rusty-sk opened this issue Dec 21, 2019 · 7 comments

Comments

@Rusty-sk
Copy link

Rusty-sk commented Dec 21, 2019

For a legitimate bug, in order to process faster, please go here https://codepen.io/Hawkeye64/pen/RwwwKQL, fork the codepen, add code to reproduce the bug and submit link here (don't forget to save your codepen):

Don't know this if this is the where you would prefer this error but I thought someone would like to know.

Describe the bug
A clear and concise description of what the bug is.
[https://quasarframework.github.io/quasar-ui-qcalendar/demo](https://quasarframework.github.io/quasar-ui-qcalendar/demo
is throwing this error
/quasar-ui-qcalendar/demo:1 GET https://quasarframework.github.io/quasar-ui-qcalendar/demo 404
To Reproduce
Visit https://quasarframework.github.io/quasar-ui-qcalendar/demo

Screenshots
image

@hawkeye64
Copy link
Member

@Rusty-sk Thanks for reporting this! ❤️ I'll be investigating.

@hawkeye64
Copy link
Member

@Rusty-sk I have played a lot with the online demo and not getting any console errors. Do you have repeatable steps? I am wondering if there were some internet/github issues when you found this.

@hawkeye64
Copy link
Member

@Rusty-sk I am getting this error if you click on an empty interval slot
image

@Nice2Work
Copy link

Yes, this is the error I can reproduce as well, and what I also noticed is that in calendar.vue - methods - checkDateTimeStart(val) , in the vars this.eventForm.dateTimeStart and this.eventForm.dateTimeEnd both vars are a bit different in their format, perhaps this is where the issue starts??

@Nice2Work
Copy link

If you manually change the start and end time of an event (ie 2019-04-09 10:00 and 2019-04-09 10:20), it works, if you keep what is given, it fails (this is on edit an event), if you create a new event there is an error checking for start and end time, which also creates this error. So what I did to have the add event working was taking out the error checking and removed the scroll for date/time. Now I id not got the errors anymore, so for sure it is in the form (error checking and date/time scroll)

@hawkeye64
Copy link
Member

@Nice2Work I will look into it further. I fixed the other issue. Unfortunately, the interactive demo needs a good overhaul to be current with latest updates.

@hawkeye64
Copy link
Member

@Rusty-sk @Nice2Work This has been fixed. Let me know if you see any other issues. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants