[
https://issues.apache.org/jira/browse/WICKET-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Bozik updated WICKET-6527:
--------------------------------
Affects Version/s: 8.0.0-M8
> no possibility to override fixed html appended directly to response by
> FilterForm
> ---------------------------------------------------------------------------------
>
> Key: WICKET-6527
> URL: https://issues.apache.org/jira/browse/WICKET-6527
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 7.8.0, 8.0.0-M8
> Reporter: Peter Bozik
> Priority: Major
>
> org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilterForm.onComponentTagBody
> - there is a piece of code, that directly adds html code to response and
> there is no simple way to override it.
> {code}
> <div style='position: absolute; left: -9999px; width: 1px; height:
> 1px;'><input type='hidden' name='%s' id='%s' value='%s'/><input
> type='submit'/></div>
> {code}
> We are currently developing Right to Left web application and we found style
> property
> {code}
> left: -9999px;
> {code}
> as not suitable
> Would not it be better if these style properties were placed in some css
> file, which can be easily overridden, or if you can override directly the
> code produced by FilterForm component
>
> Thank you for consideration of this kind of inprovement of wicket
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)