Skip to content

Fix crash when opening new tab with search

Akseli Lahtinen requested to merge work/akselmo/fix-crash-on-new-search-tab into master

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

Edited by Akseli Lahtinen

Merge request reports

Loading