[
http://jira.jboss.com/jira/browse/RF-1265?page=all ]
Ilya Shaikovsky reassigned RF-1265:
-----------------------------------
Assignee: Nick Belaevski (was: Ilya Shaikovsky)
Checked under demosite and built locally today jars
Still have 2 errors:
element has no properties
_observeAndCache(null, "click", function(), false)a4j_3_2_0-SNAPSHO... (line
3003)
observe(null, "click", function(), false)a4j_3_2_0-SNAPSHO... (line 3029)
[Break on this error] if (element.addEventListener) {
element has no properties
[Break on this error] if (element.addEventListener) {
May be something about facelets?
my code is
<rich:effect for="test:testpanel" event="onclick"
type="Fade" />
<rich:effect event="onclick" for="test:testpanel"
type="Appear" params="delay:3.0,duration:0.5" />
<h:form id="test">
<h:panelGrid columns="3" columnClasses="cell">
<rich:panel id="testpanel" styleClass="box">
<f:facet name="header">Fade Effect</f:facet>
<h:outputText value="Click to Activate" />
</rich:panel>
....
Effect: JS error when "for" contains semicolon
----------------------------------------------
Key: RF-1265
URL:
http://jira.jboss.com/jira/browse/RF-1265
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.0
<div id="my:text"
style="width:100px;height:100px;background-color:lightgreen"> </div>
<e:effect for="my:text" event="onmouseover" type="Fade"
params="duration:ma"/>
leads to JS error
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira