Actions
Bug #3850
closedAuto paging causing multiple posts
Description
Auto paging is posting the form multiple times causing the same results to append multiple times.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The click action is delegated and didn't handle the button being disabled. Added an if check to the buttons delegation function to ensure it won't click if the button has disabled class. Confirmed form no longer submits multiple times.
Actions