react-component / react-component/progress

The progress bar in IE11 has redundant part with 0 percent

Open
#41 0 comments 0 reactions 0 assignees View on GitHub

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;
  }
}
screen shot 2018-03-23 at 12 09 22 pm

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.