Defect #32840
Element title appears blank
Status: | Needs feedback | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: | 4.1.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.
History
#1
Updated by Bruno Ferreira about 2 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.
#2
Updated by Go MAEDA about 2 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?
#3
Updated by Bruno Ferreira about 2 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
#4
Updated by Marius BALTEANU about 2 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.
#5
Updated by Marius BALTEANU almost 2 years ago
- Status changed from New to Needs feedback