[JBoss JIRA] Created: (RF-5324) Editor: JS error on page under Firefox.
by Alexander Dubovsky (JIRA)
Editor: JS error on page under Firefox.
---------------------------------------
Key: RF-5324
URL: https://jira.jboss.org/jira/browse/RF-5324
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
JS Error in Mozilla FF 3.0.4 on page with rich:editor:
Permission denied to get property XULElement.accessibleType
setupIframe()()tiny_mce...rc.js.jsf (line 7068)
init()()tiny_mce...rc.js.jsf (line 7055)
(?)()()tiny_mce...rc.js.jsf (line 6875)
(?)()()tiny_mce...rc.js.jsf (line 4633)
allDone()tiny_mce...rc.js.jsf (line 4685)
success()()tiny_mce...rc.js.jsf (line 4704)
ready()tiny_mce...rc.js.jsf (line 899)
[Break on this error] d.close();
Source:
<h:form>
<rich:editor></rich:editor>
</h:form>
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-4289) extendedDataTable: Developer Demo: "view cannot be restored" error on each ajax request
by Tsikhon Kuprevich (JIRA)
extendedDataTable: Developer Demo: "view cannot be restored" error on each ajax request
---------------------------------------------------------------------------------------
Key: RF-4289
URL: https://jira.jboss.org/jira/browse/RF-4289
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: dev demo
IE 6
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
1. Perform some actions on the table - sorting, rerendering, changing the order of columns.
2. Refresh the page.
3. Perform any ajax action
=>
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
root cause
javax.faces.application.ViewExpiredException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:186)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:104)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.13
--
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
16 years, 10 months