-
22 Feb 2007 12:27 AM #1
Rev 8 / utilities.js / bug ?
Rev 8 / utilities.js / bug ?
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....
-
22 Feb 2007 1:08 AM #2
Re: Rev 8 / utilities.js / bug ?
Re: Rev 8 / utilities.js / bug ?
I encountered the same problem in FireBird when trying out the Inline Editing grid demo.
-
22 Feb 2007 2:37 AM #3
Thanks. This will be fixed in the next rev.
-
22 Feb 2007 5:40 AM #4
great job jack! fixed in rev 9 =)
btw, is there some way for us to help you with bug fixes and stuff?
-
22 Feb 2007 6:39 AM #5
Just keep reporting and I will keep fixing.
I have a trac install, but haven't decided if I am going to stick with it (the host provides a very raw user management panel). Can anyone recommend a good SVN+Trac host that has easy to use ACL including users being able to change their password?
-
22 Feb 2007 7:44 AM #6
I haven't had any problems using Subversion and activeCollab (PHP-based Trac alternitive) on Dreamhost. Might look into that...
-
22 Feb 2007 12:25 PM #7
IE7 has problems viewing the shadow of a QuickTip when used in an Ext.grid.Grid.
Here is some sample code
Everything is fine when it's viewed for the 1st time. But after the 1st time the shadow doesn't fit the quick tips correctly.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.
-
22 Feb 2007 4:46 PM #8
I can't seem to get it. Can I ask what doc type and any other details?
-
22 Feb 2007 7:27 PM #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
-
22 Feb 2007 11:11 PM #10
Sure.
Originally Posted by jacksloc
I used this
then I tried with thisCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
That solved the problem for me. The XHTML doc type doesn't seem to like the shadow. Everything else works nicely.Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Thanks Jack.
BTW: Ext is growing sweeter every minute.
Similar Threads
-
YUI Utilities Dependency
By fthamura in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 15 Jan 2007, 8:01 AM


Reply With Quote