Defect #32840
closed
Element title appears blank
Added by Bruno Ferreira almost 5 years ago.
Updated 10 months ago.
Resolution:
Cant reproduce
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
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.
What web browser do you use? Could you check if the issue is reproducible with modern browsers such as Firefox, Chrome, and Safari?
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
Can you post details about your environment and the theme used? From the screenshots, it doesn't seem to be the default Redmine theme.
- Status changed from New to Needs feedback
- Status changed from Needs feedback to Closed
- Resolution set to Cant reproduce
Also available in: Atom
PDF