[ 2 posts ]

Daniele Colombo

  • Username: mejong
  • Joined: Tue Jan 17, 2012 2:34 am
  • Posts: 1
  • Offline
  • Profile

Problems with Drag&Drop

Post Posted: Tue Jan 17, 2012 2:53 am
+0-
Hi guys,

Ive got a big problem with the Yui2 Drag and Drop lib in IE7.

I have a div without content like this:

<div id="test" style="height:100px;border:1px solid;"></div>

I have also the draggable content but this is not important now.

you may ask yourself what the problem is.

The Answer is the following:
1.) The Page is loaded
2.) the div with id=test is empty (of course)
3.) after the page loaded I click on an <a>-Tag which has an onclick.
this onclick makes the following:
document.getElementById("test").innerHTML = "<div>new added content</div><br/><div>new added content</div><br/>";
4.) so now i take a draggable element and move it very fast over my div with id="test". This for about 5 seconds. Then the Browser crashes without a reason :(.

Need help please

Dav Glass

  • Username: davglass
  • Joined: Thu Aug 28, 2008 9:28 am
  • Posts: 2088
  • Location: Marion, IL, US
  • Twitter: davglass
  • GitHub: davglass
  • Gists: davglass
  • IRC: davglass
  • Offline
  • Profile
Tags:

Re: Problems with Drag&Drop

Post Posted: Tue Jan 17, 2012 1:31 pm
+0-
Please post a link to a repro case so we can test against it.
  [ 2 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum