This question refers to the AJAX selection method in users/select.php. When selecting the pixels, the blocks will appear in the wrong position. Try this:
In publish.php, on about line 144, please change this line from:
<div id="blocks">
to the following:
<div id="blocks" style="position: relative;">