reyryan commented on issue #5197: URL: https://github.com/apache/superset/issues/5197#issuecomment-3095188930
@KnightWorker37 "getScrollSize" doesn't actually give you the information that you needed. You see, this function is supposed to return you the embedded iframe's dynamic width and height and then, hopefully auto-adjust your container to that width and height. However, based on testing, "getScrollSize" doesn't actually give you that iframe's dynamic scroll height value. In fact, it would work the other way around. Meaning, after you set the iframe's dimensions (deferred width and height), it will just give you back the same width and height. To me, this function is not really helpful at all. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org