-
Notifications
You must be signed in to change notification settings - Fork 551
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
Fixed scroll jumping up when typing past field height #315
Conversation
Update to 0.9.0
Update to 0.9.1
Update to 0.10.0
…ace-master # Conflicts: # packages/zefyr/lib/src/widgets/input.dart
…en typing long Described in memspace#171 Solution by raj457036 Haven't tested yet, not sure about the isAtEnd logic...
Thanks Raj.
Correcting my mistakes after I got errors trying it out
ScrollController not attached to any scroll views. 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 110 pos 12: '_positions.isNotEmpty'
Codecov Report
@@ Coverage Diff @@
## master #315 +/- ##
=======================================
Coverage 91.89% 91.89%
=======================================
Files 11 11
Lines 1074 1074
=======================================
Hits 987 987
Misses 87 87 Continue to review full report at Codecov.
|
Got rid of showAutocorrectionPromptRect & AutofillScope, which I'm not sure what it was serving when unimplemented. Was from masewo's changes.
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.
Deleted the parts that caused the build failure. I should of forked from the official repo instead of masewo's I was using...
To replace my original PR memspace#315 I forked from the wrong fork, and wanted to simplify commits to one, and fix the Travis CL build failure it was reporting. Issue discussed here memspace#171
Simplified the fork and resubmitted the Pull.. Sorry. |
Refer to #171