[
https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934299#action_12934299
]
Igor Vaynberg commented on WICKET-2693:
---------------------------------------
@Peter: if component wants to contribute jquery.plugin.js it should also
contribute jquery.js. components are supposed to be self-contained. and, wicket
will filter multiple jquery.js contributions. i think this is a better default,
and if we need to add priorities, we can later.
@Juergen: can you go ahead and enable it and tweak the tests? thanks.
> improve css/js contributions
> ----------------------------
>
> Key: WICKET-2693
> URL: https://issues.apache.org/jira/browse/WICKET-2693
> Project: Wicket
> Issue Type: Improvement
> Reporter: Igor Vaynberg
> Assignee: Igor Vaynberg
> Fix For: 1.5-M4
>
>
> currently the order of css contributions is
> page (1st)->container(2nd)->component(3rd)
> we should inverse this order and allow deepest nested components to
> contribute first, this way an outer container's contributions will appear
> below allowing the container to override the css/javascript
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.