Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26214 closed defect (bug) (fixed)

THX "Customize" button not working as expected

Reported by: jacklenox's profile jacklenox Owned by: dd32's profile dd32
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Customize Keywords: has-patch
Focuses: ui Cc:

Description

On the new theme page, when you press the "Customize" link on the thumbnail for your active theme, it just shows the theme information with another link to "Customize". So you have to click "Customize" twice in order to actually reach the Customizer.

The problem appears to relate to the div containing this link (.theme-actions) having position: absolute but with no z-index defined. So it is masked behind the parent div (.theme) which has its own related action when clicked.

There is a very easy fix which I'll upload to this ticket by way of a patch almost immediately. If .theme-actions is given z-index: 1, the "Customize" button works as expected.

Attachments (1)

thx-customize-link-bug.patch (288 bytes) - added by jacklenox 11 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ocean90
11 years ago

  • Keywords ui-focus has-patch added
  • Milestone changed from Awaiting Review to 3.8

#2 @dd32
11 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 26369:

Themes: Fix the Customize button for the current theme. Props jacklenox. Fixes #26214

#3 @matveb
11 years ago

Thanks for the fix. For reference, this was triggered by an mp6 z-index fix that further forced another z-index update to the themes code, which lead to this issue.

#4 @lancewillett
11 years ago

  • Component changed from Themes to Appearance
Note: See TracTickets for help on using tickets.