Search Type: Posts; User: jnadler
Search: Search took 0.02 seconds.
-
6 Oct 2011 2:50 PM
- Replies
- 7
- Views
- 2,414
I'm seeing the same issue. Were you able to resolve this? My first carousel panel shows up fine. Second card not shown, I verified the DOM elements are rendered but they are not visible in the...
-
3 Jun 2011 11:44 AM
Jump to post Thread: List Scroll Slow in 3G by jnadler
- Replies
- 6
- Views
- 1,655
Anyone come up with a way to work around this?
I have a Ext.List with grouping and 100 items. Testing on Android (Droid X, 1Ghz, should be fast) the scrolling is slow/unresponsive. I'm not... -
14 Jun 2010 1:32 PM
Jump to post Thread: Drag Drop TreePanel by jnadler
- Replies
- 1
- Views
- 2,381
Did you ever resolve this? I think I'm having the same problem with 3.2.1
In FireBug I get "el is null" in getXY() in ext-base's getXY() method. -
6 May 2010 2:28 PM
- Replies
- 9
- Views
- 2,840
Nevermind - I found the fix in SVN, used it in an override, all good now.
-
6 May 2010 1:29 PM
- Replies
- 9
- Views
- 2,840
I'm having what seems like the same problem running 3.2.1, although my doctype is strict.
Watching very closely in IE7, the checkboxes appear for a split second then disappear. If I resize my... -
15 Jan 2010 9:34 PM
- Replies
- 4
- Views
- 1,484
Anything I can do to help move this forward?
-
9 Jan 2010 3:34 PM
Jump to post Thread: autoScroll: 'x' / 'y' by jnadler
- Replies
- 3
- Views
- 2,966
Tom thanks for this. Very useful, just solved a problem for me where natural Ext layout behavior caused a hscroll to appear whenever a vscroll is triggered even though the hscroll should not be...
-
8 Jan 2010 6:11 PM
- Replies
- 4
- Views
- 1,484
Ext version tested:
Ext 3.1.0
Adapter used:
ext
Browser versions tested against: -
4 Jan 2010 3:18 PM
- Replies
- 9
- Views
- 2,582
I just found this same bug and I can confirm that meroy's override resolves the issue for me.
-
30 Dec 2009 2:22 AM
- Replies
- 4
- Views
- 2,008
I can confirm this bug, though I haven't yet tried the OP's proposed solution.
-
15 Dec 2009 3:26 PM
- Replies
- 5
- Views
- 2,148
Yes, that does indeed fix it. Thanks, I presume this will get fixed in a future build and I'll just need to run an edited CSS for now?
I guess the reason it renders in the middle for the OP was... -
15 Dec 2009 11:45 AM
- Replies
- 5
- Views
- 2,148
I'm having the same problem. In our case the drop-down arrow button appears all the way at the left of the box. I only see this problem in Safari, it is fine in FF and IE. I haven't tested Chrome...
-
1 Dec 2009 9:04 AM
Jump to post Thread: Field help text plugin. by jnadler
- Replies
- 38
- Views
- 16,997
Outstanding. Thanks, all is as expected now.
-
30 Nov 2009 10:38 AM
Jump to post Thread: Field help text plugin. by jnadler
- Replies
- 38
- Views
- 16,997
This plugin is great, thanks Animal. I'm noticing one problem: on fields which have *both* anchor and this plugin, the anchor is not taking effect.
The x-form-field-wrap DIV has the correct... -
6 Nov 2009 2:09 PM
Jump to post Thread: GWT+GXT on blackberry by jnadler
- Replies
- 1
- Views
- 2,242
The blackberry browser is the worst of any smartphone. AFAIK it does not support AJAX requests. Your GXT app is unlikely to work, though if you install Opera Mini on the blackberry you might have...
-
31 Oct 2009 1:21 PM
- Replies
- 2
- Views
- 1,260
There are other threads on this claiming it was fixed in SVN , but with the 3.0.3 release it is still a problem.
.x-list-body {
height: 100%;
} -
14 Jul 2009 9:38 AM
- Replies
- 112
- Views
- 24,952
Thanks - changing to Object did indeed solve this problem, headers are going out as expected. I expected this to be 'plug compatible' with Ext.lib.Ajax but as you said I failed to read docs on this...
-
14 Jul 2009 8:23 AM
- Replies
- 112
- Views
- 24,952
One more issue: I pass an array of request headers, this was working as expected with plain Ext.lib.Ajax.
With ext-basex my headers are not included in the request. This one isn't a proxied... -
14 Jul 2009 6:38 AM
- Replies
- 112
- Views
- 24,952
I wasn't able to get it working with ext-basex 3.5, but 3.4 is working fine with the original code I posted.
I'm still in the dark ages of ExtJS 2.2.1 if that explains anything. -
13 Jul 2009 10:09 PM
- Replies
- 112
- Views
- 24,952
Ext 2.2.1, ext-basex 3.5
Hi,
Just trying basex for the first time. (pop!)
I'm using it (or hoping to) for cross domain calls; I built a JSONP method on my server and did a simple example... -
14 May 2009 7:56 AM
Jump to post Thread: Ext.ux.layout.RowFitLayout by jnadler
- Replies
- 78
- Views
- 38,746
In my testing this change was critical to getting Safari working correctly. I had a bug where row-fit panels were not expanding/contracting width when a border layout slider was moved, this change...
-
13 May 2009 3:43 PM
Jump to post Thread: Ext.ux.layout.RowFitLayout by jnadler
- Replies
- 78
- Views
- 38,746
Here's what I found, making this change in onLayout resolved my problems and it seems to be working with both FF and Safari as expected:
c.setSize({
width:... -
13 May 2009 1:12 PM
Jump to post Thread: Ext.ux.layout.RowFitLayout by jnadler
- Replies
- 78
- Views
- 38,746
Extracting a test case from my massive app would be a chore - instead I'd like to isolate the problem a bit more and maybe I can just suggest a fix.
Great component by the way. This is way more... -
13 May 2009 11:26 AM
Jump to post Thread: Ext.ux.layout.RowFitLayout by jnadler
- Replies
- 78
- Views
- 38,746
I had some significant problems in Safari with the latest version of this component (I had been using an older version).
I have a TabPanel with dynamically added tabs that all contain a row-fit... -
4 May 2009 6:43 AM
- Replies
- 11
- Views
- 6,900
Thanks for this thread - I was having the same problem and it let me to json2.js (http://www.json.org/js.html). I'm now using that instead of Ext.decode and the problem with invalid chars is solved.
Results 1 to 25 of 39
