react-component / react-component/progress
The progress bar in IE11 has redundant part with 0 percent
Open
Nobody has claimed this yet.
invalid
- Dominant language
- TypeScript
- Stars
- 706
- Forks
- 161
- Avg merge
- 3h 29m
- Merged PRs (30d)
- 2
Description
<div className={getClass('progress-line')}>
<Line percent={intPercentage} strokeWidth="6" strokeColor="#d3d3d3" strokeLinecap="square" trailWidth="0" />
</div>
__progress-line {
max-height: 30px;
max-width: 100%;
overflow: hidden;
svg {
max-height: 30px;
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the progress-line JSX and nested styles shown in the report, then reproduce the 0-percent rendering in IE11. Trace how the Line component renders its SVG at zero percent and verify that the redundant part is absent while normal progress remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100