Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Unassigned: Reorder list not working with long lists with 3.5 [27576]

$
0
0
The fix which was done a few years ago appears to have been applied in .Net4 but not 3.5. Please can the 3.5 version be updated so that reorder works with long lists?

You have to change a line in Reorderlist\DropWatcherBehavior.js

line 137:

Old: if (oldOffset.x !== newOffset.x || oldOffset.y !== newOffset.y) {

New: if (oldOffset.x < newOffset.x || oldOffset.y < newOffset.y) {


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>