nextcloud-libraries / nextcloud-libraries/nextcloud-vue
[NcPopover] Provided 'title' property to trigger does not appear
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Tracked it down to upstream:
this.$_swapTargetAttrs('title', 'data-original-title') is replaced and no longer shown by browser
It might interfere with upstream library hover behaviour, but there were no discussion about disabling/reverting it
Do we need a workaround here?
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 with the NcPopover implementation and the upstream floating-vue Popper.ts reference at line 504. Reproduce the missing trigger title, then determine whether a local workaround is appropriate despite the possible impact on upstream hover behavior; done means the title appears without breaking that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100