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

Sven Meier edited comment on WICKET-6527 at 2/23/18 9:56 AM:
-------------------------------------------------------------

Inline styles can be overridden with !important

I didn't want to change this too much in Wicket 7. For Wicket 8 we could do 
something more fancy though, but I think it should work out if the box without 
any additional css file.


was (Author: svenmeier):
Inline styles can be overridden with !important

I didn't want to change this too much in Wicket 7. For Wicket 8 we could do 
something more fancy though, but I think it should work out if the box without 
any case file.

> 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
>            Assignee: Sven Meier
>            Priority: Major
>             Fix For: 8.0.0, 7.11.0
>
>
> 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)

Reply via email to