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

Fixed scroll jumping up when typing past field height #315

Closed
wants to merge 19 commits into from

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    ae8618e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    4a8b5fd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    2e37998 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Merge pull request #1 from memspace/master

    Update to 0.9.0
    masewo authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ab2859d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db0f8a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Merge pull request #2 from memspace/master

    Update to 0.9.1
    masewo authored Jan 12, 2020
    Configuration menu
    Copy the full SHA
    525514d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Merge pull request #3 from memspace/master

    Update to 0.10.0
    masewo authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    0cd93ac View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. implement currentAutofillScope

    masewo committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a66e3ff View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. added clipboardstatusnotifier

    masewo committed May 9, 2020
    Configuration menu
    Copy the full SHA
    579e6ef View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    3ed0e3c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Merge branch 'master' of https://github.com/memspace/zefyr into memsp…

    …ace-master
    
    # Conflicts:
    #	packages/zefyr/lib/src/widgets/input.dart
    masewo committed May 16, 2020
    Configuration menu
    Copy the full SHA
    0848f60 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'memspace-master'

    masewo committed May 16, 2020
    Configuration menu
    Copy the full SHA
    3c64262 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Adding scrollController listener to fix bug of scroller jumping up wh…

    …en typing long
    
    Described in memspace#171
    Solution by raj457036
    Haven't tested yet, not sure about the isAtEnd logic...
    Skquark authored May 19, 2020
    Configuration menu
    Copy the full SHA
    b3c6f29 View commit details
    Browse the repository at this point in the history
  2. Corrected isAtEnd logic to use document.lenth

    Thanks Raj.
    Skquark authored May 19, 2020
    Configuration menu
    Copy the full SHA
    c3d365d View commit details
    Browse the repository at this point in the history
  3. Imported rendering.dart & fixed controller var

    Correcting my mistakes after I got errors trying it out
    Skquark authored May 19, 2020
    Configuration menu
    Copy the full SHA
    7d9a884 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Trying to fix error, hope this was the problem

    ScrollController not attached to any scroll views.
    'package:flutter/src/widgets/scroll_controller.dart':
    Failed assertion: line 110 pos 12: '_positions.isNotEmpty'
    Skquark authored May 20, 2020
    Configuration menu
    Copy the full SHA
    958535c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    5529f58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd04f6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Removed remnants that were causing build failure

    Got rid of showAutocorrectionPromptRect & AutofillScope, which I'm not sure what it was serving when unimplemented.
    Was from masewo's changes.
    Skquark authored May 24, 2020
    Configuration menu
    Copy the full SHA
    761acfe View commit details
    Browse the repository at this point in the history