Skip to content

Widgets UX issues in read-only mode #3

@jerome-obeo

Description

@jerome-obeo

When widgets are set to read-only mode whether through an AuthorityPermission or directly in VSM, they are moved to SWT disabled mode.
Such a direct usage of the disabled mode is not suitable for List, Text and Text area widgets.
List and Textarea may experiment usability issue when the content of the widget is larger than what the widget can display. Since disabling the widget makes it unscrollable, there is no way to see the whole content of the widget.
List widget should be scrollable in all situations.
As far as text widgets are concerned instead of using setEnabled, it should use setEditable to allow selection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions