[Feature] 文本超出的tooltip增加arrowMark样式
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
目前icon.tooltip是支持arrowMark的,希望在开启isShowOverflowTextTooltip之后的tooltip也能支持
What does the proposed API look like?
ListTable.theme.tooltipStyle.arrowMark?: boolean
Contributor guide
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 existing icon.tooltip arrowMark handling and the isShowOverflowTextTooltip implementation. Trace how tooltipStyle is applied to both paths, then verify that the proposed ListTable.theme.tooltipStyle.arrowMark option controls the overflow-text tooltip as well. Update or add coverage where the existing tooltip behavior is tested, if such tests are present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100