Readit News logoReadit News
dragosmocrii · 5 years ago
If you're like me, and read the comments first, this change is about giving feedback on the scrollbar for a search. In other words, when you search for something, the scrollbar will give an idea how many results there are, and where on the page rhey are located.

On another note, the comment uses IntelliJ as an example. Wow, that was 17 years ago! Happy to see my favorite editor be around for so long.

smitty1e · 5 years ago
> 17 years ago

"Nearly half my age," said Emacs.

hughw · 5 years ago
Wait is Emacs lying about its age again?
eyelidlessness · 5 years ago
Today I thought I was learning I’m older than emacs, but learned I’m only barely younger and that’s just fine for me.
CivBase · 5 years ago
To think I was still using Eclipse a scant 7 years ago...
Cthulhu_ · 5 years ago
I started off with Eclipse in school, I still stash all of my code in a folder called 'workspace' as a result.

But, I've since switched to intellij for Java (and later, lightweight editors like Sublime Text for JS, until a while later JS finally got modules and editors added more support for JS), and nowadays I'm using it for everything; I'm currently managing a 200KLOC application (it's too much but my employer isn't hiring, sigh) in at least four languages (JS, PHP, TS and Go, it's an older application and a rebuild I'm working on), and intellij has no qualms with it whatsoever.

I even set it to PHP 5.2 mode so it warns me when I try to use `[]` to initialize an array.

dragosmocrii · 5 years ago
Oh wow, Eclipse.. That reminds me, I was using Netbeans eons ago (2010 more precisely xD). For this reason, I'm using the Netbeans key mappings in all my editors. I kinda feel bad for those editors, and I hope they still have an active user base, but oh well, it's survival of the fittest I guess.
saberdancer · 5 years ago
I still use it. I always hear these raving praises for IntelliJ so I guess I have to force myself to move to IntelliJ. I tried a couple of times, but always fell back to Eclipse due to familiarity.

What do you think is the biggest difference between the two?

Agentlien · 5 years ago
I was forced to use Eclipse for a while ~2010, never liked it.

It's funny to look at how many editors one comes across over the years. My first one was Borland C++ as a kid. Then came a mix of Visual C++ and Bloodshed Dev C++ during high school. During university I tried a bunch of things but mainly nano, gedit, Visual Studio, and Eclipse. In my early career (2013) I finally got into Vim and haven't looked back since.

I did try out Rider a little over a year ago. It was really good and I'm impressed with some of its features. But it wasn't enough to make me switch.

unionpivo · 5 years ago
Trying to cry in eclipse editor, but its not responding :(
millerm · 5 years ago
I’ve been using IntelliJ since version 2. :-) My favorite developer tool of all. Cheers!
scubbo · 5 years ago
This comment just makes me angry to think about all the time I wasted using Eclipse without knowing that a better alternative existed.
laurent92 · 5 years ago
I feel bad for leaving Eclipse. It was exceptional at the time, with its partial-class compiler, you could execute the JUnit on it even if the rest didn’t compile, something IntelliJ still refuses.
agumonkey · 5 years ago
oh god, I never knew how much I needed a scrollbar gutter for search results. So great.
clankyclanker · 5 years ago
Good on them for actually tracking this feature request for over a decade and not just closing it after three weeks for “lack of interest.”

Looking at you, every random GitHub project ever.

renewiltord · 5 years ago
Also Gnome. Always cracked me up. Like I'd make this issue with like all the details reported and everything. ESR would have wept. And then "Does this issue still occur in Gnome 3?" and closed a week later all while I'm on vacation. Homie, this sat here for like 5 years, surely you can be a little patient.

Anyway, that taught me not to report something that's not a game-ender. Which is probably what they want too, so I guess we're all in some sort of equilibrium.

ziftface · 5 years ago
That's kind of sad though, since that type of issue is really valuable if the project is under active development.
sneak · 5 years ago
jwz has nicknamed this the CADT model, for "cascade of attention-deficit teenagers".

(edit: _jal beat me to it.)

Few things are as infuriating as taking the time to write a great bug report just for it to be ignored or autoclosed.

