You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
Only the text should be selected.
What went wrong?
The text is selected, plus a bar appears at the left. This appears to be the result of the dummy <br>. The problem is visible in Chrome, not Firefox.
The issue goes away if I declare a br::selection CSS rule with a transparent color. I'll attach a PR with that patch.
The text was updated successfully, but these errors were encountered:
Attach (recommended) or Link to PDF file here:
Configuration:
Steps to reproduce the problem:
What is the expected behavior?
Only the text should be selected.
What went wrong?
The text is selected, plus a bar appears at the left. This appears to be the result of the dummy
<br>
. The problem is visible in Chrome, not Firefox.The issue goes away if I declare a
br::selection
CSS rule with a transparent color. I'll attach a PR with that patch.The text was updated successfully, but these errors were encountered: