0
可能性のあるバグの潜在的なバグ:AJAX先物はドラッグ&ドロップ、クロム
右にスクロールし、右クリックしてください:
<head runat="server">
<title></title>
<script type="text/javascript">
function pageLoad() {
var source1 = new Custom.UI.ColorDragSourceBehavior($get("1"), "1");
source1.initialize();
var source2 = new Custom.UI.ColorDragSourceBehavior($get("2"), "2");
source2.initialize();
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div style="width:200%;">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Name="PreviewScript.js" Assembly="Microsoft.Web.Preview" />
<asp:ScriptReference Name="PreviewDragDrop.js" Assembly="Microsoft.Web.Preview" />
<asp:ScriptReference Path="~/Scripts/ColorDragDrop.js" />
</Scripts>
</asp:ScriptManager>
<div id="1" style="float:left; width:30px; height:30px; background-color:Blue;">Left</div>
<div id="2" style="float:right;width:30px; height:30px; background-color:Blue;">Right</div>
</div>
</form>
</body>
</html>
ColorDragDrop.jsをhere可能ですウィンドウが自動的に左にスクロールします。
ウェブ上でこれについていくつか言及していますが、解決策はありませんので、私はここで尋ねると思いました。私は厳しい期限を過ぎているので、jQueryなどを使ってドラッグアンドドロップを再実装する必要はなく、感謝していただきました。