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

getCell Method Bug #33

Open
ashhitch opened this issue Dec 22, 2014 · 6 comments
Open

getCell Method Bug #33

ashhitch opened this issue Dec 22, 2014 · 6 comments

Comments

@ashhitch
Copy link

I have come across a bug in the getCell Method were the var row = -1.

This seems to happen when you try to get the 1 day of the month when its the last item in the first row.

E.g Sunday 1 Nov 2015

@deviprsd
Copy link
Contributor

deviprsd commented Jan 1, 2015

Looking into it

@rarcherbythesea
Copy link

Not sure if this helps you @ashhitch - I have made getCell() do this ("day" is the day number as a string)....

      return this.$cal.find("span.fc-date").filter(function() {return $(this).text() == day;}).parent();

NB - i am only viewing one month at a time!

@deviprsd
Copy link
Contributor

deviprsd commented Jan 6, 2015

This seems to be a more simpler code without much calculation. If the tests go right this will be Intergrated. The whole idea was to return you event details, if your cell doesn't have any event's it is probably going to return undefined.

@helmerdavila
Copy link

No solutions?

@deviprsd
Copy link
Contributor

@helmerdavila get the latest from https://github.com/CalendarioFX/Calendario/

@helmerdavila
Copy link

@deviprsd thank you

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

4 participants