Bug 1772840 - Fix zoom handling in nsXULTooltipListener. r=mstange, a=dmeehan
If the tooltip node and the target node are in different documents, we'd use the tooltip's CSS-to-dev-pixel scale to convert. This is basically bug 1756323 but for XUL, I thought we wouldn't have cross-document zoom like that but apparently I was wrong... Differential Revision: https://phabricator.services.mozilla.com/D148402
Showing
- layout/xul/nsXULPopupManager.cpp 18 additions, 16 deletionslayout/xul/nsXULPopupManager.cpp
- layout/xul/nsXULPopupManager.h 2 additions, 4 deletionslayout/xul/nsXULPopupManager.h
- layout/xul/nsXULTooltipListener.cpp 8 additions, 8 deletionslayout/xul/nsXULTooltipListener.cpp
- layout/xul/nsXULTooltipListener.h 3 additions, 2 deletionslayout/xul/nsXULTooltipListener.h
Loading
Please register or sign in to comment