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
Chrome 86.0.4240.193 (Windows, Chrome OS, I tried both)
I can trigger reliably: Just imagine that the cells on the page are an HTML table of text, and drag a box over a number of cells. You can't see the selection, but it is selected. (Right-click on the selected area, Chrome allows you to "copy" and "search Google for" the selected numbers.) Now, drag one of the cells you already selected, and you will see the text selection drag, rather than expanding a box.
I think I actually stumbled upon a simple fix for this in devtools. You just need to set the CSS user-select property to none on the game board element. (Or on the entire page, but you may wish for the other UI text to be selectable.)
Yup: typing this in console fixes the issue completely!
Thanks!
I'm already disabling the user selection in a few places, I suppose I might be missing a component/wrapper where it should be applied to (probably on the absolutely positioned borders). I'll check 👍
Still not sure how to consistently reproduce but the issue is definitely there (Chrome).
Example: https://imgur.com/br7refv
The text was updated successfully, but these errors were encountered: