-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
clicking empty cells causes JS error #59
Comments
I can't see any image or any error in the demo. Please use this link. http://rajeshwarpatlolla.github.io/DatePickerForIonicFramework/demo/#/tab/date-picker |
Still getting issue: https://db.tt/uCLsmIHr In the demo, the 31st is orphaned in a new row (only date left in month) I am simply clicking where the 3rd of the next month would be, if it were rendered. See the cursor position in the image. |
I can see it now. Thanks for finding this issue. I am working on a new version of this component. I will try to fix this issue in that new version. May be you can expect that new new version in the next few hours. |
This bug has been fixed. You can the new version i.e. v0.8.0. |
This issue still persist in example given at below URL: Steps:
is there any way to solve this? |
Yes, you are right. I can see it there. I will check the source code and will let you know, once it is fixed. |
Thanks a lot for quick reply. I think you can fix it by skipping this div for empty dates. Awaiting your reply. Also, for pop-up mode, the date picker is quiet slow. Due to this multiple instances are opening when user clicks multiple times this also leads to application crash. I am going to try using model as suggested by you in another post. |
Issue resolved. Code pushed to master branch. Please take a look at this commit. |
The text was updated successfully, but these errors were encountered: