プロジェクト

全般

プロフィール

Vote #79731

完了

The tooltip layout of the calendar is broken

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

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

0%

予定工数:
category_id:
36
version_id:
145
issue_org_id:
30287
author_id:
259873
assigned_to_id:
1
comments:
4
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
99
ステータス-->[Closed]

説明

The layout of the assignee icon in the tooltip of the calendar is broken.

|Expected output|Actual output|
|!expected.png!|!actual.png!|


journals

I think that it will be fixed by adding the following CSS.

<pre><code class="diff">
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 039cc07a9d..bff156820a 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -962,6 +962,11 @@ p.cal.legend span {display:block;}
.tooltip span.tip{display: none; text-align:left;}
.tooltip span.tip a { color: #169 !important; }

+.tooltip span.tip img.gravatar {
+ float: none;
+ margin: 0;
+}
+
div.tooltip:hover span.tip{
display:block;
position:absolute;

</code></pre>

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

--------------------------------------------------------------------------------
What do you think if we refactor the tooltip and use a list or div elements (like in the issue page) to render the issue attributes instead of the current implementation and proposed fix?
--------------------------------------------------------------------------------
Patch committed, thanks.

Marius BALTEANU wrote:
> What do you think if we refactor the tooltip and use a list or div elements (like in the issue page) to render the issue attributes instead of the current implementation and proposed fix?

If it simplifies the css, that would be great. Please feel free to submit a patch for next release.
--------------------------------------------------------------------------------

Admin Redmine さんが約4年前に更新

  • カテゴリCalendar_36 にセット
  • 対象バージョン4.0.1_145 にセット

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

いいね!0
いいね!0