3 comments

  • soneil7 minutes ago
    I&#x27;m curious if there&#x27;s a reason this six-cell mechanism has become the defacto?<p>It seems this should just be a single input field styled appropriately, but it feels like there must be an underlying reason I&#x27;m missing.
  • kleiba21 hour ago
    Reading this makes me feel like we have not learned any lessons at all in software engineering and UI design since the 1980s.
    • bux9352 minutes ago
      IBM CUA (1987) should be required reading <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IBM_Common_User_Access" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;IBM_Common_User_Access</a>
      • Someone36 minutes ago
        Maybe, but I’ve searched for it many times out of curiosity, but have never managed to locate it online, and wouldn’t know if paper copies exist.<p>From Wikipedia, I get to <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20010204033600&#x2F;http:&#x2F;&#x2F;publib.boulder.ibm.com&#x2F;cgi-bin&#x2F;bookmgr&#x2F;Shelves&#x2F;CEESL002" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20010204033600&#x2F;http:&#x2F;&#x2F;publib.bou...</a><p>That has one live link: <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20010107084700&#x2F;http:&#x2F;&#x2F;publib.boulder.ibm.com&#x2F;cgi-bin&#x2F;bookmgr&#x2F;BOOKS&#x2F;F29BDG00&#x2F;CCONTENTS" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20010107084700&#x2F;http:&#x2F;&#x2F;publib.bou...</a>, but from there, the trail runs dead.<p>Do you have a link?
        • kleiba222 minutes ago
          This one maybe? <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;ibm-saa-cua-basic-interface-design-guide&#x2F;page&#x2F;n131&#x2F;mode&#x2F;2up" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;ibm-saa-cua-basic-interface-desi...</a><p>PDF link in the box on the right.
  • pjc501 hour ago
    Web developer classic: use Javascript to replace the native, working, internationally supported standard inputs with a different input mechanism that doesn&#x27;t work.<p>(saving you a click: AZERTY has digits on the shift key, and for some reason the JS is handling raw keys rather than processed characters)
    • khalic27 minutes ago
      Former web dev here, you’re… right :-&#x2F; the only thing that angers me more than this pattern is when they decide to fuck up scrolling
      • firmretention5 minutes ago
        My most hated one is not allowing me to right-click to open a context menu, or even worse, making right-click act the same as left-click, redirecting me to some page I never intended to go to.
        • Affric2 minutes ago
          These are all great nominations.<p>Crazy to add complexity like this.
      • LoganDark23 minutes ago
        Same. Whenever I visit a website and it has that ridiculous scroll-smoothing JavaScript, I get so annoyed because I have pixel-level trackpad scrolling on macOS and they&#x27;re just making it feel terrible.