Rev 8 / utilities.js / bug ? - Ext JS

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....
  # 2  
02-22-2007, 03:08 AM
Re: Rev 8 / utilities.js / bug ?

I encountered the same problem in FireBird when trying out the Inline Editing grid demo.
  # 3  
02-22-2007, 04:37 AM

Thanks. This will be fixed in the next rev.
  # 4  
02-22-2007, 07:40 AM

great job jack! fixed in rev 9 =)

btw, is there some way for us to help you with bug fixes and stuff?
  # 5  
02-22-2007, 08:39 AM

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?
  # 6  
02-22-2007, 09:44 AM

I haven't had any problems using Subversion and activeCollab (PHP-based Trac alternitive) on Dreamhost. Might look into that...
  # 7  
02-22-2007, 02:25 PM

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; 
       }  }, ...
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.

This problem doesn't occur in FireFox.
  # 8  
02-22-2007, 06:46 PM

I can't seem to get it. Can I ask what doc type and any other details?
  # 9  
02-22-2007, 09:27 PM

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  
02-23-2007, 01:11 AM

Quote:
Originally Posted by jacksloc
I can't seem to get it. Can I ask what doc type and any other details?
Sure.

I used this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
then I tried with this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
That solved the problem for me. The XHTML doc type doesn't seem to like the shadow. Everything else works nicely.

Thanks Jack.

BTW: Ext is growing sweeter every minute.

你可能感兴趣的:(SVN,XHTML,ext,subversion,firefox)