Tagged Questions
2
votes
2answers
142 views
How and when to gently prompt user to save between pages
I am working on a complete rewrite of a complex, multi-step and enterprise-/internal-facing web application. The existing application's UI was literally based upon Excel spreadsheets that had been ...
2
votes
5answers
341 views
What should I do about my save button inconsistency across tabs?
The user profile in the app I'm building is across a few tabs, however, I've had a situation where I feel the expected save functionality will be inconsistent across tabs.
Most of my tabs look ...
5
votes
4answers
244 views
Denoting a tab as being “unsaved” in a web application
I have a web application where one of it's pages uses tabs to break down the page into "bite-size" chunks. The contents in each tab has no relation to any content in any other tab and can be ...
8
votes
1answer
264 views
When to save data?
When should i save data in an business application. We have a lot of applications and currently they have not all the same behavior. I am not very experienced with UX and would like to know when I ...
0
votes
4answers
548 views
Best place for “save” button
I have a tab based interface, each tab has a form with fields, the user is supposed to make changes on each of the fields in the tabs and then click on a "save all" button to save all changes, I have ...