Saif
(Saif Murtaza )
2025 年 1 月 2 日午後 11:35
1
Not sure if this is exactly related but I wanted to point out
notice that I am unable to select the text in the sentence unless I manually select it all, this was never the case till somewhat recently. This behavior is sometimes reproducible
Using the latest Arc browser on MacOS
「いいね!」 6
sam
(Sam Saffron)
2025 年 1 月 6 日午前 12:20
4
Yes, this is consistently reproducible in chromium (not reproducible on Firefox)
Triple click on last paragraph on Chromium Linux is selecting and then unselecting the text.
「いいね!」 6
What does make it to the clipboard is e.g.:
--- CHANGED: PRIMARY
Formats: TARGETS,UTF8_STRING
'Triple click on last paragraph on Chromium Linux is selecting and then unselecting the text.\n\n4\n\n\u200b\n\u200b\n\nReply\n'
「いいね!」 2
sam
(Sam Saffron)
2025 年 1 月 6 日午後 9:36
9
This could potentially be related to post action refactor @saquetim recently landed given the post actions are there.
「いいね!」 2
Also I note it doesn’t happen in the OP, only in replies.
「いいね!」 2
Same here on Chromium Linux
Same, in firefox linux work fine
Also seeing on Chromium Linux triple click works fine on OP but not replies
Don
2025 年 1 月 7 日午前 12:11
14
It seems the user-select: none
cause this on nav.post-controls
. I think it should be active only on touchscreen.
「いいね!」 4
sam
(Sam Saffron)
2025 年 1 月 7 日午前 3:12
16
Thanks @Don this is very helpful.
Looks like @saquetim has a fix planned, we will post about it tomorrow!
「いいね!」 6
saquetim
(Sérgio Saquetim)
2025 年 1 月 7 日午後 10:43
19
I have a PR to address the issue, but we’re discussing possible implications.
It may take a couple of days before we fix this.
「いいね!」 8
saquetim
(Sérgio Saquetim)
2025 年 1 月 9 日午前 12:31
21
discourse:main
← discourse:dev/triple-click-br
opened 10:06PM - 07 Jan 25 UTC
On WebKit-based browsers, triple clicking on the last paragraph of a post won't … stop at the end of the paragraph, leaking the selection into the following nodes until it finds a non-empty node.
This PR introduces a workaround to fix this behavior.
The PR above addresses this issue.
「いいね!」 6
pmusaraj
(Penar Musaraj)
クローズされました:
2025 年 1 月 13 日午後 1:00
22
This topic was automatically closed after 3 days. New replies are no longer allowed.