Opened 11 years ago
Closed 11 years ago
#35401 closed defect (bug) (fixed)
Taxonomies Quick Edit: prevent page reload when submitting
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4.2 |
| Component: | Quick/Bulk Edit | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: | ui, javascript |
Description
In [35605] the Quick Edit "Cancel" and "Update" links were changed in buttons so at first sight it made sense to remove return false to prevent the default links action.
By the way, the form can still be submitted when pressing Enter on a focused field and when this happens there's now a page reload.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The proposed patch simply restores the missing
return false;and adds a comment in bothinline-edit-tax.jsandinline-edit-post.js.