UX Design for Disabled Controls w/ the Touch Interface

后端 未结 2 1731
逝去的感伤
逝去的感伤 2020-12-21 13:29

So we\'re re-designing a desktop application so that it\'s also usable with thye Touch Interface with Windows 7. We\'ve consulted the UX guidelines.

For some part of

相关标签:
2条回答
  • 2020-12-21 13:49

    One option is to leave the control enabled and show a message when it is clicked to say why it won't do anything. However as stated in 'Disabled Menus Are Usable' this throws away valuable information for an experienced user (although this is less of an issue for icons than menus as there are usually less icons to go through than menus).

    Another possibility is to provide a control like the click for help tools that were popular a few years ago. The user would first click on the 'why is this disabled' control, then click on the control that is disabled. This is however a rather clunky solution.

    Another problem with toolbox icons on a touch interface is that the tooltip text is often essential as it is often impossible to convey complex/domain-specific actions with an icon. i would imagine many users on a touch only device will just use the menus instead as they can work out what they will do.

    0 讨论(0)
  • 2020-12-21 14:13

    Not an official solution but here's how I'll approach this until a better solution is available:

    • Make the item look disabled but still be clickable.
    • Add an overlay icon (of a question or similar) so it looks more than just disabled.
    • When clicked, display the message that would have been in the tooltip. Preferably in a non modal way and that doesn't require acknowledgement.
    0 讨论(0)
提交回复
热议问题