[JBoss JIRA] (RF-11975) Prototype script error in Portal
by Ken Finnigan (JIRA)
Ken Finnigan created RF-11975:
---------------------------------
Summary: Prototype script error in Portal
Key: RF-11975
URL: https://issues.jboss.org/browse/RF-11975
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: third-party
Affects Versions: 3.3.3.Final
Environment: GateIn v3.2
JBoss PortletBridge v2.2.0.Final
Firefox
Reporter: Ken Finnigan
Priority: Minor
When a user wants to add two separate portlets to the same portal page, with both portlets using RichFaces components, the JBoss PortletBridge needs to have the context parameter "org.jboss.portletbridge.WRAP_SCRIPTS" set to true. This wraps the RichFaces JavaScript files with a check to prevent the same file being loaded twice on the one page, as there are two portlets with RichFaces scripts being loaded.
In this situation, the prototype.js script (or framework_pack.js when LoadScriptStrategy is ALL) returns "$A() is not defined" within Firefox, but in Chrome and IE it works fine.
This JS error in Firefox can be resolved by moving the $A function to the very top of the file to ensure it is defined when needed.
--
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
12 years, 7 months
[JBoss JIRA] (RF-12152) rich:autocomplete not allowing blank suggestions
by somanathan chandrasekaran (JIRA)
somanathan chandrasekaran created RF-12152:
----------------------------------------------
Summary: rich:autocomplete not allowing blank suggestions
Key: RF-12152
URL: https://issues.jboss.org/browse/RF-12152
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.CR1
Environment: jboss 6.0/jsf2/richfaces 4
Reporter: somanathan chandrasekaran
richfaces:autocomplete not allowing blank suggestions.
In richfaces 3.3, rich:suggestion box allows blank suggestions.
If user is not entering any filter char, all the suggestion items shall be populated.
In richfaces 4, with rich:autocomplete empty suggestion ajax call is not happening. It is showing the list only if the user enters any character.
--
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
12 years, 7 months