ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

tapping outline does not jump to correct pages #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.tap outline in the attached pdf files: 
getting started with adobe reader.pdf (official help file for adobe reader for 
android )
2.
3.

What is the expected output?

What do you see instead?
does not jump to the correct pages,actually the pages jumped to are the pages 
right after the correct pages

What version of the product are you using?

ebookdroid-1.5.0-dev-r1468.apk 

On what operating system?
cm7.2

What device are you using?
nook tablet

Please provide any additional information below.

the problems seem to exist in previous ebookdroid versions too

Original issue reported on code.google.com by wbhuan...@gmail.com on 28 Jul 2012 at 8:45

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that in some document page numbering is 0 based, in some 1 based. We 
need to find a way how to determine it from the doc and do correct goto page.

Original comment by Andrei.K...@gmail.com on 29 Jul 2012 at 11:49

GoogleCodeExporter commented 9 years ago
In this document there are no target rectangles defined for outline links.
So, these links were not correctly processed.
Fixed in trunk.

Original comment by Alexander.V.Kasatkin@gmail.com on 30 Jul 2012 at 12:03