Bug 1908330 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thanks for the update!

Looking into this specific issue more it seems like we specifically went with hiding the navbar when users enter search to protect against the issue from bug 1895573.
This problem stems from the fact that in homescreen/browserscreen we show addressbar + navbar
While in search we show only the addressbar
So we can be left with either of
- both the navbar from home and the addressbar from search be shown at the same time
- none of the navbar from home and the addressbar from search be shown at time

Without a reliable way to sync the hiding/showing the toolbars

One thing we can try is having the two toolbars use shared element transition.
Thanks for the update!

Looking into this specific issue more it seems like we specifically went with hiding the navbar when users enter search to protect against the issue from bug 1895573.
This problem stems from the fact that in homescreen/browserscreen we show addressbar + navbar
While in search we show only the addressbar
So we can be left with either of
- both the navbar from home and the addressbar from search be shown at the same time (fixed in bug 1895573 by hiding the navbar)
- none of the navbar from home and the addressbar from search be shown at time (seen here as a result of bug 1895573)

Without a reliable way to sync the hiding/showing the toolbars

One thing we can try is having the two toolbars use shared element transition.

Back to Bug 1908330 Comment 10