Issue with multiple color input on OSX
Categories
(Core :: Widget: Cocoa, defect, P2)
Tracking
()
People
(Reporter: nchevobbe, Assigned: jaas)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(from https://discourse.mozilla.org/t/input-type-color-error-on-macos-catalina-10-15-5/62904)
Steps to reproduce
- Open
data:text/html,<input id="front" type="color"><input id="back" type="color"> - Click on the first input, this should make the native OSX color picker appear
- Without closing the color picker, click on the second input
- Choose a color and close the color picker
- Now click on the first input again
Expected results
The color picker opens again
Actual results
The color picker does not open
Comment 1•5 years ago
|
||
I didn't manage to reproduce this issue on win10.
Hi Nicolas, is this a new regression since 78 to you? If yes, and if it's only on Mac, then we might need to have Widget folks to take a look (I was thinking about a recent change there in https://bugzilla.mozilla.org/show_bug.cgi?id=1543813).
| Reporter | ||
Comment 2•5 years ago
|
||
mozregression points to this pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=50d550c87f07e3fec8e2128f69b749a07b2cf18f&tochange=173e2e6757ae7c0f3c7b48836c7aea01bd5ba33c , which includes Bug 1543813.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
The severity field is not set for this bug.
:spohl, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Description
•