jjav · 5 years ago
Absolutely. I severely dislike the "bug scrub" attitude that's prevalent in some places that amounts to just closing anything that is not P1 and older than some short time window.

The idea of a bug tracker is to track bugs in the product. If the bug still exists in the code, the bug in the tracker should still be open.

mschaef · 5 years ago
The counterargument is that a bug is enough a function of its context that the older they get, the less likely they are to still be relevant or accurately documented. Having a bug on the list isn't enough - it needs to be periodically reviewed, kept up to date, prioritized, etc.

Sometimes the overhead of that maintenance work isn't worth it, particularly for a bug that's been explicitly categorized as 'low priority' for years. The fact that a bug can stay at low priority for years is a reasonable sign that it's not too important to spend a lot of effort either tracking it or fixing it.

With that point of view, closing the defect as unfixed and explaining the reasons why is in some ways more honest than just keeping the thing open ad infinitum just because somebody, at some point in the past, thought there was an issue. And if closing it was wrong, you'll run into the issue again, and can either re-open the defect or submit a new defect with a back link to the original, and an explanation of what's changed that's brought it back into relevance.

(Personally speaking in the last few months, I've gotten several good solutions from reading the commentary on defects that were closed as unfixed.)

olvy0 · 5 years ago
I'm one of the maintainers / developers / support personnel for an internal app that was created circa 1996. We still have open bugs that's 20 years old and haven't yet been fixed.

When I got this role, I instated a culture of never closing old bugs, despite some of my managers wanting me to do that many times, and one of them even going on a rampage once and closing some of them (which I reversed as soon as he left). Some of the bugs are still encountered by new users, unfortunately, but are not fixed yet since they are not critical enough or have enough impact compared to other bugs.

To his credit, that manager also came up with a more-or-less effective formula to rate the bugs according to their importance based on several criteria. Which helps a lot with the upkeep and with planning ahead. And occasionally, one of the very old bugs will be critical enough for a large enough group of users that it will rise up in the ratings to be fixed.

I also set aside time for bug grooming once in a while, closing bugs which were fixed or are no longer relevant. Unfortunately. at this point we are a small team with only 2 experienced devs (the rest are very good but are relatively new graduates and/or without a lot of experience and require supervision) and close to 5000 open bugs and requests, and a steady stream of new feature requests and bug reports. We also have too many internal users for our own good.

It's tough. But the dude abides.

Agentlien · 5 years ago
For open repositories like this I certainly agree. And when I worked at a smaller company with no dedicated QA team we never closed bugs, either.

But in game development with dedicated QA I feel such scrubs are necessary because when they're not done you end up wasting days just confirming that old bugs can no longer be reproduced and flagging them to be closed. Most bugs which linger are symptoms of other bugs which have been addressed.

If they're still there they will almost certainly be found again by QA the moment you close it. In fact, old bugs often even have newer duplicates.

hnick · 5 years ago
Just do what they do where I work, move to a new tracking product, if you really care then you have to go and open bugs in the new (more annoying to use) system :)

We're on our 3rd or 4th now.

volongoto · 5 years ago
I have seen projects where the developer(s) would say things like: "This feature request sounds good to have but we don't have the time for this now. So, I'm closing it. Could you please create it again in 6 months?"

I'm lost for words. Can't you just put a tag and park it? What is this obsession about keeping the issue count low?

_jal · 5 years ago
I half-seriously suggested that a project I used to care about set up a cron job to delete requests older than a year automatically.

The rationale was that they only did that sporadically every few years, when some other change mooted the issue. If they ignored feature requests on a schedule, it would better manage external expectations.

See also, The CADT Model (but copy-paste the link in to your browser bar to avoid a bit of unrelated commentary):

https://www.jwz.org/doc/cadt.html

Centigonal · 5 years ago
oh, I love jwz's HN DoS mitigation image.
jhoechtl · 5 years ago
Did anybody ever find the secret?

Take a look at the root pages html source

