[
https://issues.jboss.org/browse/RF-12290?page=com.atlassian.jira.plugin.s...
]
Jiří Štefek commented on RF-12290:
----------------------------------
It is regression.
Debugger stops on this line of 'richfaces-queue.js'(270):
{code}
richfaces.ajaxContainer.jsfRequest(lastRequestedEntry.source, lastRequestedEntry.event,
o);
{code}
when trying to init/get data.source from jsf.js on line:
{code}
if(typeof
data.source==="string"){data.source=document.getElementById(data.source)}
{code}
In the 4.1.0.Final, the type of data.source is object not a string.
Drag & Drop from Tree in IE 7/8 is broken
-----------------------------------------
Key: RF-12290
URL:
https://issues.jboss.org/browse/RF-12290
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-drag/drop, component-tree
Affects Versions: 4.2.2.Final
Environment: Server: JBoss AS 7.1.1.Final
Client: IE7/8
Reporter: Dmitry Shultz
Assignee: Jiří Štefek
Labels: regression
Fix For: 4.3.0.M3
After D&D from Tree to the drop panel, the dragged item visually 'stuck', IE
reporting an JS error: (Message: Invalid argument.
Line: 1
Char: 21752
Code: 0
URI:
http://sand23:8080/demo/javax.faces.resource/jsf.js.jsf?ln=javax.faces
and there is no dropListener method invoked.
It works if you change RichFaces version to 4.1.0.Final in pom.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira