-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] privacy.resistFingerprinting causes the hover tab preview in content to be too small and offset #3698
Comments
Hmm, it looks impossible to be fixed by addon side... TST shows the tab preview panel with stable size even if the tab is shrunken by the user, with zooming based on the device pixel ratio information. The privacy setting you mentioned hides the device pixel ratio information to Web contents including privileged codes provided by addons. |
I've found the sideway - the device pixel ratio can be calculated with tabs.Tab.width and window.innerWidth. |
The scaling issue should be fixed with the commit 22c8905. But there still be another issue with its offset: the preview panel need to be shifted with the height of the sidebar header but it cannot be calculated with the privacy setting. Hmm... |
… ex. privacy.resistFingerprinting=true #3698
Abstract
privacy.resistFingerprinting causes the hover tab preview in content to be too small and offset.
It would be pretty silly for Mozilla to spoof various details for privileged extensions. That's meant for content. But that's probably what's happening. Is this something you can work around?
Steps to reproduce
Expected result
Actual result
Environment
The text was updated successfully, but these errors were encountered: