Opened 7 years ago
Closed 6 years ago
#44280 closed defect (bug) (worksforme)
Glitch when activating theme
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Themes | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
I noticed a small glitch while activating any theme on the Appearance > Themes page. When you click Activate, the .themes.wp-clearfix
or .theme-browser
div either shrinks or expands a small amount. This issue only shows up on Chrome, Firefox does not have this issue.
To recreate the issue:
- Open latest Chrome browser
- Go to Appearance > Themes
- Click Activate on any theme and watch as the themes shrink or expand
This glitch will not show while the "New theme activated" notification is showing, so it does not happen again after activating a theme. Unless you reload the page without the notification.
Seems to be an Uncaught SyntaxError: Unexpected string
on the Themes page
Change History (4)
Note: See
TracTickets for help on using
tickets.
The SyntaxError is coming from the
wp-emoji-loader.js
file, included online 46
onwp-admin/themes.php
After further testing, it appears that this may only be a Windows 10/Chrome issue. Mac users are not seeing the glitch.