[ 
https://issues.apache.org/jira/browse/WICKET-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014608#comment-17014608
 ] 

ASF subversion and git services commented on WICKET-6725:
---------------------------------------------------------

Commit 6d91a6a9e5c1d955a53571f9fb0f76262ac5c5d2 in wicket's branch 
refs/heads/csp from Emond Papegaaij
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=6d91a6a ]

WICKET-6725: replace display:none by wicket--hidden css class


> CSP: display:none in Component.renderPlaceholderTag
> ---------------------------------------------------
>
>                 Key: WICKET-6725
>                 URL: https://issues.apache.org/jira/browse/WICKET-6725
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>            Reporter: Emond Papegaaij
>            Priority: Major
>
> org.apache.wicket.*Component*#renderPlaceholderTag : should rather add some 
> special css class, or javascript which can set display none programmatically 
> (and can also be nonced)
> {code:java}
> response.write("<");
> response.write(name);
> response.write(" id=\"");
> response.write(getAjaxRegionMarkupId());
> response.write("\" style=\"display:none\" data-wicket-placeholder=\"\"></");
> response.write(name);
> response.write(">");
> {code}
> (org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender#afterRender
>  has the same issue)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to