amsul / amsul/pickadate.js

`getRealEventTarget` should use `Event.composedPath()` instead of `Event.path`

未关闭
#1,239 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
7.6k
派生
981
PR 合并指标
30 天内没有已合并 PR

描述

https://github.com/amsul/pickadate.js/blob/0fd34eab2b4127bc93dedca70285f1d38eb89983/lib/picker.js#L996-L1017

`getRealEventTarget()` uses `Event.path`, which is a non-standard API available only in Chromium-based browsers.

It should instead use `Event.composedPath()` [1], which is a standard API that returns the same result but is supported by all major browsers [2].

Chromium is also deprecating `Event.path` in favor of `Event.composedPath()`.

See:
[1] https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath
[2] https://caniuse.com/?search=Event.composedPath
[3] https://bugs.chromium.org/p/chromium/issues/detail?id=1277431

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。