thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

hsvPalette does not catch "up" event when inside an iframe #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a page with  <iframe 
src="http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/hsvpalet
te.html" />
2. Drag from inside the palette to outside the iframe

The up event is not captured. The palette cursor moves with the mouse, even if 
the mouse button is not pressed.

I'm using firefox 3.5.1 or Chromium under linux.

Note that I cannot modify the container page as my page is in an iframe on an 
external site.

Thank you for your help!

Original issue reported on code.google.com by vincent....@gmail.com on 21 Sep 2010 at 2:07

GoogleCodeExporter commented 8 years ago
Browsers restrict the communication between iframes and the hosting document, 
especially if the iframe is in a different domain. Closure can't do anything 
against it.

Original comment by pall...@google.com on 27 Mar 2011 at 7:49