• @NightAuthor@lemmy.world
    link
    fedilink
    English
    38 months ago

    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
      link
      fedilink
      English
      48 months ago

      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
        link
        fedilink
        English
        28 months ago

        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
          link
          fedilink
          English
          28 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!