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

simple <input/> not working after scroll. #390

Closed
chordspear opened this issue Feb 13, 2023 · 4 comments
Closed

simple <input/> not working after scroll. #390

chordspear opened this issue Feb 13, 2023 · 4 comments
Labels
bug Something isn't working fixed on dev

Comments

@chordspear
Copy link

chordspear commented Feb 13, 2023

Description

This is likely a known issue but could not find a fix.

Link to isolated reproduction with no external CSS / JS

Added html in each page on top of the base-example in readme.

https://codesandbox.io/s/react-fullpage-js-example-forked-qg6vf2?file=/src/index.js

Did some debugging -

onKeyDown event is triggered, but onChange is not.

Steps to reproduce it

  1. scroll down to next page
  2. Try writing on input field.
@chordspear
Copy link
Author

Tried with version 0.1.31 and works fine - likely an issue with the new release. (.32)

@alvarotrigo
Copy link
Owner

It seems to be working for me:
image

What browser and OS are you using?
What device?
Touch or mouse?
How do you

@alvarotrigo
Copy link
Owner

I was able to reproduce the issue!
Thanks for reporting it! 👍

It has been reported on the repository for the JS library so I'll be continuing the conversation there,

@alvarotrigo alvarotrigo added bug Something isn't working fixed on dev and removed reproduction required labels Feb 13, 2023
@alvarotrigo
Copy link
Owner

Fixed in react-fullpage 0.1.33!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed on dev
Projects
None yet
Development

No branches or pull requests

2 participants