tether icon indicating copy to clipboard operation
tether copied to clipboard

getComputedStyle(...) is null

Open rubenbp opened this issue 9 years ago • 1 comments

In some navigators, when a new Tether class is instantiated the following error occurs:

getComputedStyle(...) is null

in this line of code.

I could log errors that occur in Firefox 47 on Windows 10

Thanks

rubenbp avatar Aug 19 '16 10:08 rubenbp

Firefox returns null when calling getComputedStyle on a node that is not displayed on screen.

arcanis avatar Oct 21 '16 09:10 arcanis