I personally hate rounded corners and shadows added everywhere. Makes most things look crappy and smudged.

  • @[email protected]
    link
    fedilink
    English
    981 year ago

    When marking something to copy and paste. You start marking the text and drag to the right. If you drag too far to the right, your highlighting goes away and everything to the left of where you started becomes highlighted. Why would anybody ever want that behaviour? It is exactly the opposite of what you are trying to do.

    • @[email protected]
      link
      fedilink
      401 year ago

      Oh yeah. Or trying to highlight something including text further down, you want to scroll it a little bit and suddenly it accelerates and you highlighted the wohle page.

      • @clearleaf
        link
        11 year ago

        This is one of those things that came out of the gate sucking massively and nothing was ever done to improve it. We might be in our 60s some day still fumbling around trying to copy some text.

    • @Z3k3
      link
      English
      201 year ago

      A variation of this that drives me nuts at work

      Trying to highlight part of a url it decides nope you getvall or nothing.

    • @[email protected]
      link
      fedilink
      111 year ago

      I also hate this, but I wouldn’t call that an UI trend. It’s caused by the browser and it’s rather a bad UX I think.

      • @[email protected]
        link
        fedilink
        English
        171 year ago

        The browser implements the text selection behaviour, but how infuriating it is depends on how convoluted your page construction is.

        On a simple page with no floats, overlaid elements, negative margins, absolute positioning, hidden stuff, and other css layout tomfoolery, it’s perfectly predictable. It’s only when designers do designer things does it start to break down.

        • @[email protected]
          link
          fedilink
          English
          61 year ago

          floats, overlaid elements, negative margins, absolute positioning

          A lot of these techniques aren’t really used any more. We’re old lol. Modern web design uses CSS grid, or at least Flexbox. I haven’t seen a float or absolute positioning in years.

          • @[email protected]
            link
            fedilink
            English
            31 year ago

            I know, but those techniques are more likely to cause selection weirdness than flexbox/etc, which is why I mention them specifically.

        • @[email protected]
          link
          fedilink
          41 year ago

          Yeah, I just feel like most of the people are comment little bit different kind of things then OP intended to ask for.