Border can't be applied to nested <Text> components
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- C++
- Star
- 127k
- Fork
- 25.3k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 4
Mô tả
Description
I'm rendering several Text components wrapped inside a parent Text component, like so:
<Text>
<Text>text 1</Text>
<Text style={{ borderWidth: 1, borderColor: 'red' }}>text 2</Text>
</Text>
I'm expecting "text 2" to have a red border, rendering inline along with "text 1". However, the border is not rendered.
If I change the container from Text to View, the border renders properly. However, there are scenarios where this is not feasible (e.g.: rendering inside a TextInput.
This issue was previously opened here and, arguably, wrongfully closed. The reason it was marked as closed was:
Nesting a Text component within a parent Text component is not supported.
However, the documentation clearly states the opposite:
Nested text
Both Android and iOS allow you to display formatted text by annotating ranges of a string with specific formatting like bold or colored text (
NSAttributedStringon iOS,SpannableStringon Android). In practice, this is very tedious. For React Native, we decided to use web paradigm for this where you can nest text to achieve the same effect.
Steps to reproduce
Nest one Text element inside another, applying a border width/color to the nested element.
<Text>
<Text>text 1</Text>
<Text style={{ borderWidth: 1, borderColor: 'red' }}>text 2</Text>
</Text>
React Native Version
0.74.3
Affected Platforms
Runtime - Android, Runtime - iOS
Output of npx react-native info
System:
OS: macOS 14.4.1
CPU: (8) arm64 Apple M1
Memory: 72.53 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.5.1
path: /opt/homebrew/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 10.8.2
path: /opt/homebrew/bin/npm
Watchman: Not Found
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: 2023.1 AI-231.9392.1.2311.11330709
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 22.0.1
path: /opt/homebrew/opt/openjdk/bin/javac
Ruby:
version: 3.3.3
path: /Users/mhuggins/.rvm/rubies/ruby-3.3.3/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.3
wanted: 0.74.3
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
### Stacktrace or Logs
```text
N/A
Reproducer
https://snack.expo.dev/@huggie/nested-text-border-bug
Screenshots and Videos
No response
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu với trình tái hiện Expo Snack được liên kết và tài liệu React Native về văn bản lồng nhau, sau đó theo dõi cách các kiểu Text lồng nhau được xử lý trên Android và iOS. Tái hiện trường hợp trong issue và xác minh rằng một Text lồng nhau với borderWidth và borderColor sẽ hiển thị đường viền của nó inline bên trong một Text cha mà không làm hỏng hành vi hiện có của văn bản lồng nhau.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- react-native
- Lĩnh vực
- mobile
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 44/100