https://github.com/dev1an/navigationlinkhighlightbug
Bug with NavigationLink highlights in Lists
https://github.com/dev1an/navigationlinkhighlightbug
Last synced: about 2 months ago
JSON representation
Bug with NavigationLink highlights in Lists
- Host: GitHub
- URL: https://github.com/dev1an/navigationlinkhighlightbug
- Owner: Dev1an
- Created: 2021-03-04T09:38:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T10:00:39.000Z (over 5 years ago)
- Last Synced: 2025-01-21T13:09:31.436Z (over 1 year ago)
- Language: Swift
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Reproduction
1. Download this project, and run on an iPad (bug appears both in simulator and on real device).
2. The bug appears both in **landscape** **and** in **portrait** orientations:
3. Landscape
1. Select "Remote" in the left column
2. Scroll to the bottom of the left column
3. Scroll back to the top of the left column
4. Notice how the highlight of the row "Remote" disappeared
4. Portrait
1. Tap the "Locations" button (top left)
2. Select "Remote" in the left column
3. Tap the "Locations" button (top left)
4. Notice how the highlight of the row "Remote" disappeared
# What I expected
The row “Remote” stays highlighted.
# What happened
The highlight disappears and never comes back until you tap the row again.