| How many other user interactions are generally considered objectively bad practice? Sure, there may be a time and place, but what is frequently overused? Toasts: - https://maxschmitt.me/posts/toasts-bad-ux - https://youtu.be/LeCKu0HqGFQ?si=xKApVFSqdzLGF0SD Modals (being a special case of modes): - https://modalzmodalzmodalz.com/ Modes: - https://www.nngroup.com/articles/modes/ - https://ilyabirman.net/meanwhile/all/timed-modes/ What else? |
Similar is having "links" that are actually implemented using an onClick handler so that I can't right click and select "open in new tab". Often this results in me later realizing that I opened the link's image in a new tab rather than the link itself.