NS_ERROR_DOM_SECURITY_ERR in ScrollableDataTable
------------------------------------------------

                 Key: RF-8339
                 URL: https://jira.jboss.org/jira/browse/RF-8339
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 3.3.3.BETA1, 3.3.2.SR1
         Environment: OS X, Firefox 3.5.7, Seam 2.2.0, JBoss 5.1.0
            Reporter: Craig Bensemann
            Priority: Minor


When I try to use a scrollableDataTable under an SSL connection I get the 
following error:

Error: uncaught exception: [Exception... "Security error"  code: "1000" 
nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)"  location: 
"https://localhost/site/a4j/g/3_3_2.SR1org/richfaces/renderkit/html/scripts/common-scrollable-data-table.js
 Line: 34"]

The following page should be enough to reproduce the error:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:h="http://java.sun.com/jsf/html";
    xmlns:ui="http://java.sun.com/jsf/facelets"; 
xmlns:f="http://java.sun.com/jsf/core";
    xmlns:rich="http://richfaces.org/rich"; 
xmlns:c="http://java.sun.com/jstl/core";
    xmlns:s="http://jboss.com/products/seam/taglib"; 
xmlns:a4j="http://richfaces.org/a4j";>

    <head>
        <link rel="stylesheet" type="text/css" 
href="http://localhost:80/site/css/components.css"; />
    </head>

    <body>
        <div>
            <h:form>
                <rich:scrollableDataTable 
value="#{occurrence.images.actualImages}" var="image">
                    <rich:column sortable="false">
                        
                    </rich:column>
                </rich:scrollableDataTable>
            </h:form>
        </div>


    </body>
</html> 

The stylesheet referenced is empty. Note: the error does not occur if no 
stylesheet is specified

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to