Yesterday my code worked perfectly (apart from some minor bugs, not mine of course :lol: ), this morning I rejoiced as rev 8 was out, thinking that this, hopefully, would fix my un-shadowed disabled buttons. However, after downloading, unpacking, renaming folders and firing up i get this:
[Exception... "'Event does not exist: "beforerowsremoved".' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] in
It looks as though my ArrayReader initialization is the problem.
This whole thing happens in utilities.js tho, so I'm throwing the ball back to you Jack, or anyone capable of fixing/explaining/elaborating my problem....
[Exception... "'Event does not exist: "beforerowsremoved".' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] in
It looks as though my ArrayReader initialization is the problem.
This whole thing happens in utilities.js tho, so I'm throwing the ball back to you Jack, or anyone capable of fixing/explaining/elaborating my problem....

#
2
![]() |
![]()
I encountered the same problem in FireBird when trying out the Inline Editing grid demo.
![]() |
#
3
![]() |
![]()
Thanks. This will be fixed in the next rev.
![]() |
#
4
![]() |
![]()
great job jack! fixed in rev 9 =)
btw, is there some way for us to help you with bug fixes and stuff? ![]() |
#
5
![]() |
![]()
Just keep reporting and I will keep fixing.
![]() ![]() |
#
6
![]() |
![]()
I haven't had any problems using Subversion and activeCollab (PHP-based Trac alternitive) on Dreamhost. Might look into that...
![]() |
#
7
![]() |
![]()
IE7 has problems viewing the shadow of a QuickTip when used in an Ext.grid.Grid.
Here is some sample code this.cm = new Ext.grid.ColumnModel([ { header: 'Name', renderer: function( value, c ) { c.attr = 'ext:qtip="Some cool tip"'; return value; } }, ... This problem doesn't occur in FireFox. ![]() |
#
8
![]() |
![]()
I can't seem to get it. Can I ask what doc type and any other details?
![]() |
#
9
![]() |
![]()
jack, on the bug tracking. Isn't jira free to open source projects?? I have never looked into the rules of codehaus for hosting, but maybe they would give you an option.
LES ![]() |
#
10
![]() | |
![]()
Quote:
I used this <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Thanks Jack. BTW: Ext is growing sweeter every minute. ![]() |