Page MenuHomeFeedback Tracker

Tooltips for IMG briefing tag.
Feedback, NormalPublic

Description

Would be nice to have something like title="" parameter for img tag in briefing.
We have script which generate diary page with player's items. They are small and sometimes it is hard to recognize what is shown in the picture.
So, if there would be tooltips, I will be able to modify script and add items names into tag during page generation.
Maybe community will find other useful cases as well

Details

Severity
Feature
Resolution
Won't Fix
Reproducibility
Always
Operating System
Windows 10 x64
Category
Feature Request
Steps To Reproduce

Create diary entry with image.
Hover mouse over image.
No tooltip.

Additional Information

Something like this

Event Timeline

severgun created this task.Jan 23 2021, 6:31 PM
severgun updated the task description. (Show Details)Jan 23 2021, 6:50 PM
BIS_fnc_KK changed the task status from New to Need More Info.Jan 23 2021, 8:09 PM

could you please post example createDiaryRecord line?

player createDiaryRecord ["diary", [format ["My Squad (%1)", groupID group player], "<img image='\A3\weapons_f\data\ui\m_30stanag_caseless_CA.paa' height=24/>x6</br>"]];
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jun 20 2021, 7:59 PM
BIS_fnc_KK closed this task as Resolved.
BIS_fnc_KK changed Resolution from Open to Won't Fix.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.

Unfortunatelly there is no provision for tooltip in structured text at all, which would require completely new implementation. Not feasible at this time

BIS_fnc_KK reopened this task as Assigned.

Well, happens there is a less painful way

'title' attribute for <img> and <a> tags should be added in 149379

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.May 22 2022, 11:48 PM
BIS_fnc_KK changed the task status from Assigned to Feedback.