NoodleIncident · 5 years ago
Please remove the link.
fuzzy2 · 5 years ago
The downside is that Mozilla tracks thousands of open tickets, most of which are probably obsolete. But who is going to start now with reviewing stuff from 20 years ago?

As much as it pains me (I’m still tracking multiple bugs I reported) to say this, but all tickets with no activity for some reasonable time period must simply be closed. Things are _already_ out of control.

Cthulhu_ · 5 years ago
That's too simplistic. What if it IS an issue, or what if it WILL be fixed, but because of priorities it's always bumped down the list? What do you then, bump it every few weeks?

No, any open source project needs someone (or multiple people) triaging tickets; either keep them open and make sure they are implemented in a reasonable time, or close them as a 'wontfix'.

Of course, then you'll have the issue of people opening up new tickets for the same thing, and the triagers will have to either point them to the old ticket, or the discussion about whether or not to do it has to be restarted.

leppr · 5 years ago
Having a revenue stream helps.
Denvercoder9 · 5 years ago
Does it? It's not like you're paying GitHub per open issue.

I've literally had issues I filed that the maintainer verified as an actual bug be closed due to lack of activity. I can understand that an unpaid maintainer doesn't have the time or motivation to fix it, but closing issues you know are valid seems insane to me.

layer8 · 5 years ago
I hope they also finally allow black on yellow highlighting again (like pretty much every other browser), which hasn’t been possible since Firefox 3.5 in 2009.

https://bugzilla.mozilla.org/show_bug.cgi?id=505089http://forums.mozillazine.org/viewtopic.php?p=7018785

slim · 5 years ago
btw black on yellow is used for the <mark> tag. it makes sense to not use the same colors for firefox chrome
w-m · 5 years ago
Not to get too greedy, but maybe do the 21 year old “Use native context menus on Mac OS” next?

https://bugzilla.mozilla.org/show_bug.cgi?id=34572

cle · 5 years ago
Looks like it's in progress. Also native "rubberband" scrolling in macOS is in progress as well. Excellent!
Klonoar · 5 years ago
Making it also respect dark mode in alerts would be nice.
ziftface · 5 years ago
This makes me very happy. It sounds dumb but I've considered switching from Firefox just because of the context menus.
dingaling · 5 years ago
Or the eight-year-old "can't import certificates into mobile Firefox" which makes the browser unusuable in several contexts:

https://bugzilla.mozilla.org/show_bug.cgi?id=868370

ihuman · 5 years ago
Is that talking about the right-click menus, or something different? The right-click menus look and act native to me.
dstaley · 5 years ago
This is what the right-click menu looks like in Firefox on macOS [1]. Compared to the right-click menu from Safari on the same machine [2], you can see several differences. The most notable one is that the Firefox menu is not theme-aware, rendering a light-themed context menu even though the OS is in dark mode. Next, the padding around the menu is incorrect compared to a native menu. It also looks like the font is maybe a different size. Finally, the drill-down arrow on the Firefox menu doesn't match the native one.

[1] https://ibb.co/0hRpSBB [2] https://ibb.co/wwhCypT

pfranz · 5 years ago
99% of the time I use "Look Up" which is the top item in native macOS context menus (for selected text). It's really annoying when your browser is missing it.

This is likely a separate ticket, but Firefox ignores macOS' built-in text replace which I use for expanding text like my email address.

pseudalopex · 5 years ago
It's the right click menus.
Lammy · 5 years ago
I really miss Camino.
wpm · 5 years ago
Now that’s a name I’ve not heard in a long time.
Ninjinka · 5 years ago
That's older than me
Hamuko · 5 years ago
I've been following this and there's been a lot of activity there lately. Let's hope we get it before its 25th anniversary.
pseudalopex · 5 years ago
Why is jira.mozilla.com private?
forgotmypw17 · 5 years ago
Also, why is there a jira.mozilla.com at all, and why is there a jira.mozilla.COM?

Deleted Comment

