linuxmint / xreader

A generic Document Reader
GNU General Public License v2.0
211 stars 59 forks source link

Bookmarks Ordering Issue as per the first number in the numbering format #623

Open FREDRICK-GITHUB opened 8 months ago

FREDRICK-GITHUB commented 8 months ago

Bookmarks are created using the format "Page x". However, the ordering of the bookmarks is inaccurate

### Current Behavior(Steps to recreate): Bookmarks are ordered as per the first number in the page number. Say if you bookmark pages 1,3,10,17 and 20 you get: Page 1 Page 10 Page 17 Page 20 Page 3

Note the pattern for the first numbers: 1,1,1,2,3

### Expected Behavior: Last bookmark should appear last in the bookmarks list, being the highest number in that list. This is what I expected: Page 1 Page 3 Page 10 Page 17 Page 20