Graylog2 / Graylog2/graylog2-server
`Index Set Templates` modal `title` attribute masking hover details for templates
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
Index set templates' hover details/tips should always be displayed when the user hovers over the element.
## Current Behavior
While the `Index Set Templates` modal is open _any_ cursor placement (not just over the modal and its contents) results in the `
When hovering over the horizontal bar elements of the various index set templates, where hovering actually results in useful info, the hover details/tips can be masked by the aforementioned `title`.

## Possible Solution
Remove the modal-level `title` attribute.
## Steps to Reproduce (for bugs)
1. Navigate to `/system/index_sets/create`
2. Hover a part of the page outside of the modal and note `Index Set Templates` appears near the cursor
3. Hover over various index set template horizontal bar elements, and note the same `Index Set Templates` text overlays the hover detail/tip (e.g. `Min. # of days in Hot Tier`).
## Context
Just looking through the UI to see what we might've overlooked in recent releases.
## Your Environment
* Graylog Version: `6.2.2` (Open and Enterprise)
* Browser version: Firefox `139`, Chrome `137` (both on Windows)
Contributor guide
Assessment
This issue has not been assessed yet.