Closed
Bug 1282516
Opened 8 years ago
Closed 8 years ago
getZoom
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1238310
People
(Reporter: khalid.rfk, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160604131506
Steps to reproduce:
using the "chrome.tabs.getZoom" function to get current page zoom
Actual results:
no result: the result is "undefined"
i tested too "window.devicePixelRatio" but it give the current zoom + 20%
for now i use "window.devicePixelRatio-window.devicePixelRatio*0.20" to get the correct zoom
Expected results:
this function shoud give the correct page zoom
OS: Unspecified → Windows 10
Priority: -- → P2
Hardware: Unspecified → x86_64
Updated•8 years ago
|
Priority: P2 → --
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•