Edit objects - Selection with stylus causes unintentional object moving  SOLVED

For users with issues, or feature requests, on touchscreen devices.

Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Stefan - PDF-XChange

Forum rules
For users with issues, or feature requests, on touchscreen devices.

DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

Please specify the specific name of the product in question, the Version and Build, then the issue/feature feature:

i.e.

PDF-XChange Editor, Version 5.5 Build 315.

Description of issue/request: "................."
Post Reply
Loki@99
User
Posts: 558
Joined: Sat Dec 16, 2023 11:09 am

Edit objects - Selection with stylus causes unintentional object moving

Post by Loki@99 »

Hi,

There's a major issue when using stylus.

PDF X-Change Editor 10.3.0 build 386

Steps to reproduce :
1. Click Home > Edit text
2. Click any text object with a stylus

Expected behaviour : It should only enter the editable input mode
Current behaviour : the text object block moves a bit

Edit Text_Stylus issue.gif

You may have to try selecting different text objects and use your non-dominant hand to well notice the issue.

For your reference, there is no such issue when reproducing above steps with a finger (Allow Draw with a Finger Touch must be enabled in Preferences > Commenting)

Device
Windows 11 23H2 22631.3447
Huawei Matebook E 2022
M-Pencil 2nd gen

Thanks for investigating,
Last edited by Loki@99 on Wed May 15, 2024 11:33 am, edited 1 time in total.
Major Stylus topics
- RemoveAnnotationsWithEraser T#6903
- MiniPopupMenuOnTextSelection T#6894
- AbnormalSpikes forum.pdf-xchange.com/viewtopic.php?p=179935&hilit=spikes#p179935
- ForceEraserPreview forum.pdf-xchange.com/viewtopic.php?t=42380
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 10892
Joined: Wed Jan 03, 2018 6:52 pm

Re: Edit Text - Text block selection with stylus causes unintentional object moving

Post by Daniel - PDF-XChange »

Hello, Loki@99

Thank you for the report, I have reproduced this. It seems that, despite the improvements in this area for other uses of styluses, the Edit text tool did not receive the same "grace area/time" for selection of these items, and even a one pixel "drag" is applied immediately. I have just asked the Dev team if we can apply the same small grace area from the initial selection location, as we do with a number of other content types when touch actions are performed. Hopefully we can see this improvement in an upcoming release.

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Loki@99
User
Posts: 558
Joined: Sat Dec 16, 2023 11:09 am

Re: Edit Text - Text block selection with stylus causes unintentional object moving

Post by Loki@99 »

Hi,

I would like to mention that that issue is related to objects types and not only text only (Post title edited))

This is a GIF
issue.gif

Thanks for considering this a priority,
Major Stylus topics
- RemoveAnnotationsWithEraser T#6903
- MiniPopupMenuOnTextSelection T#6894
- AbnormalSpikes forum.pdf-xchange.com/viewtopic.php?p=179935&hilit=spikes#p179935
- ForceEraserPreview forum.pdf-xchange.com/viewtopic.php?t=42380
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 10892
Joined: Wed Jan 03, 2018 6:52 pm

Re: Edit objects - Selection with stylus causes unintentional object moving  SOLVED

Post by Daniel - PDF-XChange »

Hello, Loki@99

Thank you for the clarification, the dev team was looking into the selection system as a whole, so we should see all of these fixed in one swoop!

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
User avatar
rakunavi
User
Posts: 1643
Joined: Sat Sep 11, 2021 5:04 am

Re: Edit objects - Selection with stylus causes unintentional object moving

Post by rakunavi »

Hello Loki@99 and Daniel,

As Loki@99 explains, if you select a text object with the stylus from the beginning, it is natural that the position will move as shown in the video below. I understand that this is done to reflect the need to move the object just a little bit.

  • This is a GIF animation. Click to play.
    This is a GIF animation. Click to play.
The issue that Loki@99 pointed out should not happen if you start selecting with the stylus from a location other than where the text object exists first.

  • This is a GIF animation. Click to play.
    This is a GIF animation. Click to play.
PC pointing devices can be divided into two types: those that transmit both coordinate position and click changes at the same time, such as a mouse, stylus, or finger touch, and those that can transmit only one of the two, such as a trackball or trackpoint. If you are not satisfied with the operation of the former device, you can either change your operation method or use the latter device.

As reported recently in this topic, many of the comment tools have been modified, probably because of the users' desire not to change the operation method, even though they are operating with the former device. I am afraid that if the text object is changed in the same way, the usability will be degraded.

