webkit handling of text fields css issue?

Bug #772993 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
Unassigned

Bug Description

webkit prints text fields without lineeed/carriage return - bad / impossible to read

for crm_helpdesk a quick and dirty sample report - which displays all messages in html
see attachment

for printing text fields I modified the Base Sample company CSS
and added

.text_table {
border-color:black;
text-align:center;
border-collapse: collapse;

}
.text_table td {
border-color:gray;
border-top:0px solid gray;
text-align:left;
font-size:12;
padding-right:3px
padding-left:3px
padding-top:3px
padding-bottom:3px
}

.text_table th {
border-bottom:2px solid black;
text-align:left;
font-size:12;
font-weight:bold;
padding-right:3px
padding-left:3px
}

.text_table thead {
    display:table-header-group;
    }

I am pretty sure that's not the way to go.
IMHO a css directive for text fields should be added in the Company templates
and doc should be updated
 thanks for looking into this

Tags: helpdesk
Revision history for this message
Ferdinand (office-chricar) wrote :
Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → Nicolas Bessi - Camptocamp (nbessi-c2c)
importance: Undecided → Low
status: New → Confirmed
tags: added: helpdesk
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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