passcards icon indicating copy to clipboard operation
passcards copied to clipboard

Filtering of sites for current page does not work with URLs that have port numbers

Open robertknight opened this issue 10 years ago • 0 comments

Steps to reproduce:

  1. Open a web page with username / password on localhost with a non-default port (eg. using python -m SimpleHTTPServer)
  2. Open the extension UI and add a login for the current page
  3. Save the login to go back to the account list

Expected result:

When the search filter bar is empty, the item list should show accounts for the current page by default, which should include only the newly added login.

Actual result:

All items shown, as if there were no item matching the current site.

robertknight avatar Sep 14 '15 12:09 robertknight