Forum Bugs

overflow hidden not working

rckd
Hey guys,

ive got a problem with the overflow: hidden property. On my document i've got some long texts which i want to cut at a given breakpoint (px). I tried this using max-height and overflow: hidden in combination, but the text is still increasing the document's size (even if it's invisible). You can see it if you select the visible text and drag the mouse to the bottom of the page while holding the mousebutton - or simply push ctrl + a (select all) and check the selection. It will select some text that isnt actually visible - but its there.

I attached the html file and the converted pdf (by princexml). I'm using the latest version (installed it 2mins ago).

Can you help me fixing this problem? Did i something wrong here?

Greets
Rick
  1. overflow-bug.html12.6 kB
    The HTML document.
  2. overflow-bug.pdf33.7 kB
    The converted PDF file.

Edited by rckd

mikeday
We have changed the way clipping works in the latest builds of Prince (newer then Prince 10) which may help solve this problem.
rckd
Thanks, that worked! :-)