flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

Text selection broken in Chrome 62 and later #423

Closed ericlaw1979 closed 6 years ago

ericlaw1979 commented 6 years ago

Attempting to select text in the chat log works properly in Chrome 61 but fails in Chrome 62 and later.

ericlaw1979 commented 6 years ago

Adding a user-select:text to the messages-container seems to resolve the problem?

<div id="messages-container" style="user-select: text;">

ericlaw1979 commented 6 years ago

https://bugs.chromium.org/p/chromium/issues/detail?id=776526

ericlaw1979 commented 6 years ago

Fixed by commit 88b288e