Problem
- The popup preview window does not consistently stick to the associated word ( e.g. in screenshot "Jupiter") when the user scrolls past the word in the reader view. This results in the popup drifting from its anchor point, potentially confusing users about which term the information relates to.
- In the editor's view, a tiny marker appears next to the linked word, indicating where the preview is anchored. This marker is not present in the reader view.
Improvements
- Modify the popup's position handling to ensure it remains fixed relative to the anchor word regardless of the scrolling position.
- Make the tiny marker available for both(reader, and editor) views for consistency.
Test Scenarios
- Open a preview window by clicking on a link within the text and scroll the page to see if the preview window sticks to the linked word.
- Toggle between the editor and reader views to check for the presence of the marker.
Acceptance Criteria:
- The preview popup must stay aligned with the anchor word during vertical scrolling in the reader view.
- The editor and readers view the anchor point marker.
QA Results - WP Dev
AC | Status | Details |
---|---|---|
1 | ✅ | T360750#9856832 |
2 | ❌ | T360750#9856832 |