macOS, Multi-Monitor: login/password autocomplete dropdown appears on wrong screen
Categories
(Toolkit :: Form Manager, defect, P2)
Tracking
()
People
(Reporter: Andreas_Kahl, Assigned: haik)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Open Firefox (I have 78b3) in Mac OS with an external Screen connected. (E.g. a MacBookPro Retina with an LCD via HDMI). Maximize the firefox window on the laptop's screen (green button).
Open a web page, e.g. www.twitter.com, go to login and save credentials in Firefox. Log out and go back for login. The stored credentials should appear below the login <input> field.
A similar behaviour can be observed using the addon 'Livemarks', where the live bookmarks containing RSS Feeds also open on the wrong screen.
Actual results:
Instead of appearing below the input field, the dropdown appears on the external display (in my case in the top left corner), and is rendered too large (I assume this is due to the higher pixel density on the Retina display Firefox runs in.)
Expected results:
The dropdown should open directly below the <input> field.
Comment 1•7 months ago
|
||
Marco, do you know where the logic that positions the autocomplete popup lives?
Reporter | ||
Comment 2•7 months ago
|
||
(In reply to :Gijs (he/him) from comment #1)
Marco, do you know where the logic that positions the autocomplete popup lives?
Sorry, no. I am just a user without any knowledge of Firefox's code.
Comment 3•7 months ago
|
||
(In reply to Marko Ramius from comment #2)
(In reply to :Gijs (he/him) from comment #1)
Marco, do you know where the logic that positions the autocomplete popup lives?
Sorry, no. I am just a user without any knowledge of Firefox's code.
Sorry - disambiguation issue here - I was asking Marco Bonardo, who I needinfo'd. :-)
Comment 4•7 months ago
|
||
Probably here https://searchfox.org/mozilla-central/rev/9ad88f80aeedcd3cd7d7f63be07f577861727054/toolkit/actors/AutoCompleteParent.jsm#267 but I'm not sure how the underlying xul code picks a screen.
Reporter | ||
Comment 5•7 months ago
|
||
Addendum: The search suggestions in the Cmd-K Searchbox appear on the wrong screen, too.
Assignee | ||
Comment 6•7 months ago
|
||
Thanks for the report.
This is probably another instance of bug 1592416 which was recently fixed, but probably not generally enough to cover all cases. Taking the bug.
(In reply to Marco Bonardo [:mak] from comment #4)
Probably here https://searchfox.org/mozilla-central/rev/9ad88f80aeedcd3cd7d7f63be07f577861727054/toolkit/actors/AutoCompleteParent.jsm#267 but I'm not sure how the underlying xul code picks a screen.
Thanks, that's helpful.
The severity field is not set for this bug.
:mak, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•7 months ago
|
Comment 8•7 months ago
|
||
I have the same problem in CentOS 8.1, Firefox 68.9.0esr. So I guess this is not just macOS platform.
Comment 9•6 months ago
|
||
I'd like to add that I have the same issue with Bookmark Folders in the Bookmark Menu. I have Firefox 79.0 on macOS Catalina 10.15.6.
Description
•