-
20 Oct 2010 3:50 AM #61
Hi,
i added a fix inside the following post:
http://www.sencha.com/forum/showthread.php?112346-Which-extensions-plugins-are-not-compatible-with-Ext-
3.3&highlight=Ext.ux.grid.FilterRow
Best wishes,
Holger
-
21 Oct 2010 12:38 AM #62
Hi Holger, i put my post in that thread while it should be here..
Thanks, that works.
One problem though, the filterbox loses focus after each key. Has someone a solution for this ?
And can you buffer the keystrokes for a couple of seconds so that not for every key a refiltering happens when you type in a word ?
Peter
-
8 Dec 2010 9:22 AM #63
Finally found time to start moving things to Ext 3.3.
Released 0.5 version of FilterRow pugin.
This most importantly fixes the above-discussed bug of FilterRow completely disappearing under Ext 3.3. And the focus is not lost while typing.
There are bunch of other changes too that I had introduced in the mean time. Some defaults (which I found not so good) have changed, notably the default search-pattern is now "/{0}/i" not "/^{0}/i". Full changelog at github.
-
8 Dec 2010 10:40 AM #64
Excellent! Thanks for "found time")
-
8 Dec 2010 10:45 AM #65
in your example : http://triin.net/temp/filter-row/, is it normal the comboboxes filters doesnt show up in IE8?
-
8 Dec 2010 10:55 AM #66
Testing in IE... that's what I tend to forget lately. I'll take a look at it when the road brings me to IE-land.
-
15 Dec 2010 4:51 AM #67
I think I've managed to fix those IE issues now. Code like always in Github.
I've uploaded the upgraded version to demo page: http://triin.net/temp/filter-row/
But I'd like to give it some time, before labeling it as stable again.
Any feedback most welcome.
-
15 Dec 2010 6:52 AM #68
Seems to work like a charm to me! Really nice work - I've tried to look into the code to fix it and couldnt manage to debug well with IE!
Thanks!
-
15 Dec 2010 10:32 AM #69
FF 3.6.13, Ext 3.3.1
when dynamically create window with grid inside, throws:
col.filter.getField is not a function
Line 207
-
16 Dec 2010 12:49 AM #70
sand123, could you provide a code example. I'm unable to reproduce your problem by just placing the grid inside window.
But I see from the FireBug output that 'filter' property of column has been defined as:
But 'fieldEvents' should be an array.Code:filter: { fieldEvents: "specialkey" }


Reply With Quote