#42556 closed defect (bug) (fixed)
IE11: Customizer always sends you into the theme-selector screen
Reported by: | Clorith | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Customize | Keywords: | has-patch dev-reviewed commit |
Focuses: | ui, javascript | Cc: |
Description
In IE11, when loading the customizer, or when installing and previewing a new theme, you are always sent into Themes > WordPress.org themes
screen.
To elaborate:
From any screen in wp-admin or the admin bar, click Customize (or via the menu, Themes > Customize), the customizer loads, then moves you automatically o the Theme selector screen to find a new theme from WordPress.org
Second scenario, when you've picked a theme, you click "Install & Preview", after waiting for the theme to download (should this line have said downlaod and preview instead of install?) you are once again dropped into the screen to select a new theme to download and preview.
Attachments (1)
Change History (12)
This ticket was mentioned in Slack in #core-committers by westonruter. View the logs.
7 years ago
#4
@
7 years ago
42556.0.diff does the trick!
#5
@
7 years ago
42556.0.diff works as expected.
For some reason IE11 an
input
event fires on the search field even when the panel isn't expanded. Easy fix here: ignore events when the panel is not expanded.@Clorith please test 42556.0.diff.