Search Type: Posts; User: kjleng
Search: Search took 0.02 seconds.
-
23 Nov 2010 3:29 PM
- Replies
- 1
- Views
- 754
Thanks for the code, based on the other columns I think it might look more like this, so as not to call ext.apply more than once. (it is called again it the superclass)
constructor :... -
15 Nov 2010 11:58 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by kjleng
- Replies
- 956
- Views
- 307,693
Just a Reminder that you need a destroy method in Ext JS 3.3.
Example Code: Fix by adding the destroy method to the plugin:
destroy: function() {
this.purgeListeners();
} -
15 Nov 2010 10:30 AM
- Replies
- 13
- Views
- 2,756
I got my tooltips working. They were having the same problem on all browsers:
var tip = new Ext.ToolTip({
// width:250,
boxMinWidth: 250,
... -
12 Nov 2010 4:23 PM
- Replies
- 13
- Views
- 2,756
I'm also having this problem in the released 3.3.0
I have the issue when I add textfields to tooltips.
My tooltip has a layout of form, and the textfield is set to anchor 100% -
9 Mar 2010 2:57 PM
- Replies
- 1
- Views
- 681
We are having the same problem, the annoying part is that the value is so small that it doesn't create anything large enough to register a mouseover for. A log scale after the min an max are too...
-
12 Feb 2010 10:25 AM
Jump to post Thread: [FIXED-566] Grouptab Example joint by kjleng
- Replies
- 3
- Views
- 1,114
I can repro it in Opera, Firefox and Chrome
When you click one of the gear tools, you can see the joint above the mask, and if drag the window to the joint and release, the joint will be on top of... -
13 Jan 2010 2:42 PM
Jump to post Thread: FireBug keeps giving me error by kjleng
- Replies
- 5
- Views
- 1,285
Even with the patch you will get the error in Firefox 3.0.x when you move your mouse back and forth over a trigger field. Which the team knows about and nobody has a solution for.(other than...
-
6 Jan 2010 1:45 PM
Jump to post Thread: Chart in tabpanel cause ie errors. by kjleng
- Replies
- 6
- Views
- 1,755
What version of Ext JS are you using? In 3.0.3 we've been having all sorts of problems when destroying our charts.
Every once in a while the chart is being passed a refresh boolean during removal.... -
13 Oct 2009 10:15 AM
- Replies
- 12
- Views
- 5,616
We have now logged it as a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=521301
-
6 Oct 2009 9:40 AM
- Replies
- 3
- Views
- 942
Bump, this hasn't been tagged yet. (INFOREQ/OPEN/CLOSED/FIXED)
Just wanting to make sure it doesn't slip through the cracks. -
28 Sep 2009 11:38 AM
- Replies
- 3
- Views
- 942
Ext version tested:
Ext 3.0.2
Adapter used:
ext -
21 Sep 2009 11:04 AM
- Replies
- 166
- Views
- 60,781
Now all trigger buttons throw errors for Firefox 3.0.x using Ext 3.0.2
Using firefox 3.0.14 without firebug installed and Ext 3.0.2, if I whip my mouse fast over any trigger buttons I start... -
17 Sep 2009 9:47 AM
- Replies
- 12
- Views
- 5,616
Looks like it is a Firefox issue, somehow it's avoided in Ext 2.
According to http://www.w3.org/TR/XMLHttpRequest , responses without Content-Types should default to the text/xml content type.... -
31 Aug 2009 8:40 AM
- Replies
- 12
- Views
- 5,616
Hmm, Firebug does not seem to show the error, but the error is still in the builtin firefox console Tools->Error Console
Very odd...
I would argue that it is a firefox issue, but I have no... -
28 Aug 2009 3:17 PM
- Replies
- 12
- Views
- 5,616
http://carbonetworks.com:8008/
The PUT example will not throw an error because I have set it to return a blank string. (Just like your PHP example)
If you are able to look at the response... -
27 Aug 2009 3:00 PM
- Replies
- 12
- Views
- 5,616
Should I repost as a new bug, as the doesn't occur when no entity is returned, it happens when no content type is set?
-
27 Aug 2009 10:20 AM
- Replies
- 12
- Views
- 5,616
EDIT: I will see if the media type changes things.
I had just assumed it was a Bug when it works fine in Ext 2
Nope, I still get the error, on multiple computers using the restlet server.
... -
26 Aug 2009 10:21 AM
- Replies
- 12
- Views
- 5,616
Ext version tested:
Ext 3.0.1 Release
Adapter used:
ext -
29 Jun 2009 2:17 PM
- Replies
- 15
- Views
- 1,954
Having the same problem with both Safari 4 and Chrome on linux and windows.
Happens after a fieldset is set collapsed on render, AND when fieldsets are arranged withing a panel with a column... -
2 Mar 2009 4:27 PM
- Replies
- 25
- Views
- 12,072
I seem to have the same issue, but a little more noticable, my modal window is being rendered to a tab panel. When I show the window, the tab panel is masked, as intended, but v and h scrollbars are...
Results 1 to 20 of 20
