[PR #1600] [CLOSED] Fixed long secure notes edition scrolling issue when focused (#1257) #2994

Closed
opened 2025-11-26 23:26:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1600
Author: @Federico-Maccaroni
Created: 10/22/2021
Status: Closed

Base: masterHead: fix-scroll-secure-note


📝 Commits (1)

  • 18b55ca Fixed long secure notes edition scrolling issue when focused (#1257)

📊 Changes

6 files changed (+94 additions, -3 deletions)

View changed files

📝 src/App/App.csproj (+4 -0)
src/App/Behaviors/EditorPreventAutoBottomScrollingOnFocusedBehavior.cs (+43 -0)
src/App/Controls/ExtendedEditor.cs (+16 -0)
📝 src/App/Pages/Vault/AddEditPage.xaml (+9 -3)
src/iOS.Core/Renderers/ExtendedEditorRenderer.cs (+21 -0)
📝 src/iOS.Core/iOS.Core.csproj (+1 -0)

📄 Description

When editing Secure Notes and the field was long and the user tapped, the scroll will go to the bottom and not the place where the user tapped or selected. So fixed this so that scrolling doesn't happen and the scroll remains at the cursor of the notes field.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1600 **Author:** [@Federico-Maccaroni](https://github.com/Federico-Maccaroni) **Created:** 10/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-scroll-secure-note` --- ### 📝 Commits (1) - [`18b55ca`](https://github.com/bitwarden/android/commit/18b55caa0bb112e1e75072aa87d8a98462a6e4dc) Fixed long secure notes edition scrolling issue when focused (#1257) ### 📊 Changes **6 files changed** (+94 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/App/App.csproj` (+4 -0) ➕ `src/App/Behaviors/EditorPreventAutoBottomScrollingOnFocusedBehavior.cs` (+43 -0) ➕ `src/App/Controls/ExtendedEditor.cs` (+16 -0) 📝 `src/App/Pages/Vault/AddEditPage.xaml` (+9 -3) ➕ `src/iOS.Core/Renderers/ExtendedEditorRenderer.cs` (+21 -0) 📝 `src/iOS.Core/iOS.Core.csproj` (+1 -0) </details> ### 📄 Description When editing Secure Notes and the field was long and the user tapped, the scroll will go to the bottom and not the place where the user tapped or selected. So fixed this so that scrolling doesn't happen and the scroll remains at the cursor of the notes field. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:26:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2994