4
votes
2answers
59 views

How to indicate selected item in table if I'm already using formatting?

I have a table of related items. Let's call them orders. Users can select an item from the table and full details will be displayed in a separate section below the table. I move the currently selected ...
8
votes
4answers
226 views

Submit textbox input without button

The users have a table and in the last row they have 6 different text inputs, one per column. This inputs will define a variable in the Database. I am trying to think how can I do it to avoid ...
1
vote
2answers
113 views

When should a select be replaced with a combobox?

I'm working with a site that is currently making heavy use of comboboxes. In fact, every select in the whole application is automatically turned into a combobox on page load. My first inclination is ...
2
votes
1answer
180 views

What is the best method to show selected filters from very long lists?

I need to find a solution for displaying flagged items from a very long list. The following pics shows the filter panel of the iPad App. Users can select all the items or search for specific items ...
2
votes
2answers
180 views

How to simplify an interface for assignment of objects?

We're trying to solve a UX problem of assigning one set of objects to another (very large) set of objects in a quick, clean, and lightweight manner. We have up to 12 different items that need to be ...
3
votes
1answer
207 views

Drop-down list inside add button or panel

I have a screen where user defines his competencies. Each competency have to be later described with some details, so each is presented as a separate panel. Below the last Competency panel I put an ...
6
votes
8answers
886 views

Selecting items for different categories in a dropdown

I have a dropdown box that I can use to select a device in the following manner: When the user selects a device, they are taken to a Device Homepage. The device homepage contains information about ...
2
votes
1answer
128 views

Why is the following space highlighted upon double-clicking text?

I'm referring to when you double-click on the middle of a word in any sort of text editing situation (Google Docs, filling out this question, AIM, etc.) and the word as well as the space between it ...