|
Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0006988 |
[Multi Theft Auto : San Andreas] Client |
crash |
always |
2012-04-06 18:58 |
2012-08-20 17:08 |
|
|
Reporter |
asturel |
View Status |
public |
|
|
Assigned To |
ccw |
|
Priority |
normal |
Resolution |
fixed |
Platform |
|
|
Status |
resolved |
|
OS |
|
|
Projection |
none |
|
OS Version |
|
|
ETA |
none |
Fixed in Version |
1.3.1 |
Product Version |
|
| |
Target Version |
1.3.1 |
Product Build |
3916 |
|
|
Summary |
0006988: guiComboBoxGetItemText crash when the itemid is greater then the combobox row count |
|
Description |
since there is no function for get the row count it is easy to overindex :/
p.s.: 'guiComboBoxGetRowCount' would be nice |
|
Steps To Reproduce |
crun local vehiclesComboBox = guiCreateComboBox ( 400, 100, 200, 5 * getElementsByType "vehicle" ), "", false );
guiComboBoxGetItemText(vehiclesComboBox,2); |
|
Additional Information |
|
| Tags |
No tags attached. |
|
|
Attached Files |
|
|
|