Skip to content

Fix crash when opening new tab with search

Akseli Lahtinen requested to merge work/cherry-pick-16f413cc into release/24.12

When new tab is opened and it has a search started, it tries to set the location URL to a navigator that is not yet necessarily assigned in memory: This is because the new tab is not active.

The locationUrl will be changed properly when tab is activated.

BUG:500101

(cherry picked from commit 16f413cc)

00e679a4 Fix crash when opening new tab with search 438a0616 Add comment for clarification

Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev

Merge request reports

Loading