Make WordPress Core

Opened 7 years ago

Closed 6 years ago

#44280 closed defect (bug) (worksforme)

Glitch when activating theme

Reported by: ianbelanger's profile ianbelanger 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:

  1. Open latest Chrome browser
  2. Go to Appearance > Themes
  3. 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)

#1 @SergeyBiryukov
7 years ago

  • Component changed from General to Themes
  • Focuses ui administration added

#2 in reply to: ↑ description @ianbelanger
7 years ago

  • Keywords needs-patch added

Seems to be an Uncaught SyntaxError: Unexpected string on the Themes page

The SyntaxError is coming from the wp-emoji-loader.js file, included on line 46 on wp-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.

#3 @ianbelanger
7 years ago

  • Keywords close added; needs-patch removed

The bug seems to have been fixed or gone away, so I am recommending closing this ticket.

#4 @afercia
6 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed
  • Version trunk deleted

Thanks @ianbelanger, closing as per your suggestion :)

Note: See TracTickets for help on using tickets.