Changing values in fields


  • administrators

    @encart The Shift/Ctrl modifiers , and single click selection can be implemented.
    If I understand correctly, you recommend horizontal scrubbing (not just vertical). I will look into this how it could be done.
    If there is no selection (or select all with single click) then it might work.



  • @vectoradmin If horizontal scrolling is implemented, how can you select part of a value to change it?


  • administrators

    @b77 That is exactly the problem. We either have horizontal scrolling with selecting all on click and no partial selection. Or vertical only scrolling and partial selection. But not both.



  • @vectoradmin Partial selection is needed, so…


  • Global Moderator

    The current behavior of dragging within the field value is problematic because it blocks standard behaviors of a text field. Normally if I drag up from part way into a field where an insertion point is placed it will select from that point to the end of the field, and if I drag down from part way into the field it will select to the beginning of the field. That doesn't happen with the way this is currently implemented in VS.

    You can allow scrolling in both directions and fix this problem at the same time by either or both of two rather obvious and completely reasonable ways:

    • Allow dragging on the label instead of the field value
    • Allow dragging of the field value but only when there is not an insertion point in the field (in other words, when the field does not have the focus). Let the standard behaviors of the field work when an in insertion point is placed.

  • administrators

    @encart @b77 @fde101 New build contains improvements to scrubby scrolling: numeric field labels can also be dragged for scrolling the number.



  • I know the topic is very old. But I found a mechanism in Wondershare Filmora that works well. Exactly as @fde101 's suggestion. When we press and drag horizontally (in our case, vertical is safer) then the field behaves like a slider. Only clicking and releasing activates the selection of the value. The changing cursor is a nice hint for the user.
    https://recordit.co/t7TixcwWoV
    I am returning to this topic because it hurts me a bit. It is a bit unpredictable on my system, it stutters, changes the value by a different step.


  • administrators

    @encart I add this new suggestion to the backlog.


  • administrators

    @encart One thing in that example, that is a bit difficult to always have is the width of number field. There is enough room to have a region that activates scrolling.

    But the jumping / stutters in VS is a bug so that should be handled.



  • @vectoradmin I'm not sure if I understand correctly, but the whole field is active here. Even if it was two digits wide, clicking and dragging will trigger the action. The action would be compared to a situation where there is a transparent zone above the text field. It changes the value when dragged, and when clicked, it disappears and activates the box underneath. Deactivating the field restores layer 1.
    0_1645100155840_screenshot_20220217_131540.png


  • Global Moderator

    @encart, drag on the label next to the field rather than the field itself.