flukus · 5 years ago
Maybe just do native UI's completely, especially now dropping XUL has broken everything.
ripdog · 5 years ago
There's no way Mozilla is going to rewrite their entire UI layer for a single OS, much less a minority one.
zecg · 5 years ago
Now Mozilla, bloody Firefox for Android cannot save the page anymore - not as MHTML, not as PDF. How can such a basic function just disappear?
firexcy · 5 years ago
I also find this painful and have switched to iceraven, a fork of Firefox Android that supports arbitrary addons, and use SingleFile to save webpages as html files.
charcircuit · 5 years ago
Because not many people use it. I don't think many people have the desire to save a whole web page. For other unseen you can probably just get away with taking a screenshot, sending the tab / sharing the link, or using an archiving site to save it for later.
yosito · 5 years ago
"Because not many people use it" was the excuse Google gave for killing RSS.
nashashmi · 5 years ago
I used that all the time. Saving an entire webpage as just one single file with all images and resources embedded was a terrific way to archive pages and resources in research. Of course pdf was works great too but you lose the flow of a browser.
zecg · 5 years ago
I certainly don't use it since it's gone, I have to save pdf on desktop and then rsync it to the phone.
clarifier123 · 5 years ago
Wow, that's a feature that I've been really missing since I switched to Firefox from Opera.
zippercreatemy · 5 years ago
Poor Keith, reported it 17 years ago and then vanished in 2005 missing out on the long journey of his feature request.

https://bugzilla.mozilla.org/show_bug.cgi?id=259640

zippercreatemy · 5 years ago
Looks like is now Software Engineer at Stripe. I hope someone lets him know his ticket is closed.
gdrift · 5 years ago
One of the most voted for issues is closed WONTFIX: single click selects all in address bar and search box.

I use Firefox exclusively and this is the single most annoying change they made for no apparent reason. So annoying.

https://bugzilla.mozilla.org/show_bug.cgi?id=1621570https://bugzilla.mozilla.org/buglist.cgi?votes=133

function_seven · 5 years ago
I just laughed when I saw your comment, and the bugzilla links are styled as "visted" (i.e. gray instead of black.)

I hate that behavior. When I click in the address bar, it's because I want to edit the URL. If I want to go somewhere else, I'll open a new tab, or use a bookmark, or click a link on a page. In the rare case that I want to type a whole new URL, but keep the same tab, I can easily triple-click or [Cmd]+A before I begin typing.

kovac · 5 years ago
That's interesting. In my case, I hardly edit urls manually in the address bar. Usually I end up on a site either by clicking on links or copying and pasting a whole url from elsewhere. So, when I click on the address bar it's almost always to copy that url. Exception may be if you are front end dev testing different paths on the browser in which case editing in the address bar could be common.
coding_lobster · 5 years ago
Most of the times when I interact with the address bar it's either to go to a different site, google something or copy the url - in all of those use cases I interact with the entire address to either replace it or select it.

I would wager almost anything that this is the case for the vast majority of regular users because most of the ones I've interviewed (N = 31) for a uni UX study didn't even know how to read URLs for the most part - especially not after the ? query part.

jogu · 5 years ago
I've never noticed or been bothered by this. Typically when I want to edit a URL it's almost always deleting or replacing a substring in the URL. To do that I just single click + drag which highlights only the selected text instead of everything.
Zecc · 5 years ago
> I just laughed when I saw your comment, and the bugzilla links are styled as "visted" (i.e. gray instead of black.) > > I hate that behavior. When I click in the address bar, it's because I want to edit the URL. If I want to go somewhere else, I'll open a new tab, or use a bookmark, or click a link on a page. In the rare case that I want to type a whole new URL, but keep the same tab, I can easily triple-click or [Cmd]+A before I begin typing.

I'm with you on this. But to me the worst annoyance is how it tends to revert to a previous URL when the new URL fails to load, either because it truly failed to load due to an error or because it timed out while I'm walking through breakpoints.

When I manually entered a URL, the edit should stick even if it doesn't load, dammit.

jlokier · 5 years ago
When I click on the URL bar I often want to edit it too.

But it's difficult to click the leftmost or rightmost character to position the cursor.

So after clicking, I usually tap Ctrl+A (Cmd+A) to "select all" anyway, and then tap left-arrow or right-arrow to deselect and jump to the chosen end of the URL.

Cursor keys only junp to the end if it's selected. My keyboard doesn't have dedicated home/end keys, but I'd probably use the select-all-then-arrow trick anyway.

kbenson · 5 years ago
Or Ctrl-l (which I assume is Cmd-l on your platform).
lambda_obrien · 5 years ago
Sounds like it should be user configurable, because I agree with you that selecting the whole thing by default is annoying.
varispeed · 5 years ago
This is pretty much why I don't use Firefox. Things like this are a deal breaker for me. I really wanted to use that browser, so I even tried at some point fix it myself.
sdff45345 · 5 years ago
Don't forget F6!
renewiltord · 5 years ago
Huh, funny. I think I notice this on my phone. But on my desktop it's always Ctrl-L so I never realized.
efwfwef · 5 years ago
most of the time if I click there it's to copy/paste it somewhere else, and I'm pretty sure most people use it the same way.
chrisseaton · 5 years ago
Their behaviour makes Firefox match other browsers - Firefox doesn't need to be different for the sake of it.
userbinator · 5 years ago
IE, the first browser I started using and still use regularly now alongside others, behaves the same with single-click selecting all in the address bar (and it's NOT configurable AFAIK), so I'm used to that; but I also see the value in making it user-configurable.

Unfortunately, that dumpster-fire of a bug-report/thread is a horrible abomination that shows massive hubris on the part of the developers; and I say this as a developer myself --- and one who fights against this sort of thing far too often to count. Change the defaults if you really want, but never remove the choice.

(The argument that it has "costs" is stupid --- yes, everything has costs, but they actually have perceived value in this case, unlike working on something else, often of much greater complexity and cost, that your users never even asked for in the first place!)

tus89 · 5 years ago
A variation on this - Chrome also select the whole address bar, but if you then click a fraction of a second later hoping to position the cursor where you clicked, you find that the https:// appears at the beginning, meaning your cursor is several characters to the left of the position you were hoping for.
Daneel_ · 5 years ago
Agreed! I find this infuriating. To fix it there’s a flag for “always show full URL”, which I’ve turned on. Fixes it completely.
the_pwner224 · 5 years ago
Fortunately it can still be reverted if you are willing to compile FF yourself. I've been using Firefox Nightly for a few years (newer features + unsigned addons, and very stable) and recompile it every few weeks to update.

https://the-pwner224.neocities.org/compiling-firefox/

dankerr · 5 years ago
Thank you for these instructions! I've got a patched version compiling right now.
Spivak · 5 years ago
Even if you disagree with the reason might as well give the devs’ stance on it.

> it [single clicking not selecting all] was a special behavior only implemented for Linux, it was not consistent with Firefox on other OSes, and with other browsers on Linux itself. The prefs were causing broken edge cases complicate to handle, taking into account all the possible pref combinations (for example under certain combinations it was not possible to select a word), and having to execute more tests for them. Not removing the prefs would have not saved many resources, since we still need to maintain them.

Why can’t you just have both options?

> Most of the tests should then be able to run with both setups, everytime we touch something around that we'll have to check not breaking it, and so on. Yes, even the simplest pref skipping a line has a cost, and that's why they must be weighted with a benefit.

> Apart from what I already said regarding the will to unify the behavior for the more commonly found case of users moving across OS and browsers, and the cost of options in general, I'd like to explain a further reason why it's not just matter of reintroducing a pref; the change we made here will allows us to experiment more broadly with the unfocused Address Bar contents, for both UX and security reasons. Keeping browser.urlbar.clickSelectsAll around would make experiments a lot more problematic, and at a certain point we may have to remove the pref regardless, because it would block landing improvements. So we'd end up causing you frustration twice. We totally understand your point of view on this matter, unfortunately sometimes changes must happen, to be able to evolve things.

teknopaul · 5 years ago
Wontfixzilla with comments disabled is a clear statement. Is a wontfix with lots of comments more expensive, than a wontfix with comments blocked?

Shame you cant "give the devs opinion" on bugzilla.

_peeley · 5 years ago
Interesting, I've always loved this feature. I guess in my use cases, whenever I go to click the URL bar I'm intending to copy/paste it more often than edit. Either way, it's deeply ingrained into my muscle memory by now to go click -> pause -> click to edit.
mixmastamyk · 5 years ago
Ctrl+L/F6 already supports that use case and more quickly since you'll need to paste or edit.
_coveredInBees · 5 years ago
Yup, same here. I get that some people don't like it, but it's making a mountain out of a mole-hill. I bet that if you do user studies, you will find that a majority of times people click in the URL bar, they are doing so to either copy the entire URL or paste in a new URL. I know I am and I much prefer the current behavior.
dillondoyle · 5 years ago
UGH the recent Chrome update also adds on top of this if you select then hit left arrow it doesn't even go to start it starts after https:// soooo annoying

I don't remember it doing that before but maybe i have a bad memory

SamBam · 5 years ago
Huh, just tried that on Chrome/macOS on Reddit and it actually went to the end of the www, no less.

So news.ycombinator.com it goes to the right of https:// and www.reddit.com it goes to the right of https://www.

Madness.

a1369209993 · 5 years ago
> single click selects all in address bar and search box.

FWIW, this is fixed in Firefox 3.6; you should probably upgrade.

jobigoud · 5 years ago
This behavior is the bug. We would prefer the pre-3.6 behavior where the address bar and search box works like a normal textbox.
chme · 5 years ago
I use mostly Firefox, but that behavior change didn't trigger me.

However I can relate: When I tried to use chromium I got really annoyed that clicking and dragging the selection with the mouse up or down would not automatically select the complete text in front or behind the cursor in the url bar.

Firefox still allows to do that under Linux. Hopefully they will not change that as well.

cannam · 5 years ago
Agreed, maddening. I kept my Firefox installation pinned to 74 for as long as I could because of this, but I had to give in and update to 85 a couple of weeks ago for something. I scan the release notes for each release in hope, but no.

I don't really care about consistency with other browsers - I don't use other browsers very much. I care about consistency with everything else on my desktop.

(It's not just about the option - I didn't even use the browser.urlbar.clickSelectsAll option myself. The clickSelectsAll=false behaviour - the one that was removed - had been the default on Linux.)

graphpapa · 5 years ago
Using the shortcut CMD+L (changes focus to and selects the whole url) Makes this a non issue personally, your mileage may vary
chmod775 · 5 years ago
Are you a touchpad user? On a PC you get that behavior by simply clicking again, but accurate double clicks are somewhat hard on touchpads, so I get why that'd be annoying.

This may just be laptop/touchpad users complaining, and mouse users not comprehending what the big deal is.

Izkata · 5 years ago
Double-click selects the word under the cursor (at least for me on Ubuntu). To get the cursor at the position, it's click-wait-click.
Daneel_ · 5 years ago
Agree with the sentiment in those bug report threads.

The one that grinds my gears is that when you select the URL bar in Chrome it shifts the whole thing to the right, so if you want to edit text you have to reposition the cursor, you can’t just click, pause, then click again.

Izkata · 5 years ago
> https://bugzilla.mozilla.org/buglist.cgi?votes=133

No longer shows up here, because it's now 135 votes.

cpeterso · 5 years ago
If you click+drag or double-click to select the substring of the URL you plan to edit anyways, then the click won't select all the URL.

Deleted Comment

jokoon · 5 years ago
Hum there is a setting to change that behavior
A12-B · 5 years ago
This is how it works in all browsers and is useful because more people on average will click the url to remove all the text so they can type something new
rvba · 5 years ago
This change was introduced at the same time when google.amp was introduced.

Now both firefox and chrome dont allow you to change the adress easily to manually remove amp.

I wonder if some Firefox developer was bribed

sellyme · 5 years ago
> Now both firefox and chrome dont allow you to change the adress easily to manually remove amp.

I don't see what the single-click functionality has to do with removing something from a URL (as almost all users would perform selection with click-and-drag or a double-click). The primary use case would be for adding text.