I use triple click to select a line/paragraph on text quite often when replying (it’s easier then dragging). Or I would like to - after the second click Discourse’s Quote button pops up and the third click sends me to the reply window with only a single word quoted.
Tripple click on mine just highlights/selects the whole paragraph.
I can copy it to clip board, it does not open the quote box/reply box, unless I click the quote button.
Double click highlights a single word, and adds the quote button, but also doesn’t open the reply box either
Firefox 99 on Ubuntu (snap version, but same behaviour in previous versions for me)
This is how it looks for me. The horizontal adjustment is fine, but the vertical one is not - it covers most of the word. If I don’t make a conscious effort to click in the upper part of the line, the third click ends up on the button.
Looks like we’ve got a CSS issue here; I could have a look over this later, but I’ve got a busy few days ahead of me, so likely weekend at the earliest.
There’s some javascript on the page making an approximation of where the selected text is and concurrently giving the ‘.quote-button’ it’s approximation in the style attribute (using top: and left:).
Proper fix would be smartening up that function.
I wanted to muck around a bit to fix it, however i don’t feel like wrestling minified code.
The easiest thing would probably be making the element visible at the end of the selected text instead of the beginning.
So always right next to the selected text on the right side.