kooloveme / thtmlviewer

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

Some issues loading www.konstanz.de #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?
1. Open www.konstanz.de in FireFox
2. Save page to file
3. Open file in FrameDemo (precompiled)

The page is only rendered partially, a reload brings an "Invalid Pointer 
Operation" message box.

Crash seems to be in the Move call in TSection.AddTokenObj where "XP" is nil.

-John

Original issue reported on code.google.com by johnb20072@gmail.com on 22 Jun 2012 at 7:56

GoogleCodeExporter commented 9 years ago
Thanks for this issue, John.

1) "Invalid Pointer Operation" might duplicate issue 145.
2) Incomplete loading is fixed with r294.
further issues after fixing "incomplete loading":
3) Some images at wrong x-offset
4) undropped dropdown menues are visible

Original comment by OrphanCat on 22 Jun 2012 at 5:54

GoogleCodeExporter commented 9 years ago
Works better now, no more crashes, rendering result is OK, thanks very much

Original comment by johnb20072@gmail.com on 19 Jul 2012 at 7:53