You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first parameter of eg.Visible() is container of scrollerable child elements that overflow parent element.
So demo on the first link is working properly. Because container $("#content") does not have fixed height so children of the container cannot overflow.
Visibility at eg.Visible is not related with browser's viewport except when the first parameter is document.
Description
eg.visible is not working property when the first parameter is Element.
When the first parameter is document, it works well
Steps to check or reproduce
Element as wrapper demo <--- not working
document as wrapper demo <--- working
The text was updated successfully, but these errors were encountered: