Bug 1910595 Comment 1 Edit History

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

* After first run on-boarding
* On App launch
  * On Fresh app launch it should behave like new tab
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab
* When clicking the home button in the taskbar
WIP
Questions:
* Does this need to work the new navigation bar?

* After first run on-boarding
* On App launch
  * On Fresh app launch it should behave like new tab
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab
* When clicking the home button in the taskbar
WIP
Questions:
* Does this need to work the new navigation bar?


* After first run on-boarding
* On App launch
  * On Fresh app launch it should behave like new tab
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab
* When clicking the home button in the taskbar
WIP
Questions:
Does this need to work the new navigation bar?

* After first run on-boarding
* On App launch
  * On Fresh app launch it should behave like new tab
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab
* When clicking the home button in the taskbar
WIP
Questions:
1. Does this need to work the new navigation bar?

* After first run on-boarding
* On App launch
  * On Fresh app launch it should behave like new tab
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab
* When clicking the home button in the taskbar
WIP
Questions:
1. Does this need to work the new navigation bar?

Findings:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
Questions:
1. ~~Does this need to work the new navigation bar?~~ Yes

Findings based on the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)

Findings based on the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). This also affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). This also affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
~~⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs~~
No longer a requirement.
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
~~⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs~~
**Update:** No longer a requirement.
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
**See [comment 2](https://bugzilla.mozilla.org/show_bug.cgi?id=1910595#c2) for investigation into updated requirements.**

## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
~~⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs~~
**Update:** No longer a requirement.
## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * ~~On relaunching the app with tabs already open~~
    * ~~When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```~~
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)
**See [comment 2](https://bugzilla.mozilla.org/show_bug.cgi?id=1910595#c2) for investigation into updated requirements.**

## Questions
1. ~~Does this need to work the new navigation bar?~~ Yes
## Note
```
On relaunching the app with tabs already open
When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the urlbar in focus
```
⚠️ This is a new state for Fenix as the homepage is generally displayed in the ‘focused’ view. We may encounter unknown bugs

## Findings
### Using the original URL toolbar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
* When clicking the home button in the taskbar ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
### Using the new navigation bar:
* After first run on-boarding ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml). ⚠️ This affects the navbar CFR positioning
* On App launch ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On Fresh app launch it should behave like new tab ✅ update `focusOnAddressBar` default to true [nav_graph.xml](https://searchfox.org/mozilla-mobile/source/firefox-android/fenix/app/src/main/res/navigation/nav_graph.xml)
  * On relaunching the app with tabs already open
    * When today it open to your previously active tab in focus, it should continue to do that, but with the keyboard up, and the url bar in focus. ✅ Similar to `HomeFragment`, add a ```android:name="focusOnAddressBar"```
* When launching a new tab ✅ Already does this
* When clicking the home button in the taskbar ✅ Already does this (this is a new tab + button)

Back to Bug 1910595 Comment 1