Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Konqueror Konqueror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • 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
  • Network
  • KonquerorKonqueror
  • Merge requests
  • !57

Fix focus when opening page in a new tab

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stefano Crocco requested to merge stefanocrocco/konqueror:fix-focus-open-in-new-tab into master Dec 28, 2020
  • Overview 1
  • Commits 1
  • Changes 1

When opening a page in a new tab by middle-clicking a link, focus wasn't moved to the new page but remained in the location bar. This happens because the createNewWindow signal is emitted by NewWindowPage::acceptNavigationRequest using an empty URL rather than the true URL. To fix this, the real URL is passed to the createNewWindow signal.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-focus-open-in-new-tab