[
https://issues.jboss.org/browse/RF-11777?page=com.atlassian.jira.plugin.s...
]
Brian Leathem resolved RF-11777.
--------------------------------
Assignee: Brian Leathem
Fix Version/s: (was: 4.1.1.Final)
Resolution: Rejected
The _PopupPanelBaseRenderer_ has the _ResourceDependency_:
{code:title=PopupPanelBaseRenderer.java}
@ResourceDependency(library = "org.richfaces", name =
"base-component.reslib")
{code}
This is a resource-bundle that brings in the following resources:
{code:title=base-component.library.properties}
resources=jquery.js, richfaces.js, richfaces-base-component.js
{code}
PopupPanelBaseRenderer is missing ResourceDependency on jquery.js
-----------------------------------------------------------------
Key: RF-11777
URL:
https://issues.jboss.org/browse/RF-11777
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Final
Environment: Java7, Tomcat 7.0.22, Mojarra 2.1.2
Reporter: Lutz Ulrich
Assignee: Brian Leathem
Priority: Minor
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
PopupPanelBaseRenderer is missing ResourceDependency on jquery.js and maybe other script
library files.
If the page does not contain any components which declare to require jquery.js or if such
components are located after popupPanel, the missing jQuery library causes script errors
and the popupPanel does not work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira