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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Fitt's Law

70 点作者 nitin_flanker大约 9 年前

9 条评论

oneeyedpigeon大约 9 年前
Whilst maybe not strictly accurate, I&#x27;ve always strongly associated Fitt&#x27;s Law with two things that OSX gets tragically wrong. I really cannot fathom why these bugs (they are, undoubtedly bugs, unless anyone can argue otherwise) persist.<p>1. Menu items. Pull down the main menu on OSX, and find a menu with a separator - a line between groups of related actions. The separator itself isn&#x27;t a target - it doesn&#x27;t lead anywhere - but clicking it dismisses the menu. So, miss your intended target by a few pixels, and frustration ensues.<p>2. Window edges. This one is a side-effect of OSX&#x27;s poor support for full-screen windows. Even if you &#x27;maximise&#x27; a window, moving your pointer to an extreme edge does, for example, allow you to move the scrollbar, but persists in offering the &#x27;size window&#x27; action. So you need to go all the way to one edge, then move ever so slightly back again, which reduces the target area from infinite to very small. Full-screen addresses this, whilst introducing other &#x27;flaws&#x27; (like your global menubar no longer being visible).
评论 #11216839 未加载
评论 #11216160 未加载
评论 #11217960 未加载
评论 #11217476 未加载
评论 #11216306 未加载
makecheck大约 9 年前
I remember how long it took Microsoft to get this right. The first few versions of the Start menu and task bar items had a couple of pixels of space separating them from the edge of the screen. It was like snatching defeat from the jaws of victory, such a profound reduction in usability over what was probably someone’s arbitrary aesthetic choice.
TuringTest大约 9 年前
Anyone interested in Fitts&#x27;s law should also know about Accot-Zhai steering law. [1]<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;w&#x2F;index.php?title=Accot-Zhai_steering_law" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;w&#x2F;index.php?title=Accot-Zhai_steeri...</a>
longwave大约 9 年前
Correct title is &quot;Fitts&#x27;s law&quot; as it is named after Paul Fitts.
评论 #11215928 未加载
dbcurtis大约 9 年前
My friends and I have a word for violations of Fitts&#x27; law. We call it &quot;pixel spearing&quot;. It is incredibly frustrating to have to spear <i>exactly</i> the right pixel in order to get something done on the GUI. The original Mac had this right. Gnome used to get this right. What is it with GUI designers that they think pixel spearing is OK? It&#x27;s like trying to thread a needle some times.
simula67大约 9 年前
Much better explanation for CS people here : <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=E3gS9tjACwU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=E3gS9tjACwU</a><p>This is why I gave up my second monitor.
评论 #11218228 未加载
评论 #11217189 未加载
jdeisenberg大约 9 年前
An old, but good article: <a href="http:&#x2F;&#x2F;www.asktog.com&#x2F;columns&#x2F;022DesignedToGiveFitts.html" rel="nofollow">http:&#x2F;&#x2F;www.asktog.com&#x2F;columns&#x2F;022DesignedToGiveFitts.html</a>
uxcn大约 9 年前
FItts&#x27; Law partly explains why I prefer keyboard oriented interfaces.
DonHopkins大约 9 年前
TLDR: bla bla bla pie menus bla bla bla. ;)<p>Fitts&#x27; Law inspired my work with pie menus [1] and gestural direct manipulation user interfaces over the years. [2]<p>[1] Pie Menus on Wikipedia: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pie_menu" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pie_menu</a><p>[2] An Empirical Comparison of Pie vs. Linear Menus; CHI&#x27;88; Callahan, Hopkins, Weiser, Shneiderman: <a href="http:&#x2F;&#x2F;www.donhopkins.com&#x2F;drupal&#x2F;node&#x2F;100" rel="nofollow">http:&#x2F;&#x2F;www.donhopkins.com&#x2F;drupal&#x2F;node&#x2F;100</a><p>One rule of thumb which abides by Fitts&#x27; Law that I try to follow is: &quot;the user&#x27;s attention should not be squandered&quot;. [3] (So I apologize for being so verbose.)<p>[3] BayCHI &#x27;98 talk: Natural Selection: The Evolution of Pie Menus: <a href="http:&#x2F;&#x2F;www.baychi.org&#x2F;calendar&#x2F;19981013&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.baychi.org&#x2F;calendar&#x2F;19981013&#x2F;</a><p>My goals have been enabling designers and users to easily create and edit their own pie menus, and providing smart editors, automatic layout, and support and guidance to help humans come up with easily memorable, Fitts&#x27;-friendly designs.<p>This demo of an old OLE&#x2F;ActiveX implementation of pie menus in Internet Explorer [4] shows the weakness and complexity of the traditional desktop gui MFC based approach to creating and editing pie menus with typical property sheets, scrolling lists and tree editors.<p>[4] ActiveX Pie Menus: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nnC8x9x3Xag" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nnC8x9x3Xag</a><p>When editing a scrolling list or tree of items, it&#x27;s difficult to visualize the directions, which change when you add or remove items. As the antithesis of direct manipulation, it takes far too much pointing and clicking to indirectly edit a pie menu via a scrolling list or tree control.<p>Entering an indented outline into a text editor is an easy way to quickly define and edit a tree of pie menus and submenus, but it doesn&#x27;t give you a good way to edit properties of each item. Of course describing menus in XML is great if you&#x27;re a web server, but not fun for human beings.<p>I tried to combine these different techniques of editing pie menus in a tabbed dialog, with a scrolling list and controls for editing items, a tree of nested items and a graphical preview, a text editor for entering nested items as an outline, loading and saving XML.<p>But the result was a horribly unwieldy Frankinterface&#x27;s Monster, difficult for a professional UI designer to use, and impossible for end users to use.<p>These jQuery pie menus have a more evolved, web friendly design, but I haven&#x27;t made an editor for them yet. Here&#x27;s the documentation [5] and free open source code [6].<p>[5] jQuery Pie Menus Documentation: <a href="http:&#x2F;&#x2F;www.donhopkins.com&#x2F;mediawiki&#x2F;index.php&#x2F;JQuery_Pie_Menus" rel="nofollow">http:&#x2F;&#x2F;www.donhopkins.com&#x2F;mediawiki&#x2F;index.php&#x2F;JQuery_Pie_Men...</a><p>[6] jQuery Pie Menus Source Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;SimHacker&#x2F;jquery-pie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SimHacker&#x2F;jquery-pie</a><p>In the newer jQuery version, one change from previous designs is that I&#x27;m de-emphasizing the idea of &quot;menus&quot;, and just calling them &quot;pies&quot;, because I believe that framing pies as menus has too much historical baggage, does not emphasize their gestural, direct manipulative qualities, and precludes thinking of them more like a directed graph or geographical map, instead of a hierarchical tree.<p>The jQuery and Unity3D [7] versions also differ from previous designs by modeling pies as containing directional slices, which themselves contain linear items, instead of pies containing items directly, and laying out all items in different directions, which change whenever you add or remove items.<p>[7] Unity3D Pie Menu Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sMN1LQ7qx9g" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=sMN1LQ7qx9g</a><p>That enables designers to first specify the number of slices (which has a major effect on usability, with 4 and 8 being ideal numbers of slices), and then independently populate each slice with zero or more items, which users can select by moving out from the center.<p>So the directions of the slices remain stable during construction and editing, because you can start by creating an 8 slice menu, and then incrementally drop any number of items into it each slice, or none at all.<p>But why would you ever want to have empty slice, and why would you want the directions to remain stable and fixed to 8 slices?<p>Kurtenbach and Buxton compared the speed and error rates of directional menus with different numbers of items, and found that 2, 4, 8 and 12 were optimal peaks. [8]<p>[8] An empirical evaluation of some articulatory and cognitive aspects of marking menus: <a href="https:&#x2F;&#x2F;d2f99xq7vri1nk.cloudfront.net&#x2F;legacy_app_files&#x2F;pdf&#x2F;93-p1-kurtenbach-empirical.pdf" rel="nofollow">https:&#x2F;&#x2F;d2f99xq7vri1nk.cloudfront.net&#x2F;legacy_app_files&#x2F;pdf&#x2F;9...</a><p>With 2 or 4 items, Fitts&#x27; Law has an overwhelming effect, because each item&#x27;s target area is enormous (1&#x2F;2 or 1&#x2F;4 of the entire screen area), and adjacent to the cursor starting position in the center of the menu. (Maximizing the area, minimizing the distance).<p>The articulatory effects of Fitts&#x27; Law diminish as you add more items (the target area decreases, but the distance remains a small fixed constant), but there are other important cognitive effects that comes into play: the cognitive effort of remember the directions, and the mental framework you use to think, learn and recall.<p>How many items are there, and what are their relationships? Are you ordering food from restaurant menu [8], or wandering around a Memory Palace? [10] [11]<p>[9] Servitude: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NXsUetUzXlg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NXsUetUzXlg</a><p>[10] Method of Loci: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Method_of_loci" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Method_of_loci</a><p>[11] iPhone app iLoci by Don Hopkins @ Mobile Dev Camp: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=03ddG3jWF98" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=03ddG3jWF98</a><p>With 7 items, there is no common English word or concept for all but one of the directions. But with 8 items, you benefit from the compass framework, opposite pairs, orthogonal axis, vertical, horizontal or diagonal patterns to use as a framework for arranging the items. And with 12 items, you benefit from the clock dial framework, as well as pairs, orthogonal and diagonal patterns, etc.<p>But 10 and 12 items are past the &quot;seven, plus or minus two&quot; sweet spot. [12] So I&#x27;d recommend sticking with 8 items at most, unless your items semantically fit into that number of directions, like a 10 decimal dial, the 12 hours of the day, 12 months of the year, 12 signs of the Zodiac, etc.<p>[12] The Magical Number Seven, Plus or Minus Two: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Magical_Number_Seven,_Plus_or_Minus_Two" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Magical_Number_Seven,_Plus...</a><p>Kurtenbach and Buxton expected that the selection time would be monotonically increasing as you added more items, but were surprised to find that 8 items were faster than 7, and it kind of plateaued between 11 and 12.<p>If you have 7 items, it actually helps to add a dummy item to even the menu out! That explains the &quot;8 Days a Week&quot; menu in this Dr. Dobb&#x27;s Journal article, which adds &quot;Today&quot; to the top of a 7 weekday menu, splitting Sunday and Sunday, where it&#x27;s always easy to select. [13]<p>[13] The Design and Implementation of Pie Menus -- Dr. Dobb&#x27;s Journal, Dec. 1991: <a href="http:&#x2F;&#x2F;www.donhopkins.com&#x2F;drupal&#x2F;node&#x2F;98" rel="nofollow">http:&#x2F;&#x2F;www.donhopkins.com&#x2F;drupal&#x2F;node&#x2F;98</a><p>In this MediaGraph demo [14], you can see two different approaches to pies working together.<p>1) Traditional hierarchical pop-up pie menus, supporting sub-menus, mouse ahead gestures, real time feedback, and pull-out items that use the distance as a parameter to the selection. (0:36 in video) Not editable by the user, but used to edit the other kind of pie.<p>2) Non-hierarchical free-form navigational pie maps, for arranging a map of songs connected with roads into a bidirectionally navigable graph, which enables users to easily hop around the network with quick flicking gestures (3:20 in video), and even create, edit and navigate their own pie maps via direct manipulation (4:07 in video). Editable and navigable by the user. Seamlessly integrated with panning and zooming gestures.<p>[14] MediaGraph Music Navigation with Pie Menus Prototype developed for Will Wright&#x27;s Stupid Fun Club: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2KfeHNIXYUc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2KfeHNIXYUc</a><p>For more examples, here&#x27;s a youtube playlist with some of my pie menu demos, in reverse-chronological order, which shows the evolution of designs over time. [15]<p>[15] YouTube Pie Menu Play List: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLX66BqHq0qTCWwzRxTJ-XQ8o5vP7pjDbv" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLX66BqHq0qTCWwzRxTJ-X...</a>
评论 #11228403 未加载