Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] account-reconcile-widget Progressbar not visible #376

Closed
bosd opened this issue Apr 18, 2021 · 1 comment
Closed

[14.0] account-reconcile-widget Progressbar not visible #376

bosd opened this issue Apr 18, 2021 · 1 comment

Comments

@bosd
Copy link
Contributor

bosd commented Apr 18, 2021

on runbot V14
image
expected result as on runbot V13:
image

From debugging in the browser:
V14 broken bar:

<div aria-valuemin="0" aria-valuenow="0" aria-valuemax="1" class="progress-bar" role="progressbar" style="width: 0%;"><span class="valuenow">0</span> / <span class="valuemax">1</span></div>

V13 bar:

<div aria-valuemin="0" aria-valuenow="0" aria-valuemax="1" class="progress-bar" role="progressbar" style="**width: 16.6667%**;"><span class="valuenow">0</span> / <span class="valuemax">1</span></div>

and

V14 broken bar:

<div role="search" class="o_cp_pager" role="search">

V13 bar:

<div role="search" class="o_cp_pager" role="search" **aria-label="Pager" style="width: 100%; padding-left: 0px;"**>
@bosd bosd changed the title [14.0] account-reconcile Progressbar not visible [14.0] account-reconcile-widget Progressbar not visible Apr 19, 2021
@ozono
Copy link

ozono commented Apr 21, 2021

Fixed in #381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants