#26214 closed defect (bug) (fixed)
THX "Customize" button not working as expected
Reported by: | jacklenox | Owned by: | 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 26369: