[19:32:27] that feeling when you have been staring at a bug on and off for 2 days and finally spot the misspelling of a string constant [19:33:01] bd808: oof, yeah [19:36:05] heh yea, ask any random person and they will find that immediately but ONLY for the ones where you have been staring for 2 days :) [22:44:13] hi, on logs, with the block and talk and etc links being inside an element that uses CSS :before and :after to add the parentheses and etc, it makes the copied text look weird, is there a way to fix that? [22:45:03] like if I copy the most recent entry from enwiki's Special:Log page, I get `22:44, 2 June 2021 Spaicol talk contribs created page Category talk:Moroder family (←Created page with '{{WikiProject Biography|class=category}}')` [22:45:06] I've considered writing a script to put the real parens and pipes back [22:45:51] but unfortunately there's no easy fix to the best of my knowledge, since the css pseudo-element text isn't supposed to be selectable [22:46:02] yeah, that's what I found out too [22:46:05] and it needs to be in CSS because New Vector [22:46:10] or something [22:46:52] so I tried to go the other way and make the talk and etc links uncopyable, but that doesn't work either without doing something hacky like messing with events and/or the clipboard [22:47:33] since if you just set `user-select: none` on a child element, but you're able to select the parent element and copy it, it will also copy the child element despite not selecting it [22:48:46] ah, can't blame New Vector for this one, get to blame MobileFrontend instead https://phabricator.wikimedia.org/T205581