Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Ruqola Ruqola
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NetworkNetwork
  • RuqolaRuqola
  • Merge requests
  • !89

Fix text cursor being "stuck" after a dnd of a file onto the message widget

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged David Faure requested to merge work/dfaure/fix_cursor into master Aug 24, 2022
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 2

QTextEdit (in fact QWidgetTextControl) wasn't resetting dndFeedbackCursor after moving it around during enter/move, since it isn't getting the drop event. So the cursor was stuck at the position of the last drag, forever.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/dfaure/fix_cursor