Opened 9 years ago
Closed 9 years ago
#35401 closed defect (bug) (fixed)
Taxonomies Quick Edit: prevent page reload when submitting
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.4.2 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Quick/Bulk Edit | Keywords: | has-patch fixed-major |
Focuses: | ui, javascript | Cc: |
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.
The proposed patch simply restores the missing
return false;
and adds a comment in bothinline-edit-tax.js
andinline-edit-post.js
.