プロジェクト

全般

プロフィール

Vote #80614

未完了

Element title appears blank

Admin Redmine さんが約4年前に追加. ほぼ4年前に更新.

ステータス:
Needs feedback
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
0
issue_org_id:
32840
author_id:
439584
assigned_to_id:
0
comments:
5
status_id:
10
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
127
ステータス-->[Needs feedback]

説明

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.


journals

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.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Admin Redmine さんがほぼ4年前に更新

  • カテゴリUI_10 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0