waar19 / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
1 stars 0 forks source link

FSScrollPane doesn't respect the view position #219

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
FSScrollPane seems to be using the vertical scroll bar to set the view position 
but it would be better to use the JScrollPane directly to do this (especially 
for PAGE_START). Not only will this mean scrolling will be smoother, but it 
also means that there will be less cases where the PAGE_START command is simply 
ignored, e.g. after refreshing the Document in a contained XHTML Panel.

Original issue reported on code.google.com by Sam.Hall...@gmail.com on 17 Mar 2013 at 3:58