[Bug 14337] Drag-and-drop / undo manager interaction

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14337

--- Comment #6 from Ryosuke Niwa <rniwa@webkit.org> 2011-10-21 04:44:33 UTC ---
(In reply to comment #3)
> It's more than that, though. Literally every DOM manipulation done to the
> document between the start of the drag and drop operation and the end of it
> ends up in the browser's undo transaction history, at least in IE. that is
> whether it was done by script, or indeed anything else.

I'm not observing this behavior. I've tried mutating DOM on dragstart, drop,
etc... events but they don't appear to be included in IE's undo stack. The
change I made just stays in the DOM. Could you elaboarate (perhaps a test
case?) what you're observing?

Or are you referring to the DOM changes made by IE itself?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 21 October 2011 04:44:50 UTC