Bug 1938443 Comment 0 Edit History

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

STR:
1. Visit https://example.org/
2. Open a new tab and type "example"
3. Press downarrow to focus the Firefox Suggest suggestion to switch-to-tab.
4. Look at your URL bar.

EXPECTED RESULTS:
There should be some space between the right edge of the `Switch to tab:` badge and the URL itself (the leading "h" character)

ACTUAL RESULTS:
There's no space between them; the rightmost pixel of the badge is directly adjacent to the leftmost (antialiased) pixel of the "h" in the URL.

Notes:
* After reproducing the bug, if I press Ctrl to hide the Switch-to-tab badge (so that the address bar just shows the unified-search-button and the URL), then I get expected-results in that context -- there's space to the left of the "h".
* If I set `browser.urlbar.scotchBonnet.enableOverride` to `false`, I get EXPECTED RESULTS.  Interestingly, the URL remains in precisely the same pixel location (as you can see in upcoming screenshots) but the buttons to its left just get a bit skinnier which leaves a reasonable amount of space.
STR:
1. Visit https://example.org/
2. Open a new tab and type "example"
3. Press downarrow to focus the Firefox Suggest suggestion to switch-to-tab.
4. Look at your URL bar.

EXPECTED RESULTS:
There should be some space between the right edge of the `Switch to tab:` badge and the URL itself (the leading "h" character)

ACTUAL RESULTS:
There's no space between them; the rightmost pixel of the badge is directly adjacent to the leftmost (antialiased) pixel of the "h" in the URL.

Notes:
* After reproducing the bug, if I press Ctrl to hide the Switch-to-tab badge (so that the address bar just shows the unified-search-button and the URL), then I get expected-results in that context -- there's space to the left of the "h".
* If I set `browser.urlbar.scotchBonnet.enableOverride` to `false`, I get EXPECTED RESULTS.  Interestingly, the URL remains in precisely the same pixel location (as you can see in upcoming screenshots if you open them in side-by-side tabs and compare back and forth); but the buttons to the left of the URL just get a bit skinnier which leaves a reasonable amount of space.

Back to Bug 1938443 Comment 0