react-component / react-component/overflow
Can overflow items be supported with margin settings?
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 64
- Forks
- 40
- Avg merge
- 3h 40m
- Merged PRs (30d)
- 1
Description
when i set margin on overflow item, the item width is calculate error.
i see it only calculate offsetWidth, so margin is not calculate.
so, support it ?
Or is there anything I haven't considered?
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 by locating the overflow-item width calculation that currently uses offsetWidth. Check how an item's margin affects the available width, then add coverage for overflow items with margins. Done means the calculated width accounts for the configured margin without breaking normal overflow behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100