Martin Grigorov created WICKET-5010:
---------------------------------------

             Summary: Improve wicket-ajax.js to be able to work with jQuery 1.9+
                 Key: WICKET-5010
                 URL: https://issues.apache.org/jira/browse/WICKET-5010
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.5.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


jQuery 1.9 is stricter than previous versions and our JS unit tests do not work 
with 1.9.0.

The main problem is in Wicket.DOM.replace().
If the new text to append contains new line characters or there is a space 
before the leading '<' character then jQuery does not create a new document 
fragment.

--
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

Reply via email to