Please add an Id="" attribute to the LabelText element rendering so it can be processed with ClientProxy::updateClientElement()
--- LabelText.php (revision 33)
+++ LabelText.php (working copy)
@@ -162,7 +162,7 @@
}
else
{
- $sHTML = "<span $style $func>" . $value . "</span>";
+ $sHTML = "<span id=\"$id\" $style $func>" . $value . "</span>";
}
}