Description
Since WICKET-5132 wicket-ajax.js reads the <evaluation>s' text by using JavaScript DOM APIs for performance improvements.
This causes problems when the text is too long because some browsers create several text nodes instead of just one.
Wicket has to merge the text from all children nodes.
Attachments
Issue Links
- is duplicated by
-
WICKET-5195 libxml2 splits large CData section. this breaks the processing of components
- Closed