What's the URL of the page containing the problem?
Any datagrid page (e.g., /dashboard/)
What steps will reproduce the problem?
1. Start dragging a column header to a new location
What is the expected output? What do you see instead?
The cell should start floating and move around with the mouse. Instead,
the cell disappears and this error is given:
Line: 149
Error: Invalid argument.
What operating system are you using? What browser?
Windows XP SP2, Internet Explorer 6.0 SP2
Windows Vista, Internet Explorer 7.0
Please provide any additional information below.
Here's the stack from the debugger. Also note that I don't see any
'border' field when I examine dragEl.dom.style.
scripts/djblets/datagrid.js:149:3
dragEl.dom.style.border = null
scripts/yui/dragdrop/dragdrop-min.js:18:586
this.dragCurrent.startDrag(x,y)
scripts/yui/dragdrop/dragdrop-min.js:26:208
this.startDrag(this.startX,this.startY)
scripts/yui/event/event-min.js:15:27
return fn.call(scope,YAHOO.util.Event.getEvent(e),obj)