cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

Bug ff 3.6.13 - Drag over Iframe #85

Open websam opened 13 years ago

websam commented 13 years ago

When an iframe is used in a panel you can't drag the border over it. The bug can be seen in the live demo. Click the link "Iframe, youtube" in the treeview and try to drag a border over the iframe.

cdotyone commented 13 years ago

This needs to be checked against current develop version. There has been a lot of work on resize events.

greghouston commented 13 years ago

In an older version of MochaUI I had a workaround fixing this in Firefox and other browsers other than IE that did not support setCapture(). I'm not sure what it was now. Maybe I just hid iframes when a drag began.

At the time I was working on this bug back in 2008 I mentioned the issue on the WHATWG mailing list. Here is part of the thread. http://lists.w3.org/Archives/Public/public-webapps/2008OctDec/0308.html

A Mozilla bug was opened for this in 2009. Recently it was resolved and Firefox should now support setCapture and releaseCapture. I am not sure what version these take/took effect in.

https://bugzilla.mozilla.org/show_bug.cgi?id=503943

https://developer.mozilla.org/en/DOM/document.setCapture

https://developer.mozilla.org/en/DOM/document.releaseCapture

cdotyone commented 13 years ago

Thanks for the update insight Greg.