[JBoss JIRA] (RF-11741) ECSS parser is too aggressive when encountering non-standard CSS properties: selector omitted entirely
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11741?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11741:
-------------------------------
Fix Version/s: 4.5-Tracking
(was: 4.5.0.Alpha3)
> ECSS parser is too aggressive when encountering non-standard CSS properties: selector omitted entirely
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-11741
> URL: https://issues.jboss.org/browse/RF-11741
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: skinning
> Affects Versions: 4.1.0.CR1
> Reporter: Karsten Wutzke
> Assignee: Brian Leathem
> Labels: ecss, parsing, skinning
> Fix For: 4.5-Tracking
>
>
> When defining rules like
> {code}
> .shadow
> {
> -webkit-box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
> -moz-box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
> box-shadow: 4px 4px 5px '#{richSkin.additionalBackgroundColor}';
> }
> {code}
> in an ECSS file to create skin-dependent drop shadows, RF 4 will omit the above rule entirely and no shadows will be rendered. BTW it would be better to just omit the invalid properties instead of the entire selector (box-shadow: ... alone works).
> Most browsers don't support the box-shadow yet, so defining proprietary properties *must* be possible. Note, this applies to a lot more properties than the above.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RF-13630) RichFaces 4.5.x can not be built due to cyclic maven dependency
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13630?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-13630.
----------------------------
Verified. Closing.
> RichFaces 4.5.x can not be built due to cyclic maven dependency
> ---------------------------------------------------------------
>
> Key: RF-13630
> URL: https://issues.jboss.org/browse/RF-13630
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Priority: Critical
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Building of https://github.com/richfaces/richfaces/tree/4.5.x is not possible.
> There is a cyclic maven dependency:
> {code}
> [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT'}' and 'Vertex{label='org.richfaces:richfaces:4.5.0-SNAPSHOT'}' introduces to cycle in the graph org.richfaces:richfaces:4.5.0-SNAPSHOT --> org.richfaces:richfaces-resource-optimizer-maven-plugin:4.5.0-SNAPSHOT --> org.richfaces:richfaces:4.5.0-SNAPSHOT -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (RF-13638) Upgrade CKEditor to 4.3
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13638?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-13638:
----------------------------------
Verified for 4.5.0.Alpha3
[~bleathem] do we want _needs-backport_ on this issue to backport it to 4.3.x ?
> Upgrade CKEditor to 4.3
> -----------------------
>
> Key: RF-13638
> URL: https://issues.jboss.org/browse/RF-13638
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Reporter: barbara b
> Assignee: Lukáš Fryč
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> All current versions of Richfaces are working with CKEditor 3.6.6. Would it be possible to make an upgrade of CKEditor to a version 4.3? Some plugins for CKEditor are only working with the 4.X versions of the editor.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months