kazzkiq/balloon.css
View on GitHubHow to close tooltip on second click or click away on mobile
Open
#60 opened on Feb 22, 2017
6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)CSS5,029 stars (5,029 stars)441 forks (441 forks)batch import
bughelp wanted
Description
Even if it involves javascript, no problem...
Contributor guide
- Tech stack
- cssjavascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic knowledge of JavaScript event handlingFamiliarity with balloon.css structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- The issue requests a way to close tooltips on mobile via second click or click away. The repository is pure CSS, so this would require adding JavaScript. No existing PRs or comments indicate a solution. To implement, one would need to add a click event listener that toggles tooltip visibility or hides them when clicking outside. The balloon.css source files should be examined to integrate this behavior without breaking existing functionality.