c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25829
[Bug 793618] Re: In v6.0.2, the progressbar's background is hidden when it's placed inside a page of a notebook
Here's the actual patch.
Sorry for the mistake of first time posting patch!
Truong Nguyen @ Trobz
www.trobz.com
** Attachment added: "patch_progressbar"
https://bugs.launchpad.net/openobject-client-web/+bug/793618/+attachment/2157409/+files/patch_progressbar
** Attachment removed: "style.css"
https://bugs.launchpad.net/openobject-client-web/+bug/793618/+attachment/2157404/+files/style.css
** Changed in: openobject-client-web
Status: New => Fix Committed
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/793618
Title:
In v6.0.2, the progressbar's background is hidden when it's placed
inside a page of a notebook
Status in OpenERP Web Client:
Fix Committed
Bug description:
In the view, when placing a field with the attribute [widget="progressbar"] inside a page of a notebook, the background of the progressbar is hidden. The field is a function field of type "float" with the value of 50.00 in this situation.
There's supposed to be a gray half-length background as when it's placed outside the page of a notebook.
This bug happens in OpenERP version 6.0.2.
Suggested solutions:
Add "z-index: 0;" to the end of the definition of class ".progress-bar" in [web/addons/openerp/static/css/style.css].
References