Opened 2 years ago

Last modified 2 years ago

#6387 closed defect

PanelEntity aura tooltip missing — at Version 2

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

Description (last modified by Langbart)

The getAurasTooltip was added with [19536] and could be seen in the bundled release version A22 - Venustas, but somewhere between [19922] (the release number of A22) and [21945] (the release number of A23) the Aura tooltip no longer shows up.

Line 145 in gui/session/PanelEntity.js

Line 
139PanelEntity.prototype.Tooltips = [
140 getCurrentHealthTooltip,
141 getCurrentCaptureTooltip,
142 getAttackTooltip,
143 getResistanceTooltip,
144 getEntityTooltip,
145 getAurasTooltip
146];

Issue was intoduced with [20875]

r20875 | mimo | 2018-01-15 22:27:30 +0100 (Mon, 15 Jan 2018) | 8 lines
-		let panelEntState = GetExtendedEntityState(ent);
+		let panelEntState = GetEntityState(ent);

Change History (4)

by Langbart, 2 years ago

Attachment: hero_A22_A23.jpg added

comment:1 by Langbart, 2 years ago

Description: modified (diff)

updated the version number for A23, I tested the A23b version with [21945] instead of [21821].

comment:2 by Langbart, 2 years ago

Description: modified (diff)
Keywords: simple added

include the changeset set number for casuing the issue

by Langbart, 2 years ago

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