in kinetic displays, scrolling is sliding text, images or video across a monitor or display
40
votes
9answers
3k views
Should users be forced into a responsive design (without the ability to opt out)?
There is nothing worse than getting automatically redirected to a mobile version of a site, and not having (or not easily finding) a "view normal site" link. It's not just that the mobile site is a ...
32
votes
6answers
4k views
Is scrolling better than clicking to reveal more content?
Which is faster? Scrolling down or clicking a button to reveal more content? Currently, our site requires clicking of page numbers to reveal more content. We have 9 channels per page, which fits on ...
25
votes
4answers
767 views
Multiple lists on one screen — best approach?
Let's say I have a profile screen with two lists: one for Friends and another for Hobbies. This is just an example. It could as well be a Customer screen with Suppliers and Orders. I'm looking to ...
22
votes
6answers
740 views
Are increase and decrease arrows redundant on scrollbars?
Surely these days users are either using touch devices to scroll with gestures or are dragging the thumb of the scrollbar or clicking inside the track. Would it be a bad idea to remove the arrow ...
20
votes
6answers
3k views
Is infinite scrolling justifiable?
Recently I've noticed a new trend in user interfaces. Facebook and Twitter do this, and I've come across it on other random, less famous sites. However, to keep things simple, I'll just use Facebook ...
20
votes
7answers
3k views
Why did scrolling vertically became a pattern?
Why do most of today's websites, especially news and blogs, use mostly vertical scrolling?
Also why has it become a pattern, that the more you scroll down you find older material, rather than ...
18
votes
6answers
2k views
Are custom scroll bars easier to use or do they just look “nice”?
I've noticed that a lot of webapps have started using custom scroll bars. A few examples include Facebook, Trello, Google Docs, and Twitter. I'm sure you can think of some more:
How do these types ...
17
votes
10answers
496 views
Page fold: myth or reality?
Do users scroll?
I read a blog published last year from CX partners that suggests that you do not need to worry about the page fold at all and that users scroll.
Although they give valid points and ...
16
votes
11answers
1k views
What's a good scroll bar equivalent for a spiral script?
One of my friends is writing a fictional story about a people who use a script that is read in a spiral from the inside out. They write on long coils of flexible material, and longer texts are fed ...
14
votes
5answers
696 views
The Great Mobile UX Debate: Scroll or Click
Here's the stage:
We have an inspection app on windows mobile. We are considering a html version. There are numerous inspections and there is an internal debate as to whether
all questions should ...
13
votes
6answers
466 views
Why are nested elements scrolled to the opposite direction?
My question is about scrolling conventions, and spatial scroll conventions in general (even here it's only horizontal, but same applies for vertical scrolling).
Looking at the below mockup, why is it ...
11
votes
9answers
1k views
Scrollbar on the left
Is there a deep study that suggests to place a scrollbar on the right? Personally I move it to the left whenever it's possible (firefox allow this, as well as xterm and emacs).
I know that placing a ...
11
votes
3answers
1k views
Scrolling without scrollbars
I'm developing a system which will only be used by trained operators. Along the side is a live feed of new records coming in to the system, which is designed specifically to be used at fullscreen in ...
11
votes
3answers
689 views
How can the classic footer elements be integrated into an infinite scrolling layout?
Infinite Scrolling is a fairly new and effective way to display practically infinite amounts of data in a user's window, but one page element simply does not suit itself to this method; the footer. A ...
11
votes
1answer
714 views
Usability Concerns with Parallax Scrolling
I work for an agency that is very parallax happy. Clients seem to love it, so we keep pushing it.
My goal is to build solutions that end-users love, so I've been trying to push more user-centered ...
10
votes
3answers
699 views
Best practices for scrolling and navigation on touch interfaces: horizontal vs vertical
It's well known that on traditional (mouse/keyboard) interfaces horizontal scrolling goes against user expectations, however in touch devices the matter is not so clear.
Are there any best practices, ...
10
votes
2answers
643 views
iFrame accessibility and usability issues
Aside from confused scrolling and screen reader problems (and I'm not downplaying these issues, it's just that I've already discussed them at length), are there any concrete accessibility and ...
10
votes
2answers
5k views
'Scrolling divs' in mobile land. Yea or nay?
An interesting problem/challenge came up this week where some mobile designs requested a part of the screen be scrollable. This is quite common on desktop sites--typically a little scrolling box for ...
10
votes
2answers
264 views
If a sticky window panel is larger than the screen size, how should I display it?
I have one panel at the right where users can choose search options that is a sticky panel.
However, on different screen sizes etc., if the height of this panel is higher than the screen height not ...
9
votes
7answers
823 views
In Excel, how do you make it clear that a pane is frozen?
I'm making a reporting application in Excel. On some sheets, I have multiple rows of header that I want to keep visible at all times. So, naturally, I'm using Excel's Freeze Panes feature to freeze ...
9
votes
2answers
156 views
What is a name for this “plate” scrolling functionality?
The Google Ventures website at http://www.googleventures.com/ has interesting functionality -- when you scroll down the page, the upper "masthead" stays fixed to the window but is slowly covered up by ...
9
votes
8answers
433 views
What is the name of this kind of pattern/component?
I would like to know what this approach is called. In case my incredibly high-fidelity mockups are too confusing, what I'm after is a design that explicitly links the thumb to the viewport by ...
8
votes
8answers
642 views
Long scrolling form or 3 compact pages?
I have a form with three sections, each with about a dozen fields:
General Product Information
Product Details
Shipping Options
Should I place all sections on a single page (thereby forcing the ...
8
votes
4answers
221 views
Should scrolling in a textbox overflow to scrolling a page?
When entering long sections of text into a textbox in a browser (such as when using gmail or a site like this) we can scroll within that textbox, which is as it should be.
However, the behaviour of ...
8
votes
1answer
752 views
Most common ways users scroll a website
Are there any studies that show the percent usage of the following techniques for scrolling a long web page?
Mouse scroll wheel
Up/Down arrow key
Page Up / Page Down | Home / End keys
Dragging ...
7
votes
3answers
363 views
How to improve discoverability of transient scrollbar?
Starting from Mac OS X Lion, scrollbars have been transient. That is, they disappear when your mouse stops moving. Some sites, like Facebook, even emulate this transient scrollbar for Windows users:
...
7
votes
4answers
630 views
Scrollbars as a semi-transparent overlay
In most GUI implementations today, scrollbars take up a dedicated space next to the scrollable content. How about presenting scrollbars as a semi-transparent overlay on top of the scrollable content? ...
7
votes
1answer
588 views
Ever-shrinking scrollbar sliders in very long documents
I am working on a very long document in Word 2007, and it's getting difficult to navigate around it. Well, I can navigate by headings, etc., but lets focus on the scrollbar slider.
The problem is ...
7
votes
1answer
643 views
In what situations would pagination be perferable over scrolling on the iPhone?
In the case of displaying blocks of text I know that the majority of applications on the iPhone support scrolling. Notable exceptions are ebook apps like iBooks and the Kindle app.
Is the decision ...
7
votes
3answers
810 views
One scrollbar or two for content + sidebar?
I'm working on a website design and trying to decide whether to have the sidebar scroll independently of the page content, or have just one scrollbar control both divs. What principle should I use to ...
6
votes
10answers
1k views
Why do webpages scroll vertically instead of horizontally?
It is a common convention that webpages scroll up and down instead of right to left, but all printed material that's not written on rolls of toilet paper 'scrolls' horizontally. Why did the web break ...
6
votes
6answers
205 views
“Back to Top” alternate wording?
Seems that a "Back to Top" button is helpful and useful — especially for mobile sites.
However, on websites that want to come across as "classy", it may sound a little primitive.
Personally, I ...
6
votes
4answers
710 views
Is “scrolling in reverse” a horrible idea?
I just saw the new Conduit website. It features a "reverse scrolling feature" - when you scroll down, the sidebar scrolls ups, and the other way around.
This seems to me like a horrible UX idea. It's ...
6
votes
5answers
208 views
Is there any good reason why I shouldn't make some mobile app parts sticky?
What are the downsides of making that part with column-chart sticky (Always positioned to the top even when bottom part is scrolled down)?
Haven't met that kind of solution in any mobile app before. ...
6
votes
3answers
5k views
iPhone & Mobile Web: Pagination vs. Load more vs. Scrolling
We're working on a iPhone app and mobile website with search results loaded from the web. Several sorting options are available, every result has a photo. There are potentially hundreds of results.
I ...
6
votes
4answers
121 views
Navigating backwards in Miller Columns
I've got a set of Miller Columns on a web application that could be wider than the page width. So this means the first level of the hierarchy might not be visible anymore. What's the most effective ...
6
votes
1answer
171 views
minimalistic top navigation + huge footer = winning combination?
Ive seen a lot of very successful sites of big companies like mailchimp and others with minimalistic top navigations consisting of 3-5 buttons, but big footers where detailed navigation is located.
...
5
votes
6answers
344 views
Rough and fine adjustments with horizontal slider
I'm used to scrolling being thrice as effective as arrowkeys in Firefox.
I want to give the ability to quickly and roughly adjust values by hovering over the slider and using the scrollwheel. Finest ...
5
votes
2answers
358 views
What affords scrolling?
Besides the obvious:
Scrollbar
Touch interfaces (especially mobile ones)
A sign saying "You can scroll here you know!"
This for a desktop application.
5
votes
4answers
209 views
What reasons are there to not break a web applications default scrolling mechanism?
on the project I am working on, they want the web application to have the header, sidebar and footer remain fixed in the browser. So only the content area will scroll. I don't think this is a good ...
5
votes
5answers
185 views
How to handle history events from scolling and other in-page events
On a website that has several sections and subsections on one page, I was thinking about implementing scrolling to a new section as a new browser history event. The main reasoning for doing so is to ...
5
votes
5answers
447 views
Implement Drag-Scrolling everywhere?
After using a smartphone for a year or so, I find myself sometimes on the PC trying scroll a page by just clicking into the empty space and dragging around. Of course, in most programs, it either has ...
5
votes
2answers
920 views
How to indicate container is scrollable without scroll bars
In Android I'm trying to work out a way to indicate to the user that a container can be scrolled. I'm not a fan of scroll bars and usually turn them off for all containers but would enable the fading ...
5
votes
5answers
916 views
Have the attitude changed the last ten years on horizontal scrolling on web sites?
Often cited usability guru Jakob Nielsen wrote the article “Top Ten Web-Design Mistakes in 2002” and placed on no 3 Horizontal Scrolling as a Web Design mistake with the motivation:
Users hate ...
5
votes
2answers
695 views
Drag n drop on touch devices
I notice that touch apps rarely make use of the "drag n drop" (dnd) idiom, and instead dragging is almost always used for scrolling.
Is there a reason for this? Is it confusing or "wrong" to use dnd ...
5
votes
1answer
402 views
Should an iPhone application scroll to the top of a table when resorting
My application has a table view with a segmented control in a navigation bar. When the users taps a segment in the segmented control, the application fades the table into it's newly sorted state. The ...
5
votes
2answers
212 views
Floating submit/cancel buttons
I have a form in the system I am currently working on which loads in a dialogue window within the system. The form is about 3 times the length of the window it shows in, which obviously scrolls.
I ...
5
votes
1answer
99 views
Scroll in a dialogue overlay (lightbox)
I have been asked to redesign some existing dialogue overlays, which have a lot of options within them. So many in fact, that they're using both vertical tabs and a scrollbar to manage the volume of ...
5
votes
4answers
499 views
Should I avoid using a scrolling div?
I am currently implementing a prototype of Lisa Tweedie's answer to my question about having too many checkboxes.
The prototype I am building will look quite similiar to this:
Problem:
I am working ...
5
votes
0answers
119 views
Research on scrolling within modal (web)? pros/cons?
From a web UI perspective, is there any research or defined best practices in regards to scrolling within a modal window? Please provide specific links, studies, etc.
I am of the school that a modal ...