[richfaces-issues] [JBoss JIRA] Resolved: (RF-4389) Permission denied to get property with a4j:status

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Sep 4 11:17:38 EDT 2008


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

Nick Belaevski resolved RF-4389.
--------------------------------

    Resolution: Cannot Reproduce Bug


Can you please provide full page code? Does this issue appear if you switch Firebug off? 

> Permission denied to get property with a4j:status
> -------------------------------------------------
>
>                 Key: RF-4389
>                 URL: https://jira.jboss.org/jira/browse/RF-4389
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: Firefox 3.0.1
> Firebug 1.2.0
>            Reporter: Tobias Kilian
>
> I have the following code:
> <a4j:status id="myStatus" forceId="true" onstart="disableInputs();">
>     <f:facet name="start">
>         <h:graphicImage value="/img/icons/loading.gif"/>
>     </f:facet>
> </a4j:status>
> which gives me the resulting html snippet:
> <span id="myStatus">
>     <span id="myStatus.start" style="display: none">
>         <img src="/img/icons/loading.gif" />
>     </span>
>     <script type="text/javascript">window.document.getElementById('myStatus.start').onstart=function(){disableInputs();};</script>
>     <span id="myStatus.stop"></span>
> </span>
> This leads to the javascript warning:
> Permission denied to get property HTMLDivElement.tagName

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list