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

Feature/improve nav browser title #1800

Closed
wants to merge 3 commits into from

Conversation

rickycodes
Copy link
Member

Description

So previously if a user cleared the url input the domain would go away when re-opening it... steps to reproduce:

  1. visit a url, say google.ca for example:

image

  1. click the title bar to edit the input value:

image

  1. clear the input value:

image

  1. close the modal:

image

  1. open the modal again to see the search input remains empty:

image

This PR makes it so that if the user clears the search input and leaves the url will return when they reopen the modal:

image

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

@rickycodes rickycodes requested a review from a team as a code owner August 27, 2020 17:54
@@ -1427,7 +1427,7 @@ export class BrowserTab extends PureComponent {
this.setState({
url,
inputValue: url,
autocompletInputValue: url,
autocompleteInputValue: url,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo! 🙃

@rickycodes rickycodes added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Aug 27, 2020
Copy link
Contributor

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rickycodes
Copy link
Member Author

going to move this work into #1797 for QA :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-dev-review PR needs reviews from other engineers (in order to receive required approvals)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants