webkit report - must not split lines on 2 pages

Bug #786642 reported by Ferdinand

This bug report was converted into a question: question #178887: webkit report - must not split lines on 2 pages.

26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

see attachment
top half ot the line is printed on one page bottom hal on the next page

Revision history for this message
Ferdinand (office-chricar) wrote :
Revision history for this message
Ferdinand (office-chricar) wrote :

workaround :
<style>
vertical-align: top;
</style>

Changed in openobject-addons:
assignee: nobody → Nicolas Bessi - Camptocamp (nbessi-c2c)
Revision history for this message
Lorenzo Battistini (elbati) wrote :
Revision history for this message
Ferdinand (office-chricar) wrote :

@Lorenzo
thanks for pointing out the useful alternative to avoid splitting a cell over multiple pages.

but this was not the problem mentioned "splitting ONE line.."

Revision history for this message
Lorenzo Battistini (elbati) wrote :

Hello Ferdinand,

what do you mean?

If you use these CSS lines

tr {
    page-break-inside: avoid;
}

your table line will not be splitted

Revision history for this message
Ferdinand (office-chricar) wrote :

did you look at the attachment ?

the top half of the line is printed on one page, the bottom half printed on the next page

by default this must not happen

Revision history for this message
Lorenzo Battistini (elbati) wrote :

Of course I looked at the attachment.
There isn't a table in your report?
I was just suggesting applying the CSS page-break-inside property to 'TR'
http://www.w3schools.com/cssref/pr_print_pagebi.asp
as a possible solution

Revision history for this message
Ferdinand (office-chricar) wrote :

thanks
ok so we have 2 solutions :-)

Revision history for this message
Serpent Consulting Services (serpent-consulting-services) wrote :

Setting a proper bottom margin should also do.

This bug should be converted to a question.

Thanks.

Changed in openobject-addons:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.