With all the Firebug Console reporting options turned on, I get 3
console entries.
2 relate to CSS (Unknown property 'text-overflow'. Declaration
dropped) and the 3rd is in Grid.js Line 560 ...
event is not defined
onmousedown()
rowDiv.onmousedown = function() {__Grid[this.parentNode.paren...
Line 560 reads ...
rowDiv.onmousedown = function ()
{__Grid[this.parentNode.parentNode.id].RowMouseDown(parseInt(event.srcElement.parentNode.id.replace(/^.*_row_(\d+)$/i,
'$1')));}
I suspect it should read ...
rowDiv.onmousedown = function (event)
{__Grid[this.parentNode.parentNode.id].RowMouseDown(parseInt(event.srcElement.parentNode.id.replace(/^.*_row_(\d+)$/i,
'$1')));}
Richard "Not Richard Hayes" Quadling.
P.S. PHPGuru is a great site!
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"