tg
tg copied to clipboard
Property editor: adjust behaviour of title actions
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.
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.