Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/6.1-opw-581211-msh into lp:openerp-web/6.1.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-581211-msh/+merge/130954
Hello,
Fixed the issue of progress bar, set max-width.
Demo :- Set the value of progress bar widget in list view to more than 100 %
manually, See that widget in list view the progress bar cross the field width
and overlap into other field.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-581211-msh/+merge/130954
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/6.1-opw-581211-msh.
=== modified file 'addons/web/static/src/xml/base.xml'
--- addons/web/static/src/xml/base.xml 2012-08-31 13:12:29 +0000
+++ addons/web/static/src/xml/base.xml 2012-10-23 08:53:52 +0000
@@ -732,7 +732,7 @@
</t>
<t t-name="ListView.ProgressBar">
<div class="oe_list_progressbar_outer">
- <div class="oe_list_progressbar_inner" t-att-style="'width: ' + value + '%;'"></div>
+ <div class="oe_list_progressbar_inner" t-att-style="'width: ' + value + '%; max-width:100%;'"></div>
<div class="oe_list_progressbar_text"><span><t t-esc="value"/>%</span></div>
</div>
</t>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp