PDA

View Full Version : inline-edit example Failure


riets003
04-17-2007, 08:14 AM
Help

line 1825 in ext-all-debug.js keeps breaking my code. The line is

if(this.browserEvent.type == 'mousedown'){
...
}

Any suggestions. It is used from an editorGrid

jack.slocum
04-17-2007, 05:06 PM
How does it "break your code"?

riets003
04-18-2007, 03:43 AM
Hi jack,

Actually if you don't use firebug you wouldn't notice but it still has to have an effect somewhere. When ending an edit it generate the follwong message.

"[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMMouseEvent.type]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://nt-wz-dwh-prd.mch.nl/prd/yui3/ext-all.js :: anonymous :: line 17" data: no]"

when using the debug version of ext-all it points to the line I mentioned.

Hope this helps

Roger :)

tryanDLS
04-18-2007, 02:10 PM
Can you post a sample that illustrates this? Does this occur in IE?

jack.slocum
04-18-2007, 07:21 PM
This is a bug in FF that has no affect on users although it is annoying. There's another thread in this forum on it.