c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25827
[Bug 793618] Re: In v6.0.2, the progressbar's background is hidden when it's placed inside a page of a notebook
This patch successfully fixes the bug.
Carefully tested on Chrome and Firefox browsers.
--
Truong Nguyen @ Trobz
www.trobz.com
** Attachment added: "style.css"
https://bugs.launchpad.net/openobject-client-web/+bug/793618/+attachment/2157404/+files/style.css
--
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:
New
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