Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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)
response.write("<"); response.write(name); response.write(" id=\""); response.write(getAjaxRegionMarkupId()); response.write("\" style=\"display:none\" data-wicket-placeholder=\"\"></"); response.write(name); response.write(">");
(org.apache.wicket.extensions.ajax.markup.html.AjaxIndicatorAppender#afterRender has the same issue)
Attachments
Issue Links
- is a child of
-
WICKET-6687 Cleanup the code from attribute inline styles and attribute inline scripts
- Resolved
- links to