View Issue Details

IDProjectCategoryView StatusLast Update
0001924Spring engineLuapublic2010-06-19 23:17
ReporterSirMaverick Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version0.80.0.0+git 
Summary0001924: gui elements disappear with DrawInMiniMap()
DescriptionCA, all widgets are disabled. Reduced MinimapEvents widget see below. If I enable it spring's console, resbar and tooltip disappear.

Does not happen in BA.
Additional Informationfunction widget:GetInfo()
  return {
    name = "MinimapEvents",
    desc = "Display ally events and battle damages in the minimap",
    author = "trepan",
    date = "Jul 16, 2007",
    license = "GNU GPL, v2 or later",
    layer = 0,
    enabled = true -- loaded by default?
  }
end

function widget:DrawInMiniMap(xSize, ySize)
end
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
draw.jpg (Attachment missing)
Checked infolog.txt for Errors

Activities

SirMaverick

2010-05-12 22:28

reporter   ~0004909

minimap, info, fps and clock do not disappear.

SirMaverick

2010-05-12 22:35

reporter   ~0004910

Last edited: 2010-05-12 22:38

Happens also with CustomFormations2 (the one provided in CA). DrawInMiniMap in this widget is only active when you draw the line (UpdateWidgetCallIn...). So it only happens when callin is active?
Now resbar doesn't disappear.

And some of the buttons from menu lose there background (randomly, number differs). This loss can be permanent.

SirMaverick

2010-05-13 12:43

reporter   ~0004912

First broken commit:
http://github.com/spring/spring/commit/6022e40d2d68c69b4063a74635c401473fa29010

jK

2010-05-13 17:09

developer   ~0004914

can't reproduce

SirMaverick

2010-05-13 17:42

reporter   ~0004915

I can, with default setup for spring, lups and CA.

Kloot

2010-06-19 23:17

developer   ~0004994

Was fixed again with a workaround (http://github.com/spring/spring/commit/35b8e7930ccf4151c085db45371e42ccfe35c333).

Issue History

Date Modified Username Field Change
2010-05-12 22:23 SirMaverick New Issue
2010-05-12 22:23 SirMaverick File Added: infolog.txt
2010-05-12 22:28 SirMaverick Note Added: 0004909
2010-05-12 22:35 SirMaverick Note Added: 0004910
2010-05-12 22:36 SirMaverick File Added: draw.jpg
2010-05-12 22:38 SirMaverick Note Edited: 0004910
2010-05-13 12:43 SirMaverick Note Added: 0004912
2010-05-13 17:09 jK Note Added: 0004914
2010-05-13 17:42 SirMaverick Note Added: 0004915
2010-06-19 23:17 Kloot Note Added: 0004994
2010-06-19 23:17 Kloot Status new => resolved
2010-06-19 23:17 Kloot Fixed in Version => 0.80.0.0+git
2010-06-19 23:17 Kloot Resolution open => fixed
2010-06-19 23:17 Kloot Assigned To => Kloot