Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
6.7.0
-
None
-
None
-
Linux Chrome and Windows Chrome
Description
If the AJAX-Responses in WebKit-Browsern are too large the libxml2 splits the CData-Sections in two: one with 300 chars and the other section with the rest.
This breaks the processComponent function in the wicket-ajax. js because it relies on the fact that only one section is returned:
text = node.firstChild.nodeValue;
In Wicket 6 the issue appears again, in Line 1052 of "wicket-ajax-jquery.js".
Attachments
Issue Links
- duplicates
-
WICKET-5185 JavaScript text is spread in several DOM text nodes
- Resolved
- is a clone of
-
WICKET-2759 libxml2 splits large CData section. this breaks the processing of components
- Resolved