Yes, I have managed to fix it. Please let me know if there's any issue.
Summary:
datepicker remained initialized while its content was
replaced by the ajax response. So after an ajax call, its div was no longer a part of the dom. tbl_change.js now reinitializes datepicker everytime its loaded.
On further inspection, if you Reload the page (refresh) instead of coming back to the page via AJAX navi, it works.
While I am trying to locate the issue, any other suggestions are welcome.
Looks like some component of javascript that is being triggered at page load, has to load at every AJAX call that places the date picker on the DOM.
Ayush,
any progress?
Hi Marc,
Yes, I have managed to fix it. Please let me know if there's any issue.
Summary:
datepicker remained initialized while its content was
replaced by the ajax response. So after an ajax call, its div was no longer a part of the dom. tbl_change.js now reinitializes datepicker everytime its loaded.
https://github.com/phpmyadmin/phpmyadmin/pull/155
This is my first patch, so I may have made some mistakes, please let me know.
Merged, thanks and congratulations for your first patch.
Thanks, really glad on having submitted my first patch. Looking forward to contributing much more.