Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fixed url loads slower if loaded from preferences #7497

Closed
cezaraugusto opened this issue Mar 4, 2017 · 0 comments
Closed

Fixed url loads slower if loaded from preferences #7497

cezaraugusto opened this issue Mar 4, 2017 · 0 comments

Comments

@cezaraugusto
Copy link
Contributor

cezaraugusto commented Mar 4, 2017

Test plan:

#7498 (comment)


  • Did you search for similar issues before submitting this one?
    yes

  • Describe the issue you encountered:
    There's a race condition when you decide to visit a website coming from preferences panel, which makes visiting a new website from there delayed. That happens due to logic on publisherToggle not being defined before page is loaded.

  • Platform (Win7, 8, 10? macOS? Linux distro?):
    any

  • Brave Version (revision SHA):
    cd9b4cf

  • Steps to reproduce:

    1. Have a clean session file
    2. Go to preferences
    3. Enable payments
    4. Open browser console
    5. Go to an url from there
  • Actual result:
    Access is delayed and an error is thrown

  • Expected result:
    No delay, no error

  • Will the steps above reproduce in a fresh profile? If not what other info can be added?
    yes

  • Is this an issue in the currently released version?
    yes

  • Can this issue be consistently reproduced?
    yes

  • Extra QA steps:
    n/a

  • Any related issues:
    URL bar becomes inaccessible after enabling payments #7447

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.