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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add useDocumentElement option #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johngeorgewright
Copy link

@johngeorgewright johngeorgewright commented Sep 9, 2020

I am using other libraries which use an alternative way in finding the window size (document width) (document.documentElement.clientWidth). Which, unlike window.innerWidth, doesn't add the width of the body's scroll bar to it's final value. The difference in pixels will differ from OS, browser & any additional UI enhancements, and trying to use react-sizes with these libraries can be troublesome.

Below is an example of how chrome will differ, between these 2 values, in windows 10.

react-resizes-document

It would be nice if either react-sizes used document width too, or at least had the ability to do so. This pull request adds a configuration option to use the document width instead.

There are a few changes in this pull request added by prettier, which I did not add myself (just incase you thought I was being unhelpfully pedantic).

@renatorib renatorib closed this May 7, 2021
@renatorib renatorib reopened this May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants