![]() When user double-clicks on text, browser selects a single word. When user triple-clicks, browser selects a line or a paragraph of text. We have JS code that enables user to click on ping URL to copy it to the clipboard. After copying it shows a small non-native tooltip saying "Copied!" above the ping URL. This was interfering with triple-click selection, the word "Copied!" would get selected as well. The fix is to use document body as the container of the tooltip, not the ping URL span (which is the default). |
||
---|---|---|
.. | ||
css | ||
fonts | ||
img | ||
js |