Changes between Initial Version and Version 1 of Ticket #6567, comment 15


Ignore:
Timestamp:
07/27/19 17:31:33 (5 years ago)
Author:
lolbot-iichan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6567, comment 15

    initial v1  
    1313>If i click on *any* of the sliders the mouse pointer moves some pixels to the right and then stops (chaning the slider setting in the process).
    1414>If i move the mouse around, move back to the very same slider and click on it again, it will be moved to the right again for some pixels.
    15 Yes, Ritter and James Peris slider code is designed to have such effects - mouse if teleported to some "old" position that may be several pixels off. It's kind of strange that it is "only to the right", however movement during the moment of Mouse Down event is fine. What is not expected from such code is cursor and/or slider movement when mouse button is pressed and your hand is not moving, which you reported earlier.
     15Yes, Ritter and James Peris slider code is designed to have such effects - mouse if teleported to some "old" position that may be several pixels off. It's kind of strange that it is "only to the right". However, small movement at the very moment of Mouse Down event seems to be "original" bug. What is not expected from such code is cursor and/or slider movement when mouse button is pressed and your hand is not moving, which you reported earlier.
    1616
    1717>I have to add that this test was done with the test build and your debug code already in place (not sure if this affects any of these issues.