[Django] #35599: Add ColorInput widget

26 views
Skip to first unread message

Django

unread,
Jul 15, 2024, 11:43:33 AM7/15/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy | Owner: Jeremy Thompson
Thompson |
Type: New | Status: assigned
feature |
Component: Forms | Version:
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
-------------------------------------+-------------------------------------
[https://forum.djangoproject.com/t/adding-searchinput-widget/32496
Relevant forum discussion]

Add a {{{ ColorInput }}} widget that would render as

{{{
<input type="color" ...>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35599>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 15, 2024, 11:49:41 AM7/15/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
---------------------------------+--------------------------------------
Reporter: Jeremy Thompson | Owner: (none)
Type: New feature | Status: new
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
---------------------------------+--------------------------------------
Changes (by Jeremy Thompson):

* owner: Jeremy Thompson => (none)
* status: assigned => new

--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:1>

Django

unread,
Jul 15, 2024, 7:01:15 PM7/15/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Samruddhi
| Dharankar
Type: New feature | Status: assigned
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Samruddhi Dharankar):

* owner: (none) => Samruddhi Dharankar
* status: new => assigned

--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:2>

Django

unread,
Jul 18, 2024, 1:12:25 PM7/18/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: Samruddhi
| Dharankar
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Natalia Bidart):

* stage: Unreviewed => Accepted
* version: => dev

Comment:

I agree that adding this widget is beneficial, and
[https://developer.mozilla.org/en-
US/docs/Web/HTML/Element/input/color#browser_compatibility decent cross
browser support seems available].
Accepting based on the linked forum discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:3>

Django

unread,
Jul 26, 2024, 1:45:35 AM7/26/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
---------------------------------+---------------------------------------
Reporter: Jeremy Thompson | Owner: arjun omray
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
---------------------------------+---------------------------------------
Changes (by arjun omray):

* has_patch: 0 => 1
* owner: Samruddhi Dharankar => arjun omray

Comment:

Here is a PR for the issue: https://github.com/django/django/pull/18413
--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:4>

Django

unread,
Jul 31, 2024, 5:11:03 AM7/31/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
---------------------------------+---------------------------------------
Reporter: Jeremy Thompson | Owner: arjun omray
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 1
---------------------------------+---------------------------------------
Changes (by Sarah Boyce):

* needs_better_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:5>

Django

unread,
Aug 2, 2024, 2:56:20 AM8/2/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: arjun
| omray
Type: New feature | Status: assigned
Component: Forms | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):

* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin

--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:6>

Django

unread,
Aug 2, 2024, 3:52:06 AM8/2/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: arjun
| omray
Type: New feature | Status: closed
Component: Forms | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

* resolution: => fixed
* status: assigned => closed

Comment:

In [changeset:"946c3cf7342cc40c2d8e3d865c96a4ec990f76f4" 946c3cf]:
{{{#!CommitTicketReference repository=""
revision="946c3cf7342cc40c2d8e3d865c96a4ec990f76f4"
Fixed #35599 -- Added ColorInput widget.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:7>

Django

unread,
Aug 2, 2024, 4:41:02 PM8/2/24
to django-...@googlegroups.com
#35599: Add ColorInput widget
-------------------------------------+-------------------------------------
Reporter: Jeremy Thompson | Owner: arjun
| omray
Type: New feature | Status: closed
Component: Forms | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Comment (by GitHub <noreply@…>):

In [changeset:"6d3464cff0c3e9cd624cf7cdc04d7427dc542d2f" 6d3464cf]:
{{{#!CommitTicketReference repository=""
revision="6d3464cff0c3e9cd624cf7cdc04d7427dc542d2f"
Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput
docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35599#comment:8>
Reply all
Reply to author
Forward
0 new messages