Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • inkscape inkscape
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,526
    • Issues 1,526
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 135
    • Merge requests 135
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • Inkscape
  • inkscapeinkscape
  • Merge requests
  • !3735

Respect mouse down before mouse move coords

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Owens requested to merge doctormo/inkscape:fix-quick-drag-order into master Dec 14, 2021
  • Overview 6
  • Commits 1
  • Pipelines 4
  • Changes 1

During dragging we want to check both the place the mouse is now (during dragging) and the place the mouse was when the click happened.

The mouse down is actually way more important than the location of the motion event so that should go first.

Example of problem:

drag-click

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-quick-drag-order