Hi Aris,
The icon to open the date-time picker in table-insert and table-search pages has gone missing. It seems like condition if ($.datetimepicker != undefined) in function.js (line 688) is causing this. Was this condition added to prevent some JS errors or can we remove it?
Also, the date-time picker does not seem to display the month anywhere or change the year at the top when the arrows on either side of it are clicked.
On Mon, Aug 22, 2011 at 8:23 PM, Madhura Jayaratne madhura.cj@gmail.com wrote:
Hi Aris, The icon to open the date-time picker in table-insert and table-search pages has gone missing. It seems like condition if ($.datetimepicker != undefined) in function.js (line 688) is causing this. Was this condition added to prevent some JS errors or can we remove it? Also, the date-time picker does not seem to display the month anywhere or change the year at the top when the arrows on either side of it are clicked.
Piotr added this line with commit 84cc7837f5da69c588f7503da0acc9512ff29619, though I don't quite know why.
-- Thanks and Regards, Madhura Jayaratne
uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2011/8/22 Tyron Madlener tyronx@gmail.com:
On Mon, Aug 22, 2011 at 8:23 PM, Madhura Jayaratne madhura.cj@gmail.com wrote:
Hi Aris, The icon to open the date-time picker in table-insert and table-search pages has gone missing. It seems like condition if ($.datetimepicker != undefined) in function.js (line 688) is causing this. Was this condition added to prevent some JS errors or can we remove it? Also, the date-time picker does not seem to display the month anywhere or change the year at the top when the arrows on either side of it are clicked.
Piotr added this line with commit 84cc7837f5da69c588f7503da0acc9512ff29619, though I don't quite know why.
I was seeing a JS error on server Status page, because the script was trying to use $.datepicker which is there loaded on demand: .datefield and .datetimefield elements exist there but they should be initialized only when Monitor tab is used (timepicker's .js file is then dynamically loaded).