Make WordPress Core

Opened 7 years ago

Last modified 5 years ago

#43168 new defect (bug)

Customizer: Iris color picker handle above section title

Reported by: crstnio's profile crstnio Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version:
Component: Customize Keywords: needs-patch
Focuses: Cc:

Description

When Iris color picker is opened, the handle displays bevor the section title – if section is visible during scroll-up.

Section title styles:

#customize-controls .customize-info.is-in-view,
#customize-controls .customize-section-title.is-in-view {
    z-index: 9;
}

Handle styles:

.iris-picker .iris-square-handle {
    z-index: 10;
}

Attachments (1)

iris picker z-index.png (78.6 KB) - added by crstnio 7 years ago.
Iris color picker handle z-index bug

Download all attachments as: .zip

Change History (3)

@crstnio
7 years ago

Iris color picker handle z-index bug

#1 @dlh
5 years ago

#47649 was marked as a duplicate.

#2 @dlh
5 years ago

  • Focuses ui removed
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release
  • Version 4.9.2 deleted

This might be as simple a fix as boosting the section title z-index, but it'll definitely need testing.

Note: See TracTickets for help on using tickets.