Closed saschanaz closed 3 years ago
@rniwa Sorry to ping you repeatedly for GitHub Action issue. The GitHub action changed its name to "Validate and Publish" from "Build and Validate" by #138, so it needs to be changed in the Settings page too.
Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=) @tkent-google?
I support this change.
@saschanaz, I gave you admin rights on the repo also. Hope that helps!
Looks like https://bugs.webkit.org/show_bug.cgi?id=234348 is the WebKit bug for this.
@tkent-google did you file a Chromium bug?
@tkent-google did you file a Chromium bug?
I have just filed https://bugs.chromium.org/p/chromium/issues/detail?id=1327098 .
Closes (partially) #53, since this only covers
selectionchange
withoutselectstart
because of no implementation.Closes #75.
This follows the suggestion from @smaug---- - to bubble up from text controls to
document
, since it allows to easily detect which text control fired it.(
document.activeElement
can be used in some cases to detect the source, but it's not always useful since it can be fired without focusing, e.g. through.setSelectionRange()
.)The following tasks have been completed:
Implementation commitment:
Preview | Diff