progressbar problem with german translation

Bug #843995 reported by Bastian Ike
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Won't Fix
Undecided
Unassigned

Bug Description

For example: a value of 12.34 will be translated into 12,34 (german notation).
CSS can't parse the value '12,34%' as a correct width-value.

Workaround (not nice):
File /addons/openerp/widgets/form/templates/progressbar.moku
change: <div style="width: ${value}%;"></div>
in: <div style="width: ${str(value).replace(',', '.')}%;"></div>

Revision history for this message
Bastian Ike (bastian-ike) wrote :

Fixed form.js

Revision history for this message
Bastian Ike (bastian-ike) wrote :

bzr diff file

Changed in openobject-client-web:
status: New → Fix Committed
Revision history for this message
Bastian Ike (bastian-ike) wrote :

Sorry, patch is for #843993

Changed in openobject-client-web:
status: Fix Committed → New
Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :

Hello Bastian Ike,

 I have checked your scenario at my end.This issue is already improved with
 latest Webclient so would you please check it again with latest code.
 Currently i am closing this issue.if you still face the same
 problem then you can reopen this bug.

Thank you.

Changed in openobject-client-web:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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