Defect #20633
Help cursor showing up since r14154
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.1.1 | |||
Resolution: | Fixed | Affected version: | 3.1.0 |
Description
Change in stylesheet in r14154 (added span[title]) make a help cursor (and dotted line) appear at various places.
Related issues
History
#1
Updated by Martin Dubé over 5 years ago
An exemple would be a plugin using select2 (https://select2.github.io/) which add some span elements having a title to the select box and thus get underlined + a help cursor.
#2
Updated by Toshi MARUYAMA over 5 years ago
- Target version set to 3.1.1
Do you mean we should change span[title]
(for example: span[cf_title]
)?
#3
Updated by Toshi MARUYAMA over 5 years ago
- Related to Patch #19296: Include custom fields description in project settings and issue view added
#4
Updated by Martin Dubé over 5 years ago
I'm not an expert, but changing span[title] to span[cf_title] would fix the issue I see (help cursor at various places), but break the custom field tooltip (as it is the "title" that makes the hovering tooltip appear).
I think the span used for custom fields should be given a class to that this class can be targeted by the css, such as in this sample:
#5
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed