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
I want to sort highlights based on their reading order, so sorted them by locator's totalProgression but since totalProgression for nearby selection is same the sorting is not correct.
I added highlights by selecting text near to each other, since the totalProgession of the selection locator is same, I found it difficult to sort the highlights by totalProgression/reading order.
Expected behavior
TotalProgression of different selection locator should not be same.
How to reproduce?
Steps:
Open EPUB
Select text and add highlight
select another text near to the first one without scrolling the page and add highlight
The total progression for both the highlights will output same, which shouldn't be.
Environment
Mac catalyst app
It can be reproduced in any epub but I have attached one for reference.
Bug Report
What happened?
I want to sort highlights based on their reading order, so sorted them by locator's totalProgression but since totalProgression for nearby selection is same the sorting is not correct.
I added highlights by selecting text near to each other, since the totalProgession of the selection locator is same, I found it difficult to sort the highlights by totalProgression/reading order.
Expected behavior
TotalProgression of different selection locator should not be same.
How to reproduce?
Steps:
The total progression for both the highlights will output same, which shouldn't be.
Environment
Mac catalyst app
It can be reproduced in any epub but I have attached one for reference.
Development environment
echo "macOS:
sw_vers -productVersion
" -> macOS: 13.1echo "platform:
uname -m
" -> platform: arm64xcodebuild -version -> Xcode 14.2, Build version 14C18
Testing device
The text was updated successfully, but these errors were encountered: