[richfaces-issues] [JBoss JIRA] (RF-13724) Showcase - leftovers of old Editor skinning setup cause 404 error

Juraj Húska (JIRA) issues at jboss.org
Mon Jul 14 07:38:30 EDT 2014


     [ https://issues.jboss.org/browse/RF-13724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juraj Húska updated RF-13724:
-----------------------------

    Description: 
In the example for editor advanced configuration, there is leftover of old skinning setup:

{code:xml}
<h:form>
        <a4j:outputPanel style="display:none">
            <rich:editor skin="kama" />
            <rich:editor skin="v2" />
            <rich:editor skin="office2003" />
        </a4j:outputPanel>
    </h:form>
{code}

This causes 404 HTTP errors, while those skins can not be found in the resources.

Note that this errors do not affect any functionality nor they are somehow visible elsewhere than in JS console.

  was:
In the example for editor advanced configuration, there is leftover of old skinning setup:

{code:xml}
<h:form>
        <a4j:outputPanel style="display:none">
            <rich:editor skin="kama" />
            <rich:editor skin="v2" />
            <rich:editor skin="office2003" />
        </a4j:outputPanel>
    </h:form>
{code}

This causes 404 HTTP errors, while those skins can not be found in the resources.

Note that this errors do not affect any functionality nor they are somehow visible elsewhere than JS console.



> Showcase - leftovers of old Editor skinning setup cause 404 error
> -----------------------------------------------------------------
>
>                 Key: RF-13724
>                 URL: https://issues.jboss.org/browse/RF-13724
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: showcase
>    Affects Versions: 4.5.0.Alpha3
>            Reporter: Juraj Húska
>            Priority: Trivial
>
> In the example for editor advanced configuration, there is leftover of old skinning setup:
> {code:xml}
> <h:form>
>         <a4j:outputPanel style="display:none">
>             <rich:editor skin="kama" />
>             <rich:editor skin="v2" />
>             <rich:editor skin="office2003" />
>         </a4j:outputPanel>
>     </h:form>
> {code}
> This causes 404 HTTP errors, while those skins can not be found in the resources.
> Note that this errors do not affect any functionality nor they are somehow visible elsewhere than in JS console.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the richfaces-issues mailing list