Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
org.apache.wicket.markup.html.form.Form#appendDefaultButtonField : this piece is just ridiculous to have in 2019
buffer.append(String.format("<div style=\"width:0px;height:0px;position:absolute;left:-100px;top:-100px;overflow:hidden\" class=\"%s\">", cssClass));
org.apache.wicket.markup.html.form.Form#appendDefaultButtonField
buffer.append(defaultSubmittingComponent.getInputName()); buffer.append("\" onclick=\" var b=document.getElementById('"); buffer.append(submittingComponent.getMarkupId());
Attachments
Issue Links
- is a child of
-
WICKET-6687 Cleanup the code from attribute inline styles and attribute inline scripts
- Resolved
- links to