Frontmatter
| id | 5298 |
| title | Portal.view.learn.PageSectionsPanel: scrolling the main content should update the list selection on the right side |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Mar 5, 2024, 12:00 AM |
| updatedAt | Sep 12, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5298 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:28 AM |
Portal.view.learn.PageSectionsPanel: scrolling the main content should update the list selection on the right side

tobiu
Mar 5, 2024, 12:07 AM
could be a fit for: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
@github-actions - 2024-08-29T02:25:31Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-08-29T02:25:31Z @github-actions added the
stalelabel
@github-actions - 2024-09-12T02:28:06Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-12T02:28:07Z @github-actions closed this issue
@maxrahder @mxmrtns @ExtAnimal
this might be a bit tricky. we need to listen to a scroll event and need to get the info which
h2tag inside the content is the topmost visible one.