Hi Samuel, Try the "integration" branch of Wonder, Prototype was upgraded to 1.7 in it.
> Hi, > > I found a solution that seems to work in IE9. I updated the prototype and > scriptaculous javascripts files with latests versions. > > There was a bug in the drag and drop revert remaining but i found a small > patch to prototype.js file at > https://prototype.lighthouseapp.com/projects/8887/tickets/309-scriptaculous-prototype-bug-revert-on-drag-element-return-to-bad-location > > I attached a zip files with the versions I use. > > Put the files in WebServerResources and add these lines to Properties to > enable them: > > # Replace prototype.js with application version (1.7) > er.extensions.ERXResponseRewriter.resource.Ajax.prototype.js=app.prototype.js > er.extensions.ERXResponseRewriter.resource.Ajax.builder.js=app.builder.js > er.extensions.ERXResponseRewriter.resource.Ajax.controls.js=app.controls.js > er.extensions.ERXResponseRewriter.resource.Ajax.dragdrop.js=app.dragdrop.js > er.extensions.ERXResponseRewriter.resource.Ajax.effects.js=app.effects.js > er.extensions.ERXResponseRewriter.resource.Ajax.scriptaculous.js=app.scriptaculous.js > er.extensions.ERXResponseRewriter.resource.Ajax.slider.js=app.slider.js > er.extensions.ERXResponseRewriter.resource.Ajax.sound.js=app.sound.js > > Samuel > > Le 2012-02-15 à 08:32, James Cicenia a écrit : > >> Anyone have any news/solutions/ideas about this? >> >> James >> >> >> >> On Feb 13, 2012, at 2:44 PM, Tim Worman wrote: >> >>> Samuel: >>> >>> Just out of curiosity, are you running IE 9 in compatibility mode? This may >>> not effect your issue but I have gotten very different results (regarding >>> AJAX stuff) out of IE 9 when it is running as IE 8 (or less) compatible. >>> >>> Tim Worman >>> UCLA GSE&IS >>> >>> >>> On Feb 13, 2012, at 10:31 AM, Samuel Pelletier wrote: >>> >>>> Hi, >>>> >>>> The current Ajax framework has some problem with IE9. The drag and drop >>>> example do not works, the drag does not even begin. >>>> >>>> I suppose some javascript patch required for IE need to be disabled for >>>> IE9 but I do not know where to look for them. >>>> >>>> Is there someone familiar with this to fix or give me a hint to find the >>>> source of the problem? Or another drag and drop solution... >>>> >>>> Samuel >>>> > > > <prototype.zip> _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
