Tagged Questions
13
votes
2answers
272 views
How to avoid “hover and cover” on buttons at the end of a form?
I'm working on an apparently simple interface: 2 input fields right above a series of action buttons. Each button represents a different way to perform the same task (for example wizard, upload a ...
0
votes
3answers
364 views
Magic meaning of Apply button on a form
I understood that [Apply] button does the same as [OK] without closing the modal form. Is it a programmer's trick to see changes outside current form and still be focused to it? Maybe it is like safe ...