[
https://issues.apache.org/jira/browse/WICKET-7068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17758337#comment-17758337
]
ASF GitHub Bot commented on WICKET-7068:
----------------------------------------
solomax opened a new pull request, #602:
URL: https://github.com/apache/wicket/pull/602
Unfortunately good old `yuicompressor-maven-plugin` (latest release from
`Nov 23, 2014`) breaks CSS files while minimizing :(
for my previous RTL related fix it did following change `calc(100% + 54px)`
-> `calc(100%+54px)` which made expression invalid :((
There were some other breaking changed, this is why I've turned-off CSS
compression for Apache OpenMeetings long time ago
I've replaced it with `resources-optimizer-maven-plugin` which seems to
- be supported
- works as expected
> Current tree themes are not RTL friendly
> ----------------------------------------
>
> Key: WICKET-7068
> URL: https://issues.apache.org/jira/browse/WICKET-7068
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 9.14.0
> Reporter: Maxim Solodovnik
> Assignee: Maxim Solodovnik
> Priority: Minor
> Fix For: 9.15.0, 10.0.0-M2
>
>
> Current tree themes are not RTL friendly:
> - junctions are always on the left
> - icons ae always the same
> - all tree elements has `float: left` styles
> This can be improved
> https://github.com/apache/wicket/pull/600
--
This message was sent by Atlassian Jira
(v8.20.10#820010)