Opened 3 years ago

Last modified 18 months ago

#6367 closed enhancement

No health tooltip Single detail area — at Version 1

Reported by: Langbart Owned by:
Priority: If Time Permits Milestone: Alpha 27
Component: UI – In-game Keywords:
Cc: Patch:

Description (last modified by Langbart)

The Health tooltip is not displayed in the middle selection panel for the Single_Details area.

A Health tooltip can only be found in the Multiple_Details area and in the Garrison panel.

In Alpha XV - Osiris (19/Dec/13 - 14386) the Health was shown as text above the bar.

In Alpha XVI - Patañjali ( 23/Jun/14 - 15148) the Health disappeard.

The change came with [14954] the line was changed to a tooltip, but this tooltip never shows up.

OLD

<object size="0 0 100% 16" name="healthLabel" type="text" style="StatsTextLeft" ghost="true">Health:</object>

NEW

<object size="0 0 100% 16" name="healthLabel" type="text" style="StatsTextLeft" ghost="true">
  <translatableAttribute id="tooltip">Health:</translatableAttribute>
</object>

Change History (4)

by Langbart, 3 years ago

Attachment: health.jpg added

comment:1 by Langbart, 3 years ago

Description: modified (diff)

by Langbart, 3 years ago

Attachment: XV.jpg added

by Langbart, 3 years ago

Attachment: XVI.jpg added
Note: See TracTickets for help on using tickets.