Le 2011-08-20 06:36, Thilanka Kaushalya a écrit :
Hi Marc,
Thilanka, If I understand the code in querywindow.php correctly: in the query window, when you display the SQL history and click on a query to execute it, PMA_queryAutoCommit() is triggered. However in my tests I could not discover how to execute this code, so if you don't find a working scenario, please do not rewrite this one.
Since I could not find any scenario which trigger the PMA_queryAutoCommit() function I didn't convert it to jquery.
I modified other functions using jquery but basically used existing "* sizeToContent*" , "*resizeBy*" , "*resizeTo*" and "*focus*" functions which are in pure js to the logic. Is it okay or should I rewrote those functions in jquery.
It's fine.
I pushed the changes to the repo. Please check that. Thank you.
Merged to origin/master.
Regards, Thilanka.