mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
443 stars 58 forks source link

Popup Input Issue #126

Closed melloware closed 9 months ago

melloware commented 9 months ago

@mdbassit need your help here.

Original Bug Report: https://github.com/primefaces/primefaces/issues/11076

On my PrimeFaces showcase: https://www.primefaces.org/showcase/ui/input/colorPicker.xhtml

If you click the Open Dialog button the "input" field of the Coloris popup is not editable.

image

The input box is somehow blocked from keyboard input I could use some help debugging it?

mdbassit commented 9 months ago

I'm currently in transit so I can't take a closer look, but my guess is that something in the dialog is capturing the keypress events and preventing them from propagating.

I'll take a closer look tonight or tomorrow.

melloware commented 9 months ago

Thank you!

melloware commented 9 months ago

Nevermind it was a zIndex issue on my end!