Of course, it would be better if you could implement this in a way that satisfies all wishes. However, I personally feel that the implementations made for some of the commenting tools in build 383 through build 384 leave a great deal of room for improvement.

Best regards,
rakunavi
TOP desires for PDFXCE
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 10892
Joined: Wed Jan 03, 2018 6:52 pm

Re: Edit objects - Selection with stylus causes unintentional object moving

Post by Daniel - PDF-XChange »

Hello, rakunavi

Thank you for the input, Such decisions are the purview of the Dev team, but I do not think it fair to tell a longtime stylus user that they need to use another input method simply because of a selection issue. There are a few ways we can improve this, and the dev team are considering them. Just off the top of my head, we could:
  • Make it so you need to select an object first, before moving is allowed with stylus input.
  • Make it so there is a time based delay you need to "hold" and object before it moves (likely around 0.05s, just long enough that a "tap" will not register, but anything else will)
  • Make it so a distance based move needs to be performed (likely a few pixels at most, though calculating the optimal distance gets interesting for higher dpi screens)
I am sure the Dev team has a few more alternatives in mind, or possibly some combination of the above, which they are considering that could help here.

You are correct that the changes to how comments are handled has been altered in a few ways, and yes, there is room for improvement. We are working on it, but nothing can happen overnight, and with our very small dev team, iterating on such improvements takes time.

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
User avatar
rakunavi
User
Posts: 1643
Joined: Sat Sep 11, 2021 5:04 am

Re: Edit objects - Selection with stylus causes unintentional object moving

Post by rakunavi »

Hello Daniel, thank you for your reply.

As you probably know, Acrobat and Drawboard PDF behave differently when operated with a stylus or touch than when operated with a mouse or other device. The prevention feature of unintended reactions (I don't know what to call it) only works with stylus and touch operations. Below is a video showing how the rectangular comments are moved up, down, left, and right by the trackpoint and stylus in each application.

  • This is a GIF animation. Click to play.
    This is a GIF animation. Click to play.
OneNote works with the above prevention feature regardless of the input device, but you can move it even a small distance if you wait just a moment and then move the pen tip. There is no need to move it a bit larger and then move it back to near the original position, as is the case with the PDF-XChange Editor from build 384 onward.

  • This is a GIF animation. Click to play.
    This is a GIF animation. Click to play.
I understand that some kind of prevention feature is needed to improve usability, mainly with stylus and touch. However, I just wanted you to understand that the uniform changes made after build 384, without considering the differences in input devices, have had a serious impact on usability. I hope that someday there will be better improvements in this area.

Thank you for taking the time to read this message.

Best regards,
rakunavi
TOP desires for PDFXCE
forum.pdf-xchange.com/viewtopic.php?t=39665 LassoTool
forum.pdf-xchange.com/viewtopic.php?t=38554 CmtGarbled
forum.pdf-xchange.com/viewtopic.php?t=37353 FulScrMultiMon
forum.pdf-xchange.com/viewtopic.php?t=41002 DisableTouchSelect
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 10892
Joined: Wed Jan 03, 2018 6:52 pm

Edit objects - Selection with stylus causes unintentional object moving

Post by Daniel - PDF-XChange »

:)
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Loki@99
User
Posts: 558
Joined: Sat Dec 16, 2023 11:09 am

Re: Edit objects - Selection with stylus causes unintentional object moving

Post by Loki@99 »

Hi,

While this issue has been resolved in the with the EditorTestOSK2 test build shared by Vasyl, it's still reproducible with annotations content using the Select Comments Tool

Following actions performed with stylus

Pencil Tool Annotation
issue.gif

Comments Pop-Up Notes
issue2.gif

Sticky Notes
issue3.gif

Thanks for investigating,
Major Stylus topics
- RemoveAnnotationsWithEraser T#6903
- MiniPopupMenuOnTextSelection T#6894
- AbnormalSpikes forum.pdf-xchange.com/viewtopic.php?p=179935&hilit=spikes#p179935
- ForceEraserPreview forum.pdf-xchange.com/viewtopic.php?t=42380
User avatar
Daniel - PDF-XChange
Site Admin
Posts: 10892
Joined: Wed Jan 03, 2018 6:52 pm

Re: Edit objects - Selection with stylus causes unintentional object moving

Post by Daniel - PDF-XChange »

Hello, Loki@99

Thanks for the feedback, it is still a work in progress, especially while you are on a midpoint test build, but I have mentioned this to the Team.

Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Post Reply