You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2019/05/15 07:19:00 UTC

[jira] [Created] (WICKET-6667) Ajax JavaScript clean-up

Sven Meier created WICKET-6667:
----------------------------------

             Summary: Ajax JavaScript clean-up
                 Key: WICKET-6667
                 URL: https://issues.apache.org/jira/browse/WICKET-6667
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 9.0.0-M1
            Reporter: Sven Meier
            Assignee: Sven Meier


wicket-ajax-jquery.js contains a lot of old stuff that we should remove:
 * custom console -> use browser console instead
 * browser sniffing -> remove, since not recommended, not reproduceable, were needed deprecated browser versions
 * dragging -> move to modal-window, since only used there
 * DOM conveniences -> remove, since no longer used by Wicket (users can switch to jQuery or modern browser support)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)