Forum Discussion
Pin to Screen missing
Thanks for this, sullimander!
I have seen it change positions when I switch from using an external monitor to my laptop display.
That's the most consistent kind of trigger we've seen for this on our end too (although we're still working on the specifics and want to make sure we have as comprehensive an understanding of the issue as we can).
Ideally, it would always be centered on the primary display (or the display with the mouse focus).
I agree! Thanks for letting us know what you've seen with your setup. We'll get to work!
Hello doio! Hopefully we can figure this out together. In Quick Find, the URL being shown is the website for the item. This website can also be shown in the item details pane on the right.
This might get a little technical, so if you have any additional questions, please ask!
Most frequently, this URL matches the browser URL when the password was originally saved to 1Password. In this case, it appears from the screenshot to be part of the Google authentication flow. Quite frequently in authentication flows--including Google's--the browser will be redirected from the page a user would like to visit to a page for logging in. As part of the flow, the page to return to after logging in is encoded into the parameters of the URL. It appears that that's what happened here.
You are correct that
%2F
is the URL encoded version of/
. The&
character is used for separating multiple parameters in a URL.google.com/
was the path encoded onto the URL and the&
is marking the beginning of the next parameter. This can be confirmed by viewing the full URL. It is likely that this appears within it.Cheers!
K.J.