Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] The previously visited websites link disappears after tapping the URL bar #1641

Open
AndiAJ opened this issue Jun 30, 2021 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@AndiAJ
Copy link
Contributor

AndiAJ commented Jun 30, 2021

Steps to reproduce

  1. Navigate to any website
  2. Tap the URL bar

Expected behavior

The previously visited websites link is displayed and highlighted

Actual behavior

The previously visited websites link disappears

Device information

  • Android device: Google Pixel 3a (Android 11)
  • Reference Browser version: 1.02126 Build #31810608

Notes

► Video
20210630-124919

@AndiAJ AndiAJ added the 🐞 bug Something isn't working label Jun 30, 2021
@paidforby
Copy link

Hey @AndiAJ thanks for posting this! I see the exact same bug in the latest versions of the reference-browser (based on android-components v115). I also see this bug in my application, Ceno Browser which also depends on android-components (currently on v113.2.0).

I would really like to see this bug fixed, since it also causes behavior where user input text is deleted randomly while they are typing. I understand that Fenix doesn't really depend on the BrowserToolbar component, instead it implements its own (extremely complicated) toolbar, so I'm guessing that's why this has not been fixed.

My initial guess is that this is related to the ToolbarFeature component, possibly with the way the ToolbarPresenter updates the displayed url, maybe around this line. Any advice from mozilla developers would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants