Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: e80b477525bb13d8bca3c98962f16a374fbe2e83 https://github.com/phpmyadmin/phpmyadmin/commit/e80b477525bb13d8bca3c98962f1... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths: M js/db_search.js
Log Message: ----------- Scroll (using Animate) only when result div is visible
We load the result div using data from AJAX request and make the div visible. So, we should scroll down when the div is visible and loaded with the appropriate data.
Fix #12375
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 6c8513bd79a8465846059e3dd674427df23a5fc5 https://github.com/phpmyadmin/phpmyadmin/commit/6c8513bd79a8465846059e3dd674... Author: Deven Bansod devenbansod@users.noreply.github.com Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths: M js/db_search.js
Log Message: ----------- Merge pull request #12450 from devenbansod/fix_12375
Scroll (using Animate) only when result div is loaded with data from ajax response and is visible
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3dcb219834b5...6c8513bd79a8