Bug Description
If there are additional text elements after the link, the link is skipped when swiping left or right. While it can still be focused by clicking, it needs to be focusable during swipe navigation as well.
Steps to Reproduce
Steps to reproduce the behavior:
- Add this code
MarkdownText(
"""
# Hello Markdown
This is a simple markdown example with:
- Bullet points
- **Bold text**
- *Italic text*
[Check out this link](https://github.com/mikepenz/multiplatform-markdown-renderer)
This is a simple markdown example with:
- Bullet points
- **Bold text**
- *Italic text*
""".trimIndent()
)
- Run on platform Android
- See error
Expected Behavior
All elements should be focusable and accessible by TalkBack.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- Library Version: 0.38.1
- Platform: Android
- Device: Pixel 7 Pro
- OS Version: Android 16
- Kotlin Version: 2.1.20
- Compose Version: 2025.10.01
Checklist
Bug Description
If there are additional text elements after the link, the link is skipped when swiping left or right. While it can still be focused by clicking, it needs to be focusable during swipe navigation as well.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
All elements should be focusable and accessible by TalkBack.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Checklist