[wp-trac] [WordPress Trac] #26214: THX "Customize" button not working as expected

WordPress Trac noreply at wordpress.org
Sun Nov 24 16:57:26 UTC 2013


#26214: THX "Customize" button not working as expected
--------------------------+-----------------------------
 Reporter:  jacklenox     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  trunk
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 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.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26214>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list