Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B bjgf
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Issues 127
    • Issues 127
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • BlueJ
  • bjgf
  • Issues
  • #2003

Closed
Open
Created Mar 13, 2018 by Davin McCall@davmacMaintainer

[GREENFOOT-668] Speed slider is jittery

The speed slider movement is jittery when it is dragged with the mouse. I suspect that moving it transmits speed to the other VM, which then also causes the same speed to be transmitted back to the server VM after a round-trip delay, by which time the slider has been moved.

To solve this, I think the debug VM side should only send the speed when it is changed locally (i.e. not when it is changed due to a command from the server VM) in which case it should continue to transmit the updated speed until it receives an acknowledgement from the server VM (in the form of a frame with sequence number >= the sequence number at which the speed change was first sent).


Issue metadata

  • Issue type: Task
  • Priority: Medium
Assignee
Assign to
Time tracking