MantisBT - VCMI
View Issue Details
0002057VCMIGUI - PreGamepublic2015-02-08 10:302015-10-15 02:38
SXX 
SXX 
normalminoralways
closedfixed 
0.97b 
0.98 
0002057: Scrolling of custom campaign list mess up it
Likely when list scrolled new text is rendered on top of old one that's not being removed. Though once you click on any entry old text being cleaned up.

There also two other improvements that screen need:
 - Campaign title max lenght need to be enforced.
 - Description may go a bit upper and there no reason to enable scroll as there tons of free space.
Anyway two of these don't break this page while main issue is annoying.
  - Put enough H3C's into Maps directory so scrolling works.
  - Go into New Game -> Campaign -> Custom
  - Try to scroll list using buttons or mouse wheel
No tags attached.
related to 0002101closed SXX Multiplayer chat does not work 
png screen.png (1,327,240) 2015-02-08 10:30
https://bugs.vcmi.eu/file_download.php?file_id=2096&type=bug
Issue History
2015-02-08 10:30SXXNew Issue
2015-02-08 10:30SXXStatusnew => assigned
2015-02-08 10:30SXXAssigned To => Tow
2015-02-08 10:30SXXFile Added: screen.png
2015-03-13 14:48SXXAssigned ToTow => SXX
2015-03-13 14:51SXXNote Added: 0005647
2015-03-13 14:52SXXRelationship addedrelated to 0002101
2015-03-13 15:48SXXNote Added: 0005648
2015-03-13 15:48SXXStatusassigned => resolved
2015-03-13 15:48SXXFixed in Version => 0.98
2015-03-13 15:48SXXResolutionopen => fixed
2015-10-15 02:38SXXStatusresolved => closed

Notes
(0005647)
SXX   
2015-03-13 14:51   
So I met similar problem with multiplayer mode chatbox so decide to investigate this. Looks like problem occur because in "SelectionTab::SelectionTab" background is set to nullptr and comment says background from parent would be used.

Though it's looks like this only cause glitch to appear possible because when campaign list redrawn occur background isn't redrawn too.
(0005648)
SXX   
2015-03-13 15:48   
Fixed in git:
https://github.com/vcmi/vcmi/commit/1f1f61cf1503a7cb0a43289717c2bc93218a4a2e [^]