kiquenet / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

IE9 can't drag and drop widget Position #234

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. IE9 can't drag and drop widget Position

What is the expected output? What do you see instead?
any browser have the same effect

What version of the product are you using? On what operating system?
V1.7.3 /windows 7 

Please provide any additional information below.

Original issue reported on code.google.com by robi...@gmail.com on 12 Jan 2012 at 3:25

GoogleCodeExporter commented 8 years ago
same here

Original comment by mart...@progris.nl on 12 Jan 2012 at 12:02

GoogleCodeExporter commented 8 years ago
If you change te scriptmanagercontrol.ascx to use jquery.ui.1.8.7 it works again

change

        <asp:ScriptReference Path="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" />

to

<asp:ScriptReference 
Path="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.7/jquery-ui.min.js" />

Original comment by mart...@progris.nl on 12 Jan 2012 at 12:09

GoogleCodeExporter commented 8 years ago

Original comment by omaralzabir@gmail.com on 22 Mar 2012 at 1:49