Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.5-core, 1.2.5-core
-
None
Description
tr:tree with command components as nodes (nodeStamp) + ppr + e.g. 2 clicks on a node (on the command component)
-> ie displays a javascript error due to:
document.forms[this.treeState.getFormName()][this._selectParam].value=path;
ie doesn't support this possibility to create an element.
however, it >seems< that the error doesn't cause further problems.
the question is: should we patch or remove it?
(i'll have a look at it.)