Opened 3 years ago
Last modified 14 months ago
#55501 new defect (bug)
Multiple loader issue on admin general setting page.
Reported by: | bhaveshkhadodara | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.9.2 |
Component: | Administration | Keywords: | has-patch changes-requested |
Focuses: | administration, multisite | Cc: |
Description
When you select a new language from the general settings page and click submit multiple times, multiple loader images are appended.
Step 1: Open settings -> general page
Step 2: Select a new language from the site language option.
Step 3: click the "Save Changes" button multiple times.
Attachments (4)
Change History (6)
#2
@
14 months ago
- Component changed from General to Administration
- Keywords changes-requested added
If the submit button (input) should be disabled, using .prop( 'disabled', true )
would be better than the .attr()
method.
https://api.jquery.com/prop/#entry-longdesc-1
Note: See
TracTickets for help on using
tickets.
Applied patch for this ticket.