-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Hold for Payment 3 August] Edit comment - Mouse scroll doesn't scroll large messages in edit box #4132
Comments
Triggered auto assignment to @sketchydroide ( |
This sounds like a good external. |
Triggered auto assignment to @laurenreidexpensify ( |
Also setting it as weekly, there is a workaround, and it does not stop functionality it's just anoying, as mouse scrolling would be an expected behaviour. |
Triggered auto assignment to @deetergp ( |
@isagoico I want to run the app as local |
This happens because we're adding a listener to our I don't feel like this issue needs an immediate fix, so I would suggest waiting for the 0.19 update. We could add a workaround (like removing the listener if a Curious to hear what you think @deetergp |
Hi, Screen.Recording.2021-07-19.at.16.28.02.4.mov |
Good work |
@helaoutar I think your suggestion sounds good, let's do it. |
The only issue I found with this is that as soon as the pointer is within the text input, the page stops scrolling (which makes sense, since the text input prevents the wheel event from being passed up to the page) This becomes problematic in the following scenario: 420.movSee how since the pointer is initially at the bottom of the page, the moment I scroll down, the pointer is Hope that makes sense. |
@helaoutar Only override wheel when input is focused. |
That's what I proposed, but it's okay. You should definitely detach the listener only when the input is focused @helaoutar |
Can you please hire me for this one so that I can start working on it? |
@helaoutar done - please start on the PR! thanks |
@deetergp, @helaoutar, @laurenreidexpensify it looks like no one is assigned to work on this job. |
Ignore - this is a false positive, as we're closing this tomorrow when regression testing period is over |
Paid @helaoutar 👍🏽 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Mouse scroll should work on edit box if the user is hovering over it.
Actual Result:
Mouse scrolls the whole conversation making the user unable to scroll the edit box via mouse scroller.
Workaround:
Using the arrow keys scrolls the message.
Platform:
Where is this issue occurring?
Web ✔️
iOS
Android
Desktop App
Mobile Web
Version Number: 1.0.79-0
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Grabando.197.mp4
https://www.upwork.com/jobs/~0188b70c9ae217c170
View all open jobs on Upwork
From @cead22 https://expensify.slack.com/archives/C01GTK53T8Q/p1626382794346600
The text was updated successfully, but these errors were encountered: