We just discovered a bug in Pagelime.
When you add several fields with cms-repeat, example: add 10 fields and you deleted numbers 3, 4, 5 or something like that, the following bug appears.
The edit bar of these fields stay at their old position while the fields move to the top. This results in having some edit bars completely below the website and the user cannot click these because they leave the field when moving their mouse to the bar so the edit bar disappears.
<div class="news-columns cms-repeat" id="news-container">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="5">
<tr>
<td colspan="3" valign="top">
<h1 id="ed6552" class="news cms-editable">Item Title</h1>
</td>
</tr>
<tr>
<td valign="top">
<div id="eb8177" class="news cms-editable">Main item 1</div>
</td>
<td width="200px"><img src="images/index_24.jpg" alt="" /></td>
<td width="150px" valign="top">
<div id="e60b6f" class="cms-editable">
<strong><a href="item1.php">item 3</a></strong>
<strong><a href="item2.php">item 2</a></strong>
</div>
</td>
</tr>
</table>
</div>