tg icon indicating copy to clipboard operation
tg copied to clipboard

Property editor: adjust behaviour of title actions

Open 01es opened this issue 1 year ago • 0 comments

Description

Title actions become visible for focused property editors and when hovering over an editor with a mouse cursor. Tapping a title for an entity-typed property editor invokes the (+) or edit action. This behaviour was introduced to enable an easy way for opening entity masters from property editors on mobile devices, without requiring to focus an editor for the title actions to become visible.

However, based on the feedback from users, this creates an impediment on mouse-enabled devices (laptop and desktop computers) where users may accidentally click a title when trying to focus an editor.

image

There are several options to consider:

  • [ ] 1. Disable on-tap for a title on non-mobile devices.
  • [ ] 2. Modify the on-tap handler for a title on non-mobile devices to focus the editor if it is enabled.
  • [ ] 3. Modify the on-tap handler for a title to focus the editor if it is enabled (all devices) and make title actions always visible.

Expected outcome

More intuitive behaviour upon clicking a property editor title.

01es avatar Sep 18 '24 01:09 01es