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 2016/10/27 20:44:58 UTC

[jira] [Created] (WICKET-6263) Fix JavaScript tests to pass with jQuery 2.x. and 3.x

Martin Grigorov created WICKET-6263:
---------------------------------------

             Summary: Fix JavaScript tests to pass with jQuery 2.x. and 3.x
                 Key: WICKET-6263
                 URL: https://issues.apache.org/jira/browse/WICKET-6263
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.5.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


Wicket's JavaScript tests are failing when executed in PhantomJS for jQuery 2.x and 3.x.

In normal browser few tests fail because now jQuery sets display to '' instead of 'inline/block' depending on the element.
And few others fail because 3.x now encodes spaces in urls as '%20' instead of '+'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)