You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/05/13 12:23:17 UTC

[jira] [Created] (WICKET-5185) JavaScript text is spread in several DOM text nodes

Martin Grigorov created WICKET-5185:
---------------------------------------

             Summary: JavaScript text is spread in several DOM text nodes 
                 Key: WICKET-5185
                 URL: https://issues.apache.org/jira/browse/WICKET-5185
             Project: Wicket
          Issue Type: Sub-task
          Components: wicket
    Affects Versions: 6.7.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira