Skip to content
  • Stefano Crocco's avatar
    Fix focus when opening page in a new tab · a69162a9
    Stefano Crocco authored
    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.
    a69162a9