Opened 10 years ago
Closed 5 years ago
#1114 closed defect (bug) (reported-upstream)
Site Cloner: Confirm dialog is displayed when switching sites
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | needs-patch good-first-bug |
Cc: |
Description
Sometimes the browser will display an unwanted confirmation dialog when the user is previewing multiple themes in succession.
Steps to reproduce:
- Browse to any site
- Browse to another site that uses the same theme
- Browse to a site that uses a different theme
The action at step 2
will trigger an input field in the Customizer to change, so when you try to browse to to a different URL at step 3
, the browser thinks you've left a form partially filled-out, and warns you that you'll lose the entered values. That's technically true, but not applicable in this context.
IIRC, Core has some code to get around the same issue, maybe in the Theme Switcher.
Change History (5)
#5
@
5 years ago
- Resolution set to reported-upstream
- Status changed from assigned to closed
This ticket has been moved to GitHub https://github.com/WordPress/wordcamp.org/issues/582
Note: See
TracTickets for help on using
tickets.
I think it's actually the Customizer itself that's creating the AYS, and switching to setting-less controls would fix it. I'm not 100% sure that they're a good fit for this use case, it seems like they are at first glance.