this post was submitted on 17 Nov 2023
256 points (95.4% liked)

Hacker News

4122 readers
2 users here now

This community serves to share top posts on Hacker News with the wider fediverse.

Rules0. Keep it legal

  1. Keep it civil and SFW
  2. Keep it safe for members of marginalised groups

founded 1 year ago
MODERATORS
 

There is a discussion on Hacker News, but feel free to comment here as well.

you are viewing a single comment's thread
view the rest of the comments
[–] TrickDacy@lemmy.world 18 points 10 months ago (1 children)

I'm a hardcore ff user. I'm mocking the people in every thread like this who pretend chrome is actually better in some way

[–] NightAuthor@lemmy.world 3 points 10 months ago (1 children)

I just want to be able to drag a tab straight into a snap zone with Firefox (like can be done w chromium browsers). Instead I have to drag the tab out, then click the new window and drag that where I want. And with the frequency of tab shuffling I do, even this minor inconvenience is pretty annoying. Oh, and it’s been in the bug tracker/feature request for 15 years.

I’m taking a shot at fixing it myself but this is not my forte.

[–] TrickDacy@lemmy.world 4 points 10 months ago (1 children)

I can understand wanting that feature but I also get deprioritizing it. I feel like I shuffle tabs and windows quite a bit as I have multiple monitors, and even I have rarely even thought about that as a lacking feature (I have indeed noticed it). It's just one extra drag, takes half a second.

[–] NightAuthor@lemmy.world 2 points 10 months ago (1 children)

Maybe its just my ADHD, but sometimes that half a second is enough to well, this. A week ago, I was feeling kinda fed up with it, and tried to track down some history on it, found this 14 year old bugzilla report decided, if someone just needed to do it, I might as well give it a shot, I'm a programmer after all (inexperienced as I may be). So I made the necessary accounts, cloned the firefox repo, setup a dev environment and spent the day digging through code, poking and prodding at it to figure out how the relevant parts worked. Also bc of adhd, I haven't been back to it in a week, but it really derailed my day.

[–] TrickDacy@lemmy.world 2 points 10 months ago

I feel ya on a lot of this. I hope you circle back to it some time! It could be really fun. I read an article about a student fixing a many year old FF bug in tooltips and it sounded really satisfying! I need to play around with the FF source code. Would be awesome to get a pr merged into the production branch!