<input type="color"> , Mac OS X: when picking color for one <input>, if you click on a different <input>, the first one clones its color
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
People
(Reporter: claude.pache, Assigned: arnaud.bienner, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
160 bytes,
text/html
|
Details | |
4.93 KB,
patch
|
arnaud.bienner
:
review+
mounir
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Updated•11 years ago
|
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Assignee | ||
Comment 11•11 years ago
|
||
Assignee | ||
Comment 12•11 years ago
|
||
Assignee | ||
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
Comment 16•11 years ago
|
||
Assignee | ||
Comment 17•11 years ago
|
||
Comment 18•11 years ago
|
||
Assignee | ||
Comment 19•11 years ago
|
||
Assignee | ||
Comment 20•11 years ago
|
||
Comment 22•11 years ago
|
||
Assignee | ||
Comment 23•11 years ago
|
||
Assignee | ||
Comment 24•11 years ago
|
||
Comment 25•11 years ago
|
||
Comment 26•11 years ago
|
||
Assignee | ||
Comment 27•11 years ago
|
||
Assignee | ||
Comment 28•11 years ago
|
||
Assignee | ||
Comment 29•11 years ago
|
||
Comment 30•11 years ago
|
||
Comment 31•11 years ago
|
||
Assignee | ||
Comment 33•11 years ago
|
||
Comment 34•11 years ago
|
||
Updated•11 years ago
|
Comment 35•11 years ago
|
||
Comment 36•11 years ago
|
||
Comment 37•11 years ago
|
||
Comment 38•11 years ago
|
||
Comment 39•4 years ago
|
||
The bug is still relevant.
Link for demo: https://bug975468.bmoattachments.org/attachment.cgi?id=8379839
Firefox 87.0 (64-bit) macOS, BigSur 11.2.3
Comment 40•4 years ago
|
||
Hi serzhooo! Thanks for letting us know. Can you clarify what behavior you're seeing?
Here's what was originally reported as the buggy behavior here:
Actual results:
- The first <input> receives the color of the second <input>.
- Moreover, it is no longer possible to change the color of the first <input> using the color picker.
I just retested with Firefox 89 nightly on BigSur, and I cannot reproduce the first issue (i.e. for me, the first input
does not duplicate the color of the second input
). But I do see the second issue (I can't change the color of the first input anymore); that might deserve its own bug.
(Side note: it looks like I actually did spin off bug 976724 on that second part, but it was duped back to this one because it was thought that this bug's fix would address it. And it's possible that it did address it at the time but something else is needed for current macOS; who knows.)
Comment 41•4 years ago
|
||
Can confirm I am also seeing at least part of this bug come back.
macos Big Sur, FF 88.0:
- opening the colour picker and modifying a colour correctly affects the selected input
- without closing the picker, double click the next input and modifying a colour correctly affects the newly selected input
- now double click the first input again, try to modify the colour - the second input is incorrectly updated instead.
Additionally, in my use case I have a larger number of color inputs on one view, and what our testers have found on the same browser/OS combo is that after trying to manipulate several of the color inputs with the OS picker all inputs become non-functional, except possibly the first one interacted with. No browser crash of hang that I can see, they just don't trigger anything.
Description
•