- Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js.

merge-requests/26/head
Dries Buytaert 2008-06-10 19:42:28 +00:00
parent 3020deb421
commit 8e8c8305aa
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ Drupal.tableDrag.prototype.getPosition = function(element){
// cells, grab the firstChild of the row and use that instead.
// http://jacob.peargrove.com/blog/2006/technical/table-row-offsettop-bug-in-safari
if (element.offsetHeight == 0) {
element = element.firstChild; // a table cell
element = element.firstChild; // A table cell.
}
while (element.offsetParent){