Mailing List Archive

[bricoleurs/bricolage] 3db66d: Fix drag and drop on IE9.
Branch: refs/heads/rev-2.0
Home: https://github.com/bricoleurs/bricolage

Commit: 3db66d5426256cb3182fa71a3e4e0468c064f1e9
https://github.com/bricoleurs/bricolage/commit/3db66d5426256cb3182fa71a3e4e0468c064f1e9
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-12-06 (Tue, 06 Dec 2011)

Changed paths:
M comp/media/js/prototype.js
M lib/Bric/Changes.pod

Log Message:
-----------
Fix drag and drop on IE9.

This is a direct hack to Prototype. The real fix is in Prototype 1.7, but I
thought it best not to throw that into the mix for a minor release. So I
updated it (and script.taculo.us) in master for 2.1.0, but just added a simple
hack for 2.0.1, borrowing code from [this bug report](https://prototype.lighthouseapp.com/projects/8886/tickets/1229-eventisleftbutton-failure-in-ie9).

[#250 state:resolved]