Tagged Questions
5
votes
0answers
113 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 ...
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 ...
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 ...
2
votes
2answers
273 views
Horizontal scrolling of a small area on a desktop website
It seems that a new design patterns is becoming more popular in mobile apps. If you look at the latest release of the App Store they use a horizontal swipe pattern in order to navigate through various ...
2
votes
1answer
343 views
Submit button on top of the long form
For example user have Options page with long form in it. The most popular options are often on the top of the form, so user is changing them and have to scroll to the bottom of the form to hit ...
5
votes
4answers
498 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 ...
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 ...
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 ...
4
votes
5answers
521 views
Scrolling vs. Pagination for a Mobile Order Form
Ok here is my windows mobile application for ordering system. As client requested i added a next page button (the button after the +). This turns a page with preferences of a product. However most of ...
7
votes
3answers
362 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:
...
1
vote
2answers
273 views
Web App on PC & Tablet - Tablet cue for scrollable panel?
I have a web app that's meant to be targeted to both PC and tablet users. The app has two main "panes" side-by-side (a map and a legend, effectively), and I'm finding that the "scrollability" (did I ...
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 ...
0
votes
1answer
832 views
How to pan a panel in C# WinForms?
The panel has horizontal and vertical scrollbars and I'm trying to implement a way to pan the panel without using the scrollwheel because most people only have a vertical scroller.
Initially I was ...
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? ...