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

[Bug Fix+Feature] [IE10+] can't hide dropdown after using scrollbar, [Feature] inputProps #160

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

elisherer
Copy link
Contributor

@elisherer elisherer commented Jun 25, 2017

When clicking on the scrollbar on IE10+ and then outside the dropdown don't hide.
There is handling for it in the code, but it doesn't work.
This can be reproduced on the demo site

Also, refs are now needs to be functions instead of strings.
source

Update forgot to mention:
I also fixed the passing of inputProps to ResizableInput (and on that go, I replaced it definition with class)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 91.249% when pulling e3c3c47 on elisherer:bugfix/ie10-scroll-bug into f9fdda2 on furqanZafar:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 91.289% when pulling 25a548f on elisherer:bugfix/ie10-scroll-bug into f9fdda2 on furqanZafar:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 91.289% when pulling 531f424 on elisherer:bugfix/ie10-scroll-bug into f9fdda2 on furqanZafar:master.

Eli Sherer and others added 6 commits August 31, 2017 18:00
# Conflicts:
#	package.json
#	src/DropdownMenu.ls
#	src/ResizableInput.ls
… into bugfix/ie10-scroll-bug

# Conflicts:
#	README.md
#	package.json
#	public/examples/multi/DropdownDirection.ls
#	src/DropdownMenu.ls
#	src/MultiSelect.ls
#	src/ResizableInput.ls
#	src/SimpleSelect.ls
#	test/index.ls
@elisherer elisherer changed the title [Bug Fix] [IE10+] When scrolling with the scrollbar can't hide dropdown [Bug Fix+Feature] [IE10+] can't hide dropdown after using scrollbar, [Feature] inputProps Aug 31, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 88.198% when pulling eb5fa32 on elisherer:bugfix/ie10-scroll-bug into d3f7072 on furqanZafar:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 88.462% when pulling b623587 on elisherer:bugfix/ie10-scroll-bug into d3f7072 on furqanZafar:master.

@elisherer
Copy link
Contributor Author

@furqanZafar , I resolved all the conflicts with the new version, I hope you could go over this one and approve it. (I suggest squashing my commits, since I had too many mistakes during the merge)

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