[JBoss JIRA] (RF-13642) Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13642?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13642:
------------------------------------
When the re-factor is complete, we should consider merging the docs repository into the richfaces repository under a _docs_ folder.
> Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
> --------------------------------------------------------------
>
> Key: RF-13642
> URL: https://issues.jboss.org/browse/RF-13642
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: doc
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 day, 4 hours
> Remaining Estimate: 1 day, 4 hours
>
> Steps involved:
> # Fork the master branch of the docs repo (we'll call the new branch {{4.5.x}}
> # Revert any changes addressing:
> #* RF 5 component replacements
> #* RF 5 package renames
> #* Facelet namespace consolidation
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13642) Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
by Brian Leathem (JIRA)
Brian Leathem created RF-13642:
----------------------------------
Summary: Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
Key: RF-13642
URL: https://issues.jboss.org/browse/RF-13642
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: doc
Reporter: Brian Leathem
Assignee: Brian Leathem
Steps involved:
# Fork the master branch of the docs repo (we'll call the new branch {{4.5.x}}
# Revert any changes addressing:
#* RF 5 component replacements
#* RF 5 package renames
#* Facelet namespace consolidation
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (RF-13642) Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13642?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13642:
-------------------------------
Fix Version/s: 4.5.0.Beta1
> Fork and re-factor the asciidoc-based docs from RF 5 to RF 4.5
> --------------------------------------------------------------
>
> Key: RF-13642
> URL: https://issues.jboss.org/browse/RF-13642
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: doc
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 1 day, 4 hours
> Remaining Estimate: 1 day, 4 hours
>
> Steps involved:
> # Fork the master branch of the docs repo (we'll call the new branch {{4.5.x}}
> # Revert any changes addressing:
> #* RF 5 component replacements
> #* RF 5 package renames
> #* Facelet namespace consolidation
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[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 resolved RF-11741.
--------------------------------
Resolution: Done
this should be resolved with the update of CSSParser to 0.9.14 in RF-13641.
> 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
> Labels: ecss, parsing, skinning
> Fix For: 4.5.0.Alpha3
>
>
> 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.3#6260)
10 years, 6 months