You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
User can move through set of highlights if there are 2 or more highlights which are visible on the page
Highlight movement should consist of: (i) ordering highlights by position on page, which may not necessarily coincide with position in the DOM; and (ii) ignoring invisible highlights by inspecting bounding box and testing for 0 height, which is believed should catch majority of cases
(1) above simply requires the test outlined in (1.ii) to be conducted for two highlights.
Implementing this issue should greatly improve the UX of highlight movement.
The text was updated successfully, but these errors were encountered:
0
height, which is believed should catch majority of cases(1) above simply requires the test outlined in (1.ii) to be conducted for two highlights.
Implementing this issue should greatly improve the UX of highlight movement.
The text was updated successfully, but these errors were encountered: