Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if the component has size and is not hidden #114

Merged
merged 1 commit into from
Aug 31, 2018

Conversation

runmoore
Copy link
Contributor

Currently if the component being checked is hidden (e.g. display: none) or just doesn't have a size the isVisible flag is being incorrectly set to true

This fixes #50 and possibly satisfys #58 's problem.

#50 already has a PR open (#51 by @skovhus ), but it's been around since October 2016 and has open conflicts, so I've decided to resurrect the issue with a new PR with a hope to get it into a release soon 馃 It seems like multiple people (myself included) have run into this problem and would like a fix.

@joshwnj
Copy link
Owner

joshwnj commented Aug 31, 2018

Thanks @runmoore - good solution.

@joshwnj joshwnj merged commit 2434a4c into joshwnj:master Aug 31, 2018
@joshwnj
Copy link
Owner

joshwnj commented Aug 31, 2018

published @ 3.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reporting isVisible for free element
2 participants