Bug #3569
pkg_edit.php jquery 'add' and 'delete' action scrolls page to top.
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/04/2014
Due date:
% Done:
100%
Estimated time:
Affected Version:
2.1
Affected Architecture:
Release Notes:
Default
Description
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top
A simple return false after jquery action fixes the unwanted scroll.
I`ll submit a pull request with the changes.
Associated revisions
fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top
A simple return false after jquery action fixes the unwanted scroll.
History
#1
Updated by Marcello Silva Coutinho almost 7 years ago
Pull request merged to 2.2 and 2.1 branch.
#2
Updated by Renato Botelho almost 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Pull requests merged
#3
Updated by Renato Botelho over 6 years ago
- Status changed from Feedback to Resolved
fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top
A simple return false after jquery action fixes the unwanted scroll.