Search Type: Posts; User: lagnat
Search: Search took 0.04 seconds.
-
1 Mar 2013 1:31 PM
- Replies
- 9
- Views
- 1,079
We are seeing this as well. Our app has a screen with a bunch of grids on it, and the initial load brings Windows Chrome to its knees. Mac Chrome and Firefox (Mac/Windows) don't even break a sweat.
-
5 Dec 2012 5:32 AM
- Replies
- 2
- Views
- 330
TypeError: 'undefined' is not a function (evaluating 'store.remove(me, true)')
var store = new Ext.data.TreeStore({
fields: [{
name: 'text'
}]
}); -
20 Nov 2012 7:06 AM
- Replies
- 10
- Views
- 1,202
Is there any workaround, or override for this problem?
-
18 Nov 2012 10:20 AM
- Replies
- 4
- Views
- 406
I have a UI that is generated from some remote data. When creating the items, I'm adding an attribute from that remote data, which happens to be numeric. Some time later I'm querying for any item...
-
17 Nov 2012 1:48 PM
- Replies
- 4
- Views
- 406
"[foo]" should find all 3 buttons in this example, but it only finds 2.
var panel = Ext.create('Ext.Panel', {
x: 10,
y: 10,
width: 250,
title:... -
26 Oct 2012 10:14 AM
- Replies
- 11
- Views
- 2,169
I guess my point is that it WAS reproducible and now it's fixed. Anyone following the thread and/or release notes will be misinformed.
-
26 Oct 2012 10:05 AM
- Replies
- 11
- Views
- 2,169
I find it curious that this thread is now marked as NOREPRO instead of FIXED. Seems misleading.
-
26 Oct 2012 9:51 AM
- Replies
- 11
- Views
- 2,169
This appears to be fixed in 4.1.3 but the release notes still say that it's a known issue.
-
26 Oct 2012 9:40 AM
- Replies
- 5
- Views
- 673
Mitchell,
This bug is not fixed in 4.1.3. Note also that it is not listed as a fixed bug nor is it listed as a known issue in the release notes. -
3 Oct 2012 1:42 PM
- Replies
- 5
- Views
- 673
Seeing this as well. Can someone move this to the bug forum or should it be posted again?
Edit: 4.1.2a, Safari, FF, Chrome -
18 Sep 2012 6:23 AM
- Replies
- 5
- Views
- 661
This looks like it might have been addressed in EXTJSIV-5226, but it doesn't work.
Ext.Msg.show({
buttons: Ext.Msg.YESNO,
defaultFocus: 'no'
}); -
14 Sep 2012 6:48 AM
- Replies
- 1
- Views
- 568
"ext-all-debug.js:96394TypeError: 'undefined' is not an object (evaluating 'me.el.child')"
Ext.onReady(function() {
var store = Ext.create('Ext.data.TreeStore', {
root:... -
11 Jul 2012 11:30 AM
- Replies
- 4
- Views
- 835
I've reported this issue twice. Glad to see that it's been fixed. Here's my workaround, though it may not make sense for your use-case.
// WORKAROUND for an Ext bug. Duplicate display... -
8 Jun 2012 7:12 PM
- Replies
- 1
- Views
- 1,033
bump
My $.02: The documentation says to escape html however that doesn't work properly because onUploadComplete never un-ecapes it. What we are left with is the textarea *ahem* hack which isn't... -
15 May 2012 6:09 PM
- Replies
- 7
- Views
- 944
el.getAttribute('id').. please.
-
14 May 2012 7:21 AM
- Replies
- 0
- Views
- 297
While dragging Panels around, Ext.panel.Proxy calls panel.ghost() which calls me.el.hide(). As the dragging is happening, I reorder the panels with container.add(). When the drop is complete, the...
-
25 Apr 2012 7:54 AM
Jump to post Thread: TwinTriggerField hide trigger by lagnat
- Replies
- 4
- Views
- 906
I had made some changes locally since my last post to that thread. I just posted the code that I've been using for a while now.
-
25 Apr 2012 3:54 AM
Jump to post Thread: TwinTriggerField hide trigger by lagnat
- Replies
- 4
- Views
- 906
See if this helps: http://www.sencha.com/forum/showthread.php?154336
-
16 Apr 2012 6:10 AM
- Replies
- 1
- Views
- 449
activeErrorsTpl uses un-prefixed class "last" which happens to be interfering with some local CSS. I would think that this class should have been something like "x-last".
It appears that this... -
15 Apr 2012 7:22 AM
- Replies
- 1
- Views
- 387
I would think that either one of the two scenarios is correct:
1. If the display field is automatically escaped, then it should be my responsibility to create an XTemplate that supports formatting... -
8 Apr 2012 6:51 AM
- Replies
- 7
- Views
- 944
Mitchell..
From what I can determine (via google), all of the major browsers support this "feature". That is, you can address any form element by name as an attribute of the form object. This... -
8 Apr 2012 4:50 AM
- Replies
- 7
- Views
- 944
It's frustrating to take the time to submit bug reports only to have them not taken seriously. Even if it's determined that this is not a bug, I feel I'm entitled to some kind of reply. That this...
-
4 Apr 2012 12:29 PM
- Replies
- 4
- Views
- 432
Is this what it looks like?
http://www.sencha.com/forum/showthread.php?182578
The description sounded familiar. -
31 Mar 2012 1:42 AM
- Replies
- 7
- Views
- 944
I checked the html spec and I can't find any restrictions on control names.
http://www.w3.org/TR/html401/interact/forms.html#adef-name-INPUT -
31 Mar 2012 1:35 AM
- Replies
- 7
- Views
- 944
"id" is not allowed as a control name?
Results 1 to 25 of 61
