Problem/Motivation
This is a follow up to #2254785: Progress bar 0% or over 100% visual BUG.
I'd like to still push this to 2 or 1%.
From comment #20.
Steps to reproduce
TBA
Proposed resolution
Determine if the width should be reduced from 3 to 1 or 2 percent.
Remaining tasks
TBD
User interface changes
Before and after screenshots needed.
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | olivero-progress-bar-2%.png | 56.53 KB | sheetal.pathak |
| #9 | olivero-progress-bar-3%.png | 39.62 KB | sheetal.pathak |
| #4 | 2254785-35.patch | 979 bytes | quietone |
Issue fork drupal-3270657
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
quietone commentedHere is the latest patch and the screenshots from #2254785-35: Progress bar 0% or over 100% visual BUG
progress bar with 1%
progress bar with 3%
Testing was done in a later comment with these screenshots.
Start of process
End of process
It seems that this should have screenshots for 2% in order to evaluate if 1% is better than 2%.
Comment #6
mstrelan commentedNot sure I follow entirely, but it seems to me the issue is with progress bars that have a border radius (e.g. Olivero and Claro, but not the one in core/misc). Perhaps we can use
calcto offset the border radius on each side of the progress track and see how it looks from there.Comment #9
sheetal.pathak commentedCreated MR for setting progress bar with to 2%
Added width for progress bar for Olivero theme as only, as in Claro it is working fine.
Added Screenshot for 2% width Progress bar.
Please review.
Comment #10
sheetal.pathak commentedComment #11
libbna commentedI will review in sometime.
Comment #12
libbna commentedI am unassigning it as I was not able to reproduce this issue.
Steps I followed:
Comment #13
smustgrave commented