Opened 4 years ago
Last modified 3 years ago
#55501 new defect (bug)
Multiple loader issue on admin general setting page.
| Reported by: | bhaveshkhadodara | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | 5.9.2 |
| Severity: | normal | Keywords: | has-patch changes-requested |
| Cc: | Focuses: | administration, multisite |
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
@
3 years ago
- Component General → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Applied patch for this ticket.