We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I drag a text selection onto the padding in the given repo, it does not correctly select the text.
Linux
data:text/html,<style>span {border: 2px solid black;padding: 2em;display: inline-block;}</style><span>foo <span>bar</span></span>
The selection should go up to the end of the text "foo ".
The selection is very thin, at the start of "foo".
<style> span { border: 2px solid black; padding: 2em; display: inline-block; } </style> <span>foo <span>bar</span></span>
None.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When I drag a text selection onto the padding in the given repo, it does not correctly select the text.
Operating system
Linux
Steps to reproduce
data:text/html,<style>span {border: 2px solid black;padding: 2em;display: inline-block;}</style><span>foo <span>bar</span></span>
Expected behavior
The selection should go up to the end of the text "foo ".
Actual behavior
The selection is very thin, at the start of "foo".
URL for a reduced test case
data:text/html,<style>span {border: 2px solid black;padding: 2em;display: inline-block;}</style><span>foo <span>bar</span></span>
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: