this post was submitted on 30 May 2025
1144 points (97.8% liked)

Microblog Memes

7756 readers
2485 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CrazyLikeGollum@lemmy.world 5 points 2 days ago

UI user here.

A good rule of thumb for interfaces is "one action, one function." Highlighting text and opening a context menu are two separate functions that should require separate actions (at least as default behavior, user configurability is also a good thing). If I highlight text, the only thing that should indicate is that I want the text highlighted. If I subsequently want a context menu, I will do the context menu action (right click, long press, etc). A UI should never be trying to predict what I want and it absolutely should not be doing things that I didn't explicitly direct.

You need sane defaults and having what is effectively a predefined macro is not a sane default.