URGENT - BUG: getBoundingRect not working properly

@sheyla @reinhardts @brett-haralson

So, in theory

wixWindow.getBoundingRect (e => { console.log(e.document.height) });

should show the height of the entire length of the page, but it seems to be returning the viewport height, for which we already have e.window.height.

This is vitally important for a lot of reasons, please look into it!!

Thanks David! I’ll make sure this is passed along.

David - just following up :slight_smile: the Corvid team is taking care of this. Thanks for the heads up, bug hunter! If you see anything like this in the future, make sure you post it in the Corvid forum, which the Corvid team monitors closely. :wink:

Ok wil do, thanks!