[Django] #28536: Removed old cross-browser compatibility JS functions

4 views
Skip to first unread message

Django

unread,
Aug 26, 2017, 12:19:14 PM8/26/17
to django-...@googlegroups.com
#28536: Removed old cross-browser compatibility JS functions
------------------------------------------------+------------------------
Reporter: Claude Paroz | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
I think that `addEvent`, `removeEvent` and `cancelEventPropagation` can
now be safely replaced by their pure Javascript implementations
(`addEventListener`, `removeEventListener` and `stopPropagation`). They
were added 12 years ago.

--
Ticket URL: <https://code.djangoproject.com/ticket/28536>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Aug 26, 2017, 12:20:51 PM8/26/17
to django-...@googlegroups.com
#28536: Removed old cross-browser compatibility JS functions
-------------------------------------+-------------------------------------

Reporter: Claude Paroz | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Claude Paroz):

* has_patch: 0 => 1


Comment:

[https://github.com/django/django/pull/8982 PR]

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

Django

unread,
Aug 26, 2017, 8:41:04 PM8/26/17
to django-...@googlegroups.com
#28536: Replace old cross-browser compatibility JavaScript functions with HTML DOM
equivalents
-------------------------------------+-------------------------------------

Reporter: Claude Paroz | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* stage: Unreviewed => Ready for checkin


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

Django

unread,
Aug 28, 2017, 2:32:26 PM8/28/17
to django-...@googlegroups.com
#28536: Replace old cross-browser compatibility JavaScript functions with HTML DOM
equivalents
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: contrib.admin | Version: master
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: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Claude Paroz <claude@…>):

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


Comment:

In [changeset:"afc06b56256f78ab832ff8066ac6f34b7443de22" afc06b5]:
{{{
#!CommitTicketReference repository=""
revision="afc06b56256f78ab832ff8066ac6f34b7443de22"
Fixed #28536 -- Removed old JS cross-browser utilities
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28536#comment:3>

Reply all
Reply to author
Forward
0 new messages