This is a significant issue with Internet Explorer.
Functions that are repeated frequently, such as getBoundNode() rely on
EvaluateXPath() to obtain the node that they are bound to. Since this function
is very slow on IE, overall performance is significantly impacted.
Imported from backplanejs Google Code issue 44.
This is a significant issue with Internet Explorer.
Functions that are repeated frequently, such as getBoundNode() rely on EvaluateXPath() to obtain the node that they are bound to. Since this function is very slow on IE, overall performance is significantly impacted.
Priority: Medium Type: Enhancement