Add deform.Button constructor argument to allow to set the html title attribute
Open
Nobody has claimed this yet.
BS5
enhancement
needs-pr
should backport
sprintable
- Dominant language
- JavaScript
- Stars
- 423
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
It already has a title attribute, but that is actually the displayed title. What I'd like to also be able is to set the html title attribute to show up as an explanatory tooltip (it does in most browsers).
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
Locate the deform.Button implementation and inspect how its existing displayed title is rendered. Add support for a separate HTML title value, then verify the generated button exposes both the displayed title and the browser tooltip attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100