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

Fixed LastPass opening in the wrong position when activated by keyboard #8034

Closed
josiah-keller opened this issue Apr 2, 2017 · 8 comments
Closed

Comments

@josiah-keller
Copy link
Contributor

josiah-keller commented Apr 2, 2017

Old title: LastPass opens in wrong position when activated by keyboard #8034 (comment)

Test Plan

#8036 (comment)

  1. Use Preferences > Security to change password manager to LastPass
  2. Tab focus from address-bar to LastPass icon
  3. Press Enter
  4. Popup should open beneath extension icon

Original issue description

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

  • Describe the issue you encountered: If you tab over to LastPass from the URL bar and press Enter, the popup appears in the wrong location on the screen.

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

  • Brave Version (revision SHA): 3de60d5

  • Steps to reproduce:

    1. Enable & configure LastPass
    2. Focus URL Bar
    3. Press tab once
    4. Press enter
  • Actual result: LastPass popup appears at the left of the window.

  • Expected result: LastPass popup should appear beneath the LastPass icon on the right.

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

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

  • Can this issue be consistently reproduced? Yes

  • Any related issues:

@josiah-keller
Copy link
Contributor Author

The problem is the event coords that are IPC'd in browserActionButton.js are all 0 when the event comes from the keyboard.

@jonathansampson
Copy link
Collaborator

Thanks, Josiah! I was able to repro.

@luixxiul
Copy link
Contributor

luixxiul commented Apr 9, 2017

@bsclifton would you mind picking this up on the next release? d3f83cb of #8036 is not available yet on 0.14.1 Preview 1. / CC: @alexwykoff @srirambv @Jacalz

@Jacalz
Copy link
Contributor

Jacalz commented Apr 9, 2017

Sorry but what am I supposed to do? @luixxiul Also would be great to to know exactly what cc means 😂 We swedes don't use many abbreviations 🇸🇪😬

@luixxiul
Copy link
Contributor

luixxiul commented Apr 9, 2017

@Jacalz I mentioned you because I thought you would be going to do QA work on this release too. Please ignore my comment if you would not. "CC" is the same as you would use on email -> To, CC, BCC. just fyi :-)

@Jacalz
Copy link
Contributor

Jacalz commented Apr 9, 2017

Okay, now I get it 😅 Thanks, for the heads up 😉 Off course I will do my tests on this, will add this as a test 😉 @luixxiul

@Jacalz
Copy link
Contributor

Jacalz commented Apr 9, 2017

Will ad it to my tests, will do these tests when I have some time over 👍

@bsclifton
Copy link
Member

This should be included with Preview 2 👍

@alexwykoff alexwykoff changed the title LastPass opens in wrong position when activated by keyboard Fixed LastPass opening in the wrong position when activated by keyboard Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.