Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AndroidSlidingUpPanel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 267
    • Issues 267
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Umano: News Read To You
  • AndroidSlidingUpPanel
  • Issues
  • #356
Closed
Open
Issue created Dec 31, 2014 by Administrator@rootContributor

EditText soft keyboard positioning

Created by: deRonbrown

Sample showing the issue: https://github.com/deronbrown/SlidingUpPanelIssue

An EditText within the main content view (second child) is expected to be repositioned above the soft keyboard when the keyboard appears. The behavior works as expected when the MainActivity is first launched. However, once interaction with the draggable view has occurred, the EditText's position will never be updated.

Notes:

  • The activity's windowSoftInputMode is set to stateHidden|adjustResize. adjustResize is desired as to not hide the draggable view and toolbar when the keyboard is shown (as adjustPan would do).
  • adjustPan behaves as expected both before and after interacting with the draggable view.
  • An unrelated issue that was discovered in this sample is that only the EditText at the bottom of the activity fades when the draggable view is pulled down. Version 2.0.2 does not have this issue.
Assignee
Assign to
Time tracking