TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Firefox tooltip bug fixed after 22 years

966 pointsby MallocVoidstarover 1 year ago

72 comments

dannyobrienover 1 year ago
If you&#x27;re curious about how you&#x27;d even go about finding and fixing a bug in the Firefox codebase, Mike Conley has been livestreaming his dev work at Mozilla weekly for <i>years</i>. A lot of the stuff he records involves picking a bug from the backlog, and then meticulously hunting it down and murdering it.<p>I really recommend giving it a watch, especially if you&#x27;re just starting out in programming and want to see what work in a real codebase is like: <a href="https:&#x2F;&#x2F;youtube.com&#x2F;@mikeconleytoronto">https:&#x2F;&#x2F;youtube.com&#x2F;@mikeconleytoronto</a>
评论 #37836222 未加载
Jachover 1 year ago
At last. More of this please, Mozilla...<p>One of the most annoying versions of this bug is when launching a full screen game, the mouse gets re-positioned and triggers a tooltip, which is on top of the game, and the game doesn&#x27;t like alt-tabbing when you unfocus it to go deal with Firefox, so you just have to restart it...
评论 #37828875 未加载
评论 #37828975 未加载
评论 #37829835 未加载
fbdab103over 1 year ago
I am more shocked this behavior did not inadvertently change sometime in the intervening years. That is some impressive bug backwards compatibility.
评论 #37828877 未加载
评论 #37829128 未加载
评论 #37829064 未加载
nologic01over 1 year ago
I have always blamed my various linux desktop window managers for that bug, never realizing its always the same culprit :facepalm:<p>On occasion (a smaller screen) it could be quite annoying as it might interfere with the display of a form or other critical element.<p>Looking forward to the update and the next 22 years of firefox not just being bugfree but being the impactful application it once was.
评论 #37829230 未加载
评论 #37829366 未加载
评论 #37829635 未加载
评论 #37829535 未加载
评论 #37832557 未加载
评论 #37829310 未加载
thinkingemoteover 1 year ago
<a href="https:&#x2F;&#x2F;phabricator.services.mozilla.com&#x2F;rMOZILLACENTRAL8ae372dc88d1d1b1b5fd4783aec003da378c3e45" rel="nofollow noreferrer">https:&#x2F;&#x2F;phabricator.services.mozilla.com&#x2F;rMOZILLACENTRAL8ae3...</a><p>If you see the five line fix for the bug and think &quot;I could have done this!&quot; You could!<p>The actual answer is &quot;why didn&#x27;t&#x27;t I?&quot;<p>So to answer that question for myself : How easy is it to compile Firefox and run the test suite?<p>The long bug hunting bit after that is the fun part.
评论 #37832961 未加载
评论 #37830202 未加载
评论 #37837763 未加载
Semaphorover 1 year ago
Oh wow, I always just assumed it was somehow my fault. This has been following me for years, over different Windows versions and reinstalls. It didn’t happen often, but still regularly enough that I remember it.
评论 #37831209 未加载
评论 #37829719 未加载
评论 #37829134 未加载
评论 #37829009 未加载
评论 #37830294 未加载
sundarurfriendover 1 year ago
Quite a curious bug that many people seem to have come across, some mention that they encounter it at least once a day, and yet I don&#x27;t think I&#x27;ve seen this behaviour even once in the last decade and a half. It doesn&#x27;t seem limited by OS either, so I wonder what the actual conditions for the bug to manifest itself were.<p>(The only place I come across a similar bug is with LibreWolf (a customized privacy-enhanced Firefox). And I&#x27;m pretty sure that has to do with the fact that it&#x27;s a flatpak, rather than to do with the browser itself, since no other Firefoxes I run have ever exhibited this behaviour.)
评论 #37828622 未加载
评论 #37828571 未加载
评论 #37829184 未加载
评论 #37828659 未加载
评论 #37829932 未加载
评论 #37828550 未加载
somsak2over 1 year ago
Interesting, this bug was filed before even the first version of Firefox was ever released -- <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Firefox_early_version_history" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Firefox_early_version_history</a>. Impressed that they&#x27;ve kept the bug tracker history working for so long.
评论 #37828747 未加载
kelnosover 1 year ago
Oh god, finally. A related bug, <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1569439" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1569439</a> , was closed 9 months ago, and that made things <i>slightly</i> better (that one is about tooltips not disappearing when simply switching to another app), but I was incredibly disappointed to find that they&#x27;d still stay up when switching to another workspace.<p>On the downside, this is sorta a &quot;wrong&quot; fix. Tooltips <i>should</i> show up even if the window doesn&#x27;t have focus (at least on Linux with GTK apps, which Firefox attempts to emulate). They should fix the actual underlying issue of them not disappearing when the mouse pointer isn&#x27;t actually over the window anymore, when workspaces change.
评论 #37828734 未加载
jeyover 1 year ago
Direct link to patch: <a href="https:&#x2F;&#x2F;hg.mozilla.org&#x2F;mozilla-central&#x2F;rev&#x2F;8ae372dc88d1" rel="nofollow noreferrer">https:&#x2F;&#x2F;hg.mozilla.org&#x2F;mozilla-central&#x2F;rev&#x2F;8ae372dc88d1</a>
评论 #37828816 未加载
评论 #37828733 未加载
1970-01-01over 1 year ago
&gt;I&#x27;m seeing this problem in 1.6 on Win98.<p>Bug is fixed, please retest :)
评论 #37830052 未加载
theanonymousoneover 1 year ago
Oh. I have seen this behaviour in other programs, recently mostly in Cisco AnyConnect. I always thought this an OS glitch.
评论 #37829977 未加载
评论 #37828713 未加载
评论 #37829097 未加载
评论 #37829275 未加载
评论 #37828934 未加载
Paul-Craftover 1 year ago
Meh, 22 years? That&#x27;s not even close to the longest standing bug I know of that&#x27;s been fixed. ;)<p>Here&#x27;s the story of a 33 year old bug in yacc that was fixed in 2008: <a href="https:&#x2F;&#x2F;undeadly.org&#x2F;cgi?action=article&amp;sid=20080708155228" rel="nofollow noreferrer">https:&#x2F;&#x2F;undeadly.org&#x2F;cgi?action=article&amp;sid=20080708155228</a>
评论 #37829053 未加载
layer8over 1 year ago
And this is why tickets shouldn’t be closed just because they are old.
solarkraftover 1 year ago
I like making fun of them for not fixing decades-old bugs (and there&#x27;s still a considerable amount left) and didn&#x27;t really have hope they&#x27;d <i>ever</i> care.<p>What beautiful news if this indicates that some other old bugs will eventually be fixed as well!
评论 #37830055 未加载
jraphover 1 year ago
Oh. I&#x27;m affected, seeing it several times a day, but I never managed to reproduce 100%. Didn&#x27;t bother me too much but I guess I could happily do without.<p>It also affects Thunderbird.<p>I had no idea it was a well known, 22 year old bug.
thihtover 1 year ago
I absolutely love that the bug report was not closed as « inactive » or « stale » after like 6 months.
评论 #37834521 未加载
评论 #37830739 未加载
donatjover 1 year ago
A couple years ago I was Googling myself and found to my surprise a bug I had opened for Mozilla on BeOS in roughly the year 2000 was still open. Searching their Bugzilla now, I find no references to BeOS at all, were their issues pruned at some point?
评论 #37828876 未加载
frou_dhover 1 year ago
This is probably quite a common phenomenon in open source software. Namely, an unglamorous bug has been around forever and someone finally gets annoyed enough to roll up their sleeves and fix it themselves.
denton-scratchover 1 year ago
Apparently it&#x27;s fixed in FF119. I&#x27;m on 102esr under Linux, but I can&#x27;t replicate.<p>[Edit] OIC, it&#x27;s a heisenbug. Funny though; I&#x27;m a longtime FF user, and I don&#x27;t recall witnessing it.
sfinkover 1 year ago
Ugh, that sucks. I&#x27;ve been relying on this bug to create persistent sticky notes on my screen. Why do browsers insist on breaking stuff?<p><a href="https:&#x2F;&#x2F;xkcd.com&#x2F;1172&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;xkcd.com&#x2F;1172&#x2F;</a>
Sjonnyover 1 year ago
Tooltips are the worst kind of information providers in a website. First of all you don&#x27;t know they&#x27;re there, you actively need to search with your mouse cursor and wait to see something lights up. And then you can only read it, no way to copy&#x2F;paste information out of it. Often they also cover up other information when they do popup, and most of the time the extra information they do provide is useless.<p>Tooltips should be removed entirely instead of fixing 22 year old bugs.
评论 #37834135 未加载
golvinover 1 year ago
Firefox is just going to die from bureaucracy. I have another bug report on middle click drag scrolling that took them years to acknowledge and remain unresolved.
anymouse123456over 1 year ago
Holy shit. This bug literally drove me away from Firefox a couple years ago.<p>Wild.
评论 #37832873 未加载
bornfreddyover 1 year ago
I&#x27;m hoping they fix that &quot;you shall enter your credentials manager password or we will bug you for it on every. single. page with login form&quot; (which on some webpages is literally every page). It forces one to be logged into password manager all the time, instead of authenticating just when needed.<p>Still, I trust Mozilla more than some random xyzPass.
janandonlyover 1 year ago
Hey Dang, isn’t this post breaking the guidelines? The post is not using the original title:<p>&gt; <i>148624 - (tooltip-ghost) Tooltips persist in foreground when Firefox is in background</i><p>My point here is a meta point: it’s great that we can change the titles to something more descriptive.
TheSoftwareGuyover 1 year ago
Does anyone have a link to the commit that fixed the bug? I&#x27;m curious how simple it was to fix<p>Edit: nvm, I found the link in the linked page: <a href="https:&#x2F;&#x2F;hg.mozilla.org&#x2F;mozilla-central&#x2F;rev&#x2F;8ae372dc88d1" rel="nofollow noreferrer">https:&#x2F;&#x2F;hg.mozilla.org&#x2F;mozilla-central&#x2F;rev&#x2F;8ae372dc88d1</a>
评论 #37832231 未加载
noman-landover 1 year ago
Haha wow. I&#x27;ve been dealing with this bug for so long I hadn&#x27;t even considered it could be fixed. Wild.
PTOBover 1 year ago
Wow, this brings back memories. Years ago, the persistence of this particular bug led me to believe that Firefox was &quot;buggy&quot; and &quot;messy&quot;. It broke any perception in my mind that Firefox is an elegant tool. It hit whatever that cognitive bias is [cit needed] that tells us &quot;if it can&#x27;t get simple things right, what else is it getting wrong?&quot; or perhaps &quot;beauty good &#x2F; ugly bad&quot;.<p>I&#x27;m older now and have Experience(TM). I know that: a) many expensive commercial tools are far less elegant and just plain broken (looking at you Autodesk AutoCAD and Revit since 2010s) b) my own idiocy&#x2F;ignorance has larger-than-expected extents<p>I wonder if I&#x27;m just jaded. Is it correct to believe that Firefox is &quot;good&quot; software? Is it what it is designed to be?
warvariucover 1 year ago
So, there is hope that in 10 years this bug in LibreOffice is fixed :( <a href="https:&#x2F;&#x2F;bugs.documentfoundation.org&#x2F;show_bug.cgi?id=46429" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugs.documentfoundation.org&#x2F;show_bug.cgi?id=46429</a>
throwaway67743over 1 year ago
I&#x27;ve just been trying to think how long the most annoying Firefox issue I see every day has been around, it&#x27;s at least 10 years and it&#x27;s very disruptive - copying just will, 70% of the time, not actually copy (mostly when copying URLs, as in right click, copy link context option, but happens on other occasions too even when using ^x)<p>I can&#x27;t be the only one suffering this, because no other application does it, although thunderbird has done on occasion but that is hardly the worst thing about it..<p>And then there is Firefox on Android, some genius decided to disable pull down refresh by default, not a bug I guess but more annoying than the plethora of problems.
mrloopover 1 year ago
Could this be the same tooltip issue I see everyday on Thunderbird? I must use Firefox differently but in Thunderbird I&#x27;m often left with a tooltip telling the date of the last message I was looking at after changing to a different app.
评论 #37840169 未加载
nubinetworkover 1 year ago
One recent bug I&#x27;ve seen with tooltips is on wayland... it causes the whole display window to flicker between the current renderer and what appears to be an old back buffer... hopefully it doesn&#x27;t stick around for 22 years.
评论 #37828728 未加载
评论 #37828742 未加载
chrismorganover 1 year ago
OK, that’s one major tooltip annoyance fixed. That was one that was very annoying for some usage patterns, but never really <i>debilitating</i>. But if we’re trying to fix ancient tooltip bugs, here’s one that <i>is</i> debilitating for some users:<p>Tooltips are positioned relative to cursor position, below and to the right, but <i>don’t take cursor size into account</i>, and so if you have a comparatively large cursor, it occludes the tooltip.<p>This has been filed in a couple of guises a few times, starting twenty years ago: <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=248718" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=248718</a>, <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=296191" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=296191</a>, <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=557754" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=557754</a>, <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1712669" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1712669</a>. (I don’t really get why bug 248718 and bug 557754 were closed as duplicates of bug 1712669; I tend to feel that the oldest one should be the canonical one almost as a matter of <i>principle</i>, especially when it’s <i>so</i> much older.)<p>This will affect many more users now than twenty years ago, because some time during Windows 10 they added a proper cursor size scale, so you can easily get a huge cursor (which I strongly suggest people try; I was amazed at how much it improved things, except for this class of bug). The old “extra large” cursor was equivalent to what’s now size 3 and the scale now goes up to <i>15</i>, if I remember from a few years ago accurately. Size 4 is already enough to lose a couple of characters from the start of tooltips.<p>(This is all about <i>native</i> tooltips, but naturally this is also a problem with DOM-based fake tooltips in web pages: they have no access to cursor dimension information, so no way to be certain of dodging the cursor. I recommend placing such tooltips above the cursor position, as that’s the <i>most likely</i> to be clear. Bug 1712669 comments 5 and 6 observe how this is a problem on Bugzilla itself—they put a DOM fake tooltip below on dates.)
fmxover 1 year ago
Here is another good one: <i>too easy to hit CTRL+Q instead of CTRL+W</i> <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=52821" rel="nofollow noreferrer">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=52821</a><p>Only 20-and-a-half years to fix that one! In this case it wasn&#x27;t because nobody got around to it, but because people could not agree on the fix, even though more or less everyone agreed that the old behavior was bad.
评论 #37834362 未加载
xp84over 1 year ago
So you&#x27;re telling me there&#x27;s still some hope for my favorite JIRA tickets[1]!<p>1. <a href="https:&#x2F;&#x2F;jira.atlassian.com&#x2F;issues&#x2F;?jql=statusCategory%20%3D%22To%20Do%22%20and%20project%3D%22Jira%20Cloud%22%20%20order%20by%20votes%20desc" rel="nofollow noreferrer">https:&#x2F;&#x2F;jira.atlassian.com&#x2F;issues&#x2F;?jql=statusCategory%20%3D%...</a>
wejickover 1 year ago
It&#x27;s actually pretty impressive that the bug tracking system is keeping data from 22 years back and maybe more.
europeanNyanover 1 year ago
Better Nate than lever!
user3939382over 1 year ago
Funny some guy on HN was just arguing with me the other day that the oldest Firefox bug was 11 years old and that they fixed over 1,000 bugs in their last release. I tried to search their bug tracker to see if this was true but the web server doing the searches was unresponsive.
piyush_soniover 1 year ago
Wow. Thinking about it, there are businesses built, peaked and destroyed in that time frame. :)
评论 #37829716 未加载
buro9over 1 year ago
Ah, something extremely similar affects SyncTrayzor on Windows too! <a href="https:&#x2F;&#x2F;github.com&#x2F;canton7&#x2F;SyncTrayzor&#x2F;issues&#x2F;760">https:&#x2F;&#x2F;github.com&#x2F;canton7&#x2F;SyncTrayzor&#x2F;issues&#x2F;760</a>
millzlaneover 1 year ago
I love Mozilla and I too have experienced this bug. I&#x27;m glad this has been fixed even it didn&#x27;t annoy me that much. But it solidifies my choice in browser.<p>Brb while I test Sonoma to see if I can create two separate egg timers with Siri...
Ikatzaover 1 year ago
Now if they could only fix how horribly Hacker News is displayed on mobile...
tehbeardover 1 year ago
I&#x27;d always thought this was just from my Win 10 install being &quot;crufty&quot; (a few years old, with some hardware swapped along the way).<p>Never ran into it on my Linux box so I thought it was just Windows weirdness.
wodenokotoover 1 year ago
Lots of software have problems with persisting tooltips. I regularly have tooltips from VS Code getting &quot;stuck&quot; and can&#x27;t be removed until I close the application.
aidenn0over 1 year ago
I actually saw this happen even more in the Linux MS Teams client (which uses Electron or similar I think?), but I&#x27;ve encountered it with Firefox as well.
评论 #37829054 未加载
HeavyStormover 1 year ago
Visual Studio has the same problem for at least a decade.
szundiover 1 year ago
Completely normal bugfixing behavior, nothing to see here.
fsckboyover 1 year ago
this problem <i>plagues</i> me, I even saw it today, and I&#x27;m up-to-date on the latest Firefox for Fedora, I wonder if it&#x27;s rolled out yet? Here&#x27;s the thing, though, they probably didn&#x27;t fix it for me: I use focus-follows-mouse, so probably in my case Firefox will think it has the focus (because it does briefly), but it&#x27;s just a little scrap peaking out from under a stack of other windows.
评论 #37840193 未加载
globular-toastover 1 year ago
I can&#x27;t recall encountering this bug in all my years of using Firefox. I can&#x27;t seem to reproduce it while using i3 window manager.
hans_castorpover 1 year ago
I am seeing this problem with Thunderbird as well since upgrading to Thunderbird 115 - I hope they are a bit quicker than the Firefox devs.
评论 #37829304 未加载
caboteriaover 1 year ago
I can&#x27;t help but contrast this to the Kubernetes project where stalebots close issues after 90 days of inactivity.
tortoise_inover 1 year ago
Atleast they are revisiting those bugs even. And then people say nividia on Linux is not going to improve. Hope
roshansinghover 1 year ago
This bug really annoyed me on Firefox and Thunderbird. Over the last two years I have learned to live with it.
sedatkover 1 year ago
Now fix the kerning problem on canvas. That bug significantly reduces the readability of Google Docs et al.
m4rc3lvover 1 year ago
I have always had this bug but I always thought it was a bug in my window manager :-)
ilytover 1 year ago
Now they can maybe fix bug where favicons randomly show negative image on linux...
CTOSianover 1 year ago
tooltips are annoying, there should be an option to be activated eg when a key - eg shift- is also pressed.
BiteCode_devover 1 year ago
&gt; &quot;Guessing XP Toolkit&#x2F;Widgets&quot;<p>That comment aged so well.
评论 #37829071 未加载
seancolsenover 1 year ago
Does this mean it will be fixed in Thunderbird too?
评论 #37836303 未加载
thefoxover 1 year ago
It&#x27;s not 22 years but 21 years ago.
nicman23over 1 year ago
literally was annoyed yesterday by this. i remember it from the compiz 0.8.1-6 days
hexage1814over 1 year ago
Finally!
评论 #37828628 未加载
kazinatorover 1 year ago
What would it take for Firefox not to prompt you to save a password that fucking didn&#x27;t work?
评论 #37828938 未加载
评论 #37829085 未加载
darnfishover 1 year ago
This bug is older than me
评论 #37830603 未加载
plucover 1 year ago
Imagine paying your CEO 3 millions but fixing a bug like this only after 20+ years
hilbert42over 1 year ago
It would be good if Mozilla were to now fix other well-known bugs that have been in Firefox for decades.<p>First, copying&#x2F;pasting highlighted webpage text with Ctrl-C&#x2F;V is unreliable (no text in paste) and copying via the context menu must be used if one wants it to work every time.<p>Second, selecting text with mouse is awkward and irregular in many webpages. Moreover, whether one selects text from the right or the left makes a difference (it&#x27;s often much harder to select one way than the other).<p>Third, it is impossible to select only part of a URL in a webpage and only the full address is selected (and even then just selecting the address from other text is often difficult). One has to paste the full address into a text editor and select the wanted section of the URL from there. Why would one want to do this? Well, the URL may be a long address to a specific page on a website and before or after one visits that page one may want to visit its homepage so copying only the homepage section of the address makes sense.<p>Mozilla, your text selection capability in Firefox is essentially not fit for purpose.<p>Forth, entering dialogue into a box like I&#x27;m doing here on HN to post this text is always fraut with the risk of losing it before the text is posted. Accidentally refreshing the page often happens before posting and thus the text is lost irretrievably which is damn annoying if one has written a lot of text. Simply, there is no progressive save or UNDO in this situation. Why on earth not? Wordprocessors have had undo for decades so why not Firefox? (If I know the text is more than a sentence or two I edit with an external editor. Mozilla, this is unacceptable and you ought to be ashamed of the fact.)<p>The fact that Firefox does not have undo or that text selection is broken amounts to primitive and unfinished engineering (especially so after decades of Firefox development), thus one has to speculate what other important code is also so rough and ready and unfinished that we cannot see!<p>Mozilla, if any of you ever bother to read this then you ought to know how annoying these bugs are. (One has to wonder if you ever bother to use your own product—or perhaps you&#x27;ve never investigated how your users use your product.)<p>One can understand bugs and limitations in a new product but they all ought to have been polished out after several decades of development. If you want to recapture browser market share then you could start by fixing these annoyances. Moreover, it would be a good PR exercise if you explained why these bugs have been ignored for so long. (Incidentally, there are other issues I&#x27;ve not mentioned here.)<p>BTW, many of us have complained about these problems for years and we&#x27;ve never received an explanation as to why you&#x27;ve never address them (it&#x27;s little wonder your market share has dropped).
tedunangstover 1 year ago
Millions of eyes make all bugs shallow!
krylonover 1 year ago
Better late than never, I guess.
toddmoreyover 1 year ago
That bug was a college kid!
geuisover 1 year ago
Software is gradually turning into a similar pattern of layering like sediment. With most modern &quot;hardware level&quot; applications, there are still layers of OS magic happening under the hood.<p>We&#x27;re now into maybe decade 4-ish of software dependency.<p>There was a scene in one of Alastair Reynold&#x27;s books where a character basically was a computational archaeologist. That resonates with me a lot.<p>In a couple centuries, it&#x27;s not a terrible prediction of the future that software stacks will accumulate cruft over time and debugging certain issues will require immense financial effort to both dig through the layers of software commits and historical proposed merge commits, plus adding extra tests on top of bedrock code and its fixes.<p>No idea what this will look like. I imagine easily executed functions will pop up in mixed pip&#x27;s and npm&#x27;s that are easily recreated functionality every decade, regardless of prior art. Every new programmer wants to make a stamp on the world.<p>There&#x27;s some saying about history repeating itself, but I&#x27;m dumb and don&#x27;t remember.
评论 #37829396 未加载
评论 #37830553 未加载
评论 #37829939 未加载
评论 #37829745 未加载
评论 #37829629 未加载
评论 #37829438 未加载
评论 #37831155 未加载
评论 #37829799 未加载
评论 #37829707 未加载
评论 #37829722 未加载
评论 #37829343 未加载
评论 #37830503 未加载
评论 #37829809 未加载
评论 #37833104 未加载
评论 #37829359 未加载
评论 #37833716 未加载
评论 #37831109 未加载
评论 #37830155 未加载
评论 #37829413 未加载
评论 #37829696 未加载
评论 #37834595 未加载
vxNsrover 1 year ago
Pretty sure I&#x27;ve had this happen in chrome too, on both mac and windows, just kinda assumed it was an OS thing.
评论 #37828726 未加载
评论 #37828626 未加载
评论 #37828640 未加载
评论 #37828635 未加载