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,544
    • Issues 1,544
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 140
    • Merge requests 140
  • 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
  • InkscapeInkscape
  • inkscapeinkscape
  • Merge requests
  • !4381

Backport: Ensure focus for a newly opened dialog

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rafał Siejakowski requested to merge S-Rafael/inkscape:backport-dialog-focus into 1.2.x May 04, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Ensure that the child widgets of a freshly opened dialog can be immediately traversed with the Tab key. Currently, the contents of each dialog are repackaged into a Gtk::ScrolledWindow for the purpose of better controlling the scrolling behaviour. This ScrolledWindow must not steal the focus from the widgets that the user cares about.

Fixes #3482 (closed)

Backport of !4379 (merged)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: backport-dialog-focus