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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 BUG: on pause mode, the pasted url is not selected #797

Open
rebelchris opened this issue Jan 16, 2023 · 0 comments
Open

馃悰 BUG: on pause mode, the pasted url is not selected #797

rebelchris opened this issue Jan 16, 2023 · 0 comments

Comments

@rebelchris
Copy link
Contributor

Steps to reproduce

  • disable daily.dev for a bit
  • open a new tab
  • find the cursor on the first beginning of the URL, so in case you type something you find this: somethinghttps://gooogle.com which is a bit annoying
  • also the back button is not deactivated

The root cause lies here:
https://github.com/dailydotdev/apps/blob/31ffe457d4a19743040102f35e50dbf63d7c5e58/packages/extension/src/newtab/index.tsx#L42

In there the option loadReplace: true might help with the back button like
await browser.tabs.update(tab.id, { url, loadReplace: true });

The auto select all the URL in the bar seems not to be that easy to address.

Logged for: @sassman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant