Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.Document.selectstart_event - not supported by iOS (12) #9143

Closed
otacke opened this issue Feb 16, 2021 · 1 comment · Fixed by #9256
Closed

api.Document.selectstart_event - not supported by iOS (12) #9143

otacke opened this issue Feb 16, 2021 · 1 comment · Fixed by #9256
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@otacke
Copy link
Contributor

otacke commented Feb 16, 2021

What information was incorrect, unhelpful, or incomplete?

What did you expect to see?

I expected the selectstart event to be fired when starting to select text.

Did you test this? If so, how?

Yes. I used https://codepen.io/otacke/pen/wvodGZW to verify that the selectstart event is in fact not fired.

MDN page report details
@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 17, 2021
@ddbeck
Copy link
Collaborator

ddbeck commented Feb 24, 2021

This is closely related to #9144. Copying #9144 (comment) here:

Hi @otacke and thanks for raising this issue and the related #9143. Apparently selectstart has a number of issues associated with it.

A quick test shows that onselectstart does exist in the interface (e.g., "onselectstart" in document is true) but if it never fires fire, that's a bit misleading. I propose that we mark the feature as supported with a partial_implementation set to true and a note saying, "The selectstart event never fires and never invokes this handler."

To fix this, these need to be updated:

I would welcome a PR from you (or another contributor) making these changes.

Thank you again!

(I'll duplicate this comment on the other issue, though this is not, strictly speaking, a duplicate.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants