MantisBT - VCMI
View Issue Details
0002261VCMIGUI - Otherpublic2015-09-27 17:362016-11-11 08:26
anoleyn 
AVS 
normalminoralways
closedfixed 
0.98c 
0.98d 
0002261: Ability description goes out beyond the border in creature window
See attachment - title basically describes it all...
No tags attached.
png Text.png (820,447) 2015-09-27 17:36
https://bugs.vcmi.eu/file_download.php?file_id=2317&type=bug
png
Issue History
2015-09-27 17:36anoleynNew Issue
2015-09-27 17:36anoleynFile Added: Text.png
2015-09-27 19:31WarmongerNote Added: 0005876
2015-09-27 19:32WarmongerNote Edited: 0005876bug_revision_view_page.php?bugnote_id=5876#r2943
2015-09-28 09:41AVSNote Added: 0005877
2015-09-28 09:45AVSNote Added: 0005878
2015-09-29 11:08AVSAssigned To => AVS
2015-09-29 11:08AVSStatusnew => confirmed
2015-09-29 15:18AVSNote Added: 0005882
2015-09-29 15:18AVSStatusconfirmed => resolved
2015-09-29 15:18AVSFixed in Version => 0.98d
2015-09-29 15:18AVSResolutionopen => fixed
2016-11-11 08:26SXXStatusresolved => closed

Notes
(0005876)
Warmonger   
2015-09-27 19:31   
(edited on: 2015-09-27 19:32)
Spell name is too long, I have no idea how it could be fixed. At most the text could be truncated to inner rectangle.

(0005877)
AVS   
2015-09-28 09:41   
We can remove spell name from 1-st line.
(0005878)
AVS   
2015-09-28 09:45   
Current version:
"SPELL_AFTER_ATTACK":
{
    "name": "Caster - ${subtype.spell}",
    "description": "${val}% chance to cast after attack"
},
New:
"SPELL_AFTER_ATTACK":
{
    "name": "Caster ${val}% chance ",
    "description": "${subtype.spell} after attack"
},
(0005882)
AVS   
2015-09-29 15:18   
Moved spell names to bonus description, this particular issue is resolved as description is already being truncated if needed.