Defect #20633
closed
Help cursor showing up since r14154
Added by Martin Dubé about 9 years ago.
Updated about 9 years ago.
Description
Change in stylesheet in r14154 (added span[title]) make a help cursor (and dotted line) appear at various places.
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.
- Target version set to 3.1.1
Do you mean we should change span[title]
(for example: span[cf_title]
)?
- Related to Patch #19296: Include custom fields description in project settings and issue view added
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:
https://jsfiddle.net/BvGHS/452/
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Also available in: Atom
PDF