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

Alert disables UI elements and hides URL bar #9285

Closed
luixxiul opened this issue Jun 6, 2017 · 6 comments
Closed

Alert disables UI elements and hides URL bar #9285

luixxiul opened this issue Jun 6, 2017 · 6 comments

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Jun 6, 2017

Test plan:

#9656 (comment)


Describe the issue you encountered: LastPass security check overwrites "always show URL bar" setting.

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

  • Brave Version (revision SHA): 0.15.314

  • Steps to reproduce:

    1. Disable "always show URL bar" setting on about:preferences#general
    2. Enable LastPass
    3. Create accounts with two sites sharing login credential (such as www.rakuten.co.jp and www.rakuten-card.co.jp)
    4. Save the credentials
    5. Log in to one of the accounts
  • Actual result:
    The URL bar is hidden. Also the lion icon has a strange color.

    clipboard01

  • Expected result:

  • Extra QA steps:
    1.
    2.
    3.

  • Any related issues:

@luixxiul luixxiul added this to the 0.18.x milestone Jun 6, 2017
@cezaraugusto cezaraugusto self-assigned this Jun 13, 2017
@cezaraugusto
Copy link
Contributor

this happens for all alert notifications as well, like alert() on a page for example.

opacity in bravery button is intended, see https://github.com/brave/browser-laptop/blob/master/app/renderer/components/navigation/navigator.js#L284.

cezaraugusto added a commit that referenced this issue Jun 22, 2017
@cezaraugusto
Copy link
Contributor

given this is not critical I'm pushing back to 0.19.x. Let me know otherwise

@cezaraugusto cezaraugusto modified the milestones: 0.19.x (Nightly Channel), 0.18.x (Developer Channel) Jun 22, 2017
@bsclifton bsclifton changed the title LastPass security check overwrites "always show URL bar" setting Alert disables UI elements and hides URL bar Jun 22, 2017
@bsclifton
Copy link
Member

@luixxiul @cezaraugusto sorry I didn't catch this until now (after seeing #9656)

This behavior is intentional. There are actually tests in place to make sure we disable the lion icon, go into title mode, etc when an alert is shown. The reason being: we don't want folks to navigate in the same webview while the alert is being shown

The Lion is disabled because we don't want the shields menu coming up while the alert is being displayed. You can still switch tabs while the alert is up. After you acknowledge the alert, everything goes back to regular.

@bsclifton bsclifton added wontfix and removed bug labels Jun 22, 2017
@bsclifton bsclifton removed this from the 0.19.x (Nightly Channel) milestone Jun 22, 2017
@bsclifton
Copy link
Member

original notes / discussion in the PR #7107

@luixxiul
Copy link
Contributor Author

still I believe the strange color should be fixed, which is light yellow.

If it is disabled, it should be grey as we have.

clipboard01

@luixxiul
Copy link
Contributor Author

I opened an issue for ^: #9696

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

No branches or pull requests

3 participants