Konstantin G.
Results
1
issues of
Konstantin G.
What steps will reproduce the problem? 1. firefox 2. long xmlrpc response in _parseXMLRPC you return only first child value: case 'string': 849 if(!typeEL.firstChild) 850 return ""; 854 return typeEL.firstChild.nodeValue;...