-
Notifications
You must be signed in to change notification settings - Fork 9
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
adding vertical scrolling based on fixed visual textInput compared to hiddenInput #589
Conversation
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Your Render PR Server URL is https://examples-mrjs-pr-589.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-coergt21hbls73851ptg. |
so far on this pr - have some scrolling working by actual key input presses and text update to fix for vertical happiness:
in a future pr:
|
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
… then is fine again Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
progress:
outstanding todo:
|
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
outstanding todo:
|
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
|
Signed-off-by: hanbollar <[email protected]>
primary task after this pr:
a few lingering todos from this pr for cleanup when doing the horizontal scrolling addition:
after:once all those are resolved then can expose again and start on going down more of 'fully supported' feature list |
@michaelthatsit - solved the off-by-1 error, this is now ready for review check out my todo list for notes (doing it written before the review this time instead of answering /oh yea i swear that'll be handled lol/ as part of the review to help with the process a bit) btw when reading through start with lmk if any questions ~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! and glad you got the lingering cursor issue when switching input fields, forgot to mention it last time.
Linking
related to #590
Problem
Description of the problem including potential code and/or screenshots as an example
Solution
Quick explanation of change to be done
Breaking Change
If this is a breaking change describe the before and after and why the change was necessary
Notes
Notes and any associated research or links
Required to Merge
Untitled.mov
- [ ] BREAKING CHANGE@lobau
@hanbollar