Defect #32840
closedElement title appears blank
0%
Description
In the DOM elements that contain the "title" attribute, it appears inside an empty rectangle.
If the onmouseover event is removed, the native chrome "title" appears.
It seems something related to jquery ui.
Files
Updated by Bruno Ferreira almost 4 years ago
This bug still persists even in the latest version.
Updating jquery UI didnt fixed it also.
I ended up fixing some by manually removing the onmouseover event (with js) after the DOM loads.
Updated by Go MAEDA almost 4 years ago
What web browser do you use? Could you check if the issue is reproducible with modern browsers such as Firefox, Chrome, and Safari?
Updated by Bruno Ferreira almost 4 years ago
Confirmed with chrome, firefox and opera.
I managed to run this after the dom loads:
$("span.field-description").unbind('mouseover');
$("#content a").unbind('mouseover');
It solves the problem
Updated by Marius BĂLTEANU almost 4 years ago
Can you post details about your environment and the theme used? From the screenshots, it doesn't seem to be the default Redmine theme.
Updated by Marius BĂLTEANU over 3 years ago
- Status changed from New to Needs feedback