Make WordPress Core

Opened 9 years ago

Last modified 7 years ago

#43168 new defect (bug)

Customizer: Iris color picker handle above section title

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

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 9 years ago.
Iris color picker handle z-index bug

Download all attachments as: .zip

Change History (3)

@crstnio
9 years ago

Iris color picker handle z-index bug

#1 @dlh
7 years ago

#47649 was marked as a duplicate.

#2 @dlh
7 years ago

  • Focuses ui removed
  • Keywords needs-patch added
  • Milestone Awaiting ReviewFuture Release
  • Version 4.9.2

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.