TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Bad UI Pattern

123 点作者 kapilkale超过 12 年前

22 条评论

mmanfrin超过 12 年前
LinkedIn's shy footer is a drop in the bucket of troubles for their dev staff. Things are so horribly broken. For instance, I have a notification that will never go away: <a href="http://i.imgur.com/cgJbc.png" rel="nofollow">http://i.imgur.com/cgJbc.png</a><p>Their UI is noisy, broken, difficult to navigate, and seems like it was designed entirely by MBAs who know nothing about their computers, let alone design.
评论 #4924152 未加载
评论 #4925686 未加载
评论 #4924381 未加载
评论 #4925589 未加载
craigc超过 12 年前
Just wanted to comment that at Vimeo we had this same problem, but approached it in a slightly different way.<p>When you first scroll down on the logged in homepage (feed) you get to the footer. It is only after you click "Load more videos" that we begin infinite scrolling.<p>I think this makes it less intrusive since the user is initiating that they want to see more (rather than clicking on a link in the footer for example).<p>See: <a href="http://cl.ly/image/1d3L3H3c0P2q" rel="nofollow">http://cl.ly/image/1d3L3H3c0P2q</a><p>On top of that we use html5 push state to make sure that the current url is updated as you scroll up and down the page with infinite scroll.<p>I'm not saying this solution is perfect, but it has seemed to work fine for us.
评论 #4924363 未加载
评论 #4925927 未加载
doomlaser超过 12 年前
This is hardly the worst UI pattern in existence, especially when you consider that even a poorly implemented autoscroll is an order of magnitude improvement over the UX experience it replaces.
评论 #4924272 未加载
评论 #4924045 未加载
评论 #4924732 未加载
评论 #4924356 未加载
danso超过 12 年前
I dunno, I find the iOS keyboard to be higher in my list of annoyances. While typing, there's only one possible word that can be the autocomplete e term? And I have to look up, stop typing, and hit that tiny "x" if I want to override it? (I've overridden the autocomplete for "it's" and its so many times that it's apparently given up trying to autocorrect for that)<p>And who thought that shaking the device to Undo a simple typo (which the requires you to stop convulsing so that you can press OK or Cancel) was at all natural? I've yet to meet someone who intuitively figured out that feature. I had my iPad for a year before I realized it was my accidental sudden movement while typing that was triggering the Undo.<p>In terms of total annoyance accumulated in day to day use, I'd say the iOS keyboard is by far the dumbest UI pattern
评论 #4924144 未加载
评论 #4924093 未加载
评论 #4924375 未加载
jinushaun超过 12 年前
I HATE infinite scrolling, especially when some menu items are only available in the footer. Either duplicate the links up top, statically position the footer, or get rid of infinite scrolling entirely. Designers: Never ever put anything mildly useful under infinitely scrolling content.
sakopov超过 12 年前
You know, i never actually noticed that issue on Facebook. It has such a clusterfuck of an interface that that is the last thing I pay attention to when i'm on Facebook. But i very much agree with the notion that infinite scrolling is a poorly implemented feature on almost all sites which use it. It's almost like it replaced pagination and forgot about the fact that you can't go to a page anymore.
kevingadd超过 12 年前
I don't understand why people building these infinite-scroll pages don't just make the footer float at the bottom of the screen. That addresses this problem and lets you keep infinite scrolling.
评论 #4924670 未加载
评论 #4924030 未加载
评论 #4924135 未加载
lucasmullens超过 12 年前
When I went to Facebook's HQ for a hackathon, they told me the solution they use for this problem is to smash the escape key. It works for Facebook to reach the footer.
jfornear超过 12 年前
This is pretty common, but yes, it is annoying. Try going to the "About" page on Quora while logged in without accidentally following random users or topics: <a href="http://www.quora.com/" rel="nofollow">http://www.quora.com/</a><p>A fixed footer could solve this issue.
Kaivo超过 12 年前
I never understood why there are so many sites using infinite scroll bars. I don't find it useful to navigate. When I want to find something in the feed after a few days, I need to scroll like crazy.<p>At least, pages offered some time frame where one would now around which page to look. Maybe offering a page system using arrows would allow us to easily move from a page to another, reducing the negative aspects of the page, or giving the choice to the users whether they want infinite scrolling. Nevertheless, it is useful for very dense feed where things go crazy and a thousand pages would be added in a week.
numbsafari超过 12 年前
I'm a big fan of the dropbox.com website. They have a footer full of links on the homepage, which is basically a minimalist site map that helps them avoid having a navigational header on the landing page.<p>Once you login, though, the footer basically goes away and is replaced with a small left-side, fixed "footer" that really contains non-task related links in a drop-up menu.<p>This seems like a very clean solution to the problems outlined in the article.
habosa超过 12 年前
I noticed this on LinkedIn's website while I was interviewing with them and looking for the contact link. I wasn't sure if it was appropriate to point out such a flaw during the interview, so I never said anything. My internet connection was sufficiently fast that I couldn't ever chase down the footer so I just gave up and emailed my recruiter asking for the information I needed.
TallboyOne超过 12 年前
I most often encounter this when looking for an "advertise" link. If I'm looking for TOS or something I can deal with three scrolls because chances are I'm going to look for it once, but I think facebook having their facebook ads section as a part of this is extremely annoying (if i dont remember the url).
Hawkee超过 12 年前
How about when the bottom is reached the footer becomes fixed with an X over to the right to close it? That way you never need to chase it and if you want to scroll without it you can just close it. Or rather than requiring a click it can become unfixed after a number of seconds?
esalman超过 12 年前
There is one link in facebook.com footer that I need to access occasionally (developers). But not so regularly as to bookmark it. So when I do need it, I do a middle-click scroll, move the mouse to the bottom of page and try to click on that link. It works after 2-3 clicks.<p>Yes, abysmal.
callil超过 12 年前
Tumblr is a good example of a website that has solved this problem. In the Dashboard, they have a footer a lot like the footer #2 in the Facebook example. It also makes use of the jump to top jquery plugin that makes using infinite scroll a breeze.
oftenwrong超过 12 年前
<a href="http://imgur.com/" rel="nofollow">http://imgur.com/</a> is guilty of this
karolisd超过 12 年前
Is there any site designed from the start to autoscroll that has a footer?<p>It seems like these sites implemented autoscroll after existing for years and left the footer as a vestigial organ that no longer serves any purpose.
评论 #4924182 未加载
baddox超过 12 年前
Bad work, whoever changed the title of this submission. Don't keep it up.
pud超过 12 年前
I recently came up with a solution for this problem on my site. When you scroll down a few pages, the footer appears in a fixed position.<p>See: <a href="http://fandalism.com" rel="nofollow">http://fandalism.com</a>
lampe超过 12 年前
you are talking about bad ui pattern?<p>why no one talks about the new youtube????
martinced超过 12 年前
Infinite scrolling in itself is considered by some to be a terrible UI pattern.<p>I understand the 'need' due to the tiny screen size of most smartphones but why oh why force it down the throat of desktop users?<p>With infinite scrolling I'm losing one important ability: I can't just check where the scrollbar is and "come back" later to that place. It's hard to explain but it's something I can do very easily. With infinite scrolling I'm screwed.<p>Couldn't this be solved by serving, right from the start, a page that has a gigantic height (e.g. 5 000 pixels tall or 10 000 pixels or any unit you find suitable) and then if you scroll down "too fast" you see that the stuff is "loading..." ?<p>This wouldn't be "infinite" but I sure wouldn't be as confused.
评论 #4925371 未加载
评论 #4925340 未加载
评论 #4925916 未加载
评论 #4925284 未加载