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

Progress "Bar" Guage Obscures Percent Value #6

Closed
doughoyt opened this issue Sep 11, 2019 · 2 comments
Closed

Progress "Bar" Guage Obscures Percent Value #6

doughoyt opened this issue Sep 11, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@doughoyt
Copy link
Contributor

When using "bar" progress gauge type, the bar obscures the actual percentage when you get to the ~ 50% mark.

Steps to reproduce the behavior:

  1. Ensure progress gauge type is bar in plugin settings
  2. Start print and observer that actual percentage displays
  3. Wait until 50% or so and observer that percentage is obscured by bar
    Dashboard2

I would expect the percentage value to be "on top" of the progress bar and readable as the background changes during the bar's progress.

Desktop (please complete the following information):

  • OS: Win 10
  • Browser Firefox
  • Version 69

Moving the class="progress-text-back" span below the class="bar" div appears to fix the issue. This is around line 101 of dashboard_tab.jinja2

Dashboard1

@StefanCohen
Copy link
Collaborator

Thanks. I didn't notice that myself. I'll try to reproduce it.

@StefanCohen StefanCohen self-assigned this Sep 11, 2019
@StefanCohen StefanCohen added the bug Something isn't working label Sep 11, 2019
@StefanCohen StefanCohen moved this from To do to In progress in Dashboard Nextrelease Sep 15, 2019
@StefanCohen
Copy link
Collaborator

Fixed in 1.1.0

@StefanCohen StefanCohen added this to the 1.1.0 milestone Sep 15, 2019
@StefanCohen StefanCohen moved this from In progress to Done in Dashboard Nextrelease Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants