View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003236 | DarkRadiant | GUI | public | 21.09.2012 08:42 | 27.08.2013 14:32 |
Reporter | demagogue | Assigned To | STiFU | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 1.8.0 | Fixed in Version | 1.8.0 | ||
Summary | 0003236: Dark Radient: Stim/Response menu. "Type" List repeats 3 times | ||||
Description | AngelWolf reports: 1 When I pull down the type menu on either the stim or response tab, the type list is repeated 3 times. http://forums.thedarkmod.com/topic/14113-stimresponse-type-menu-and-remove-button-glitches/page__pid__295502#entry295502 | ||||
Tags | No tags attached. | ||||
I have been looking into this issue a little. The number of stimtypes is already 3 times too long when retrieved from the registry in StimTypes.cpp, line86: // Find all the relevant nodes xml::NodeList stimNodes = GlobalRegistry().findXPath(RKEY_STIM_DEFINITIONS); I digged a little further and found out, that it is also too long in Document.cpp, line 138: xmlXPathObjectPtr result = xmlXPathEvalExpression(xpath, context); This is a Libxml2-function and I doubt there is a bug in there. The xml-file storing the information about the stimtypes - doom3.game - looks fine, too. So, there must be something wrong with our registry-tree or how it is built. |
|
Fixed in commit 0b6ba3d64f7fe4d09cb537b7f58306302289f0ad. | |
Date Modified | Username | Field | Change |
---|---|---|---|
21.09.2012 08:42 | demagogue | New Issue | |
07.10.2012 22:03 | STiFU | Note Added: 0004879 | |
07.10.2012 22:06 | STiFU | Status | new => confirmed |
08.10.2012 20:28 | STiFU | Assigned To | => STiFU |
08.10.2012 20:28 | STiFU | Reproducibility | have not tried => always |
08.10.2012 20:28 | STiFU | Status | confirmed => assigned |
08.10.2012 20:28 | STiFU | Target Version | => 1.8.0 |
08.10.2012 20:30 | STiFU | Note Added: 0004898 | |
08.10.2012 20:30 | STiFU | Status | assigned => resolved |
08.10.2012 20:30 | STiFU | Resolution | open => fixed |
08.10.2012 20:30 | STiFU | Fixed in Version | => 1.8.0 |
27.08.2013 14:32 | greebo | Status | resolved => closed |