react / react/react-native

TextInput with multiline and fixed height shows inconsistent text positioning on initial render

オープン
#54,304 コメント 7 件 リアクション 3 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

Component: TextInput Needs: Triage :mag:
主要言語
C++
スター
127k
フォーク
25.3k
平均マージ
1日 23時間
マージ済み PR(30日)
4

説明

Description

When using a TextInput with multiline={true}, fixed height, and textAlignVertical="top", the text positioning is inconsistent depending on navigation path. When a user first opens the app and navigates to a screen containing long text that overflows the TextInput, the text appears "squashed" towards the top with content cut off under the border. However, if the user navigates back to the home screen, opens a note with shorter content first, then returns to the long note, the text positioning displays correctly.

This appears to be a layout initialization timing issue where the TextInput doesn't properly calculate its content positioning on first render when dealing with overflow content.

Steps to reproduce
  1. Clone the reproduction repository: git clone https://github.com/Jakes-Git-Hub/Multi-Line-Test.git
  2. Install dependencies with npm install
  3. Start the app with npx expo start
  4. Open the app and immediately tap on either "Long Note Example" or "Another Overflow Note"
  5. Observe that the text appears squashed towards the top with content cut off under the border
  6. Navigate back to the home screen using the back button
  7. Tap on the "Short" note (single word content)
  8. Navigate back and tap on one of the long notes again
  9. Observe that the text now displays correctly with proper positioning

Also if i go into another long note after initially opening a long note, the text positioning adjusts to a middle ground between squashed and what would be the text position if sequence was long note -> short note -> LN.

React Native Version

0.81.5

Affected Platforms

Runtime - iOS

Output of npx @react-native-community/cli info
System:
  OS: Windows 11 10.0.26100
  CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U
  Memory: 1.77 GB / 15.68 GB
Binaries:
  Node:
    version: 22.14.0
    path: C:\Program Files\nodejs\node.EXE
  Yarn: Not Found
  npm:
    version: 11.6.2
    path: C:\Program Files\nodejs\npm.CMD
  Watchman: Not Found
SDKs:
  Android SDK: Not Found
  Windows SDK: Not Found
IDEs:
  Android Studio: Not Found
  Visual Studio: Not Found
Languages:
  Java: Not Found
  Ruby: Not Found
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 19.1.0
    wanted: 19.1.0
  react-native:
    installed: 0.81.5
    wanted: 0.81.5
  react-native-windows: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found
Stacktrace or Logs
No crash occurs - this is a layout/rendering issue. The TextInput renders but with incorrect text positioning on initial load. No error messages or stack traces are generated.
MANDATORY Reproducer

https://github.com/Jakes-Git-Hub/Multi-Line-Test

Screenshots and Videos

https://github.com/user-attachments/assets/567f5f49-a871-4b1a-8614-4208b0c13a1f

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、React Native 0.81.5 で必須の Multi-Line-Test 再現手順を実行し、iOS で初期表示時の長いノートの経路と、短いノートのナビゲーション経路を比較します。固定の高さ、あふれるコンテンツ、textAlignVertical="top" を指定した場合の複数行 TextInput の挙動を調査します。長いノートが初回のレンダリング時とナビゲーション後に一貫したテキスト位置で表示され、境界線の下でコンテンツが切り取られなければ完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
ios, react-native
領域
mobile
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
48/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。