Search Type: Posts; User: AlexKorn
Search: Search took 0.02 seconds.
-
3 Apr 2013 8:32 AM
- Replies
- 24
- Views
- 3,210
I started tracing through the code that actually shows and sizes the QuickTip (Ext.tip.QuickTip#showAt(), ext-all-debug.js:56122), and it appears that the width gets set to 34 somewhere deep in the...
-
22 Mar 2013 10:59 AM
- Replies
- 24
- Views
- 3,210
I've also run into this with 4.2.0 final (Chrome, OS X). Bummer, because I have qtips all over my application.
It's most easily seen here, under "QuickTip":... -
12 Apr 2012 5:28 PM
Jump to post Thread: Ext JS 4.1 RC3 Now Available by AlexKorn
- Replies
- 40
- Views
- 19,403
I've been following the 4.1 development saga for a while now. I was nervous to try it out in my app because of other people's complaints about the instability of the first beta/RC releases.
But I... -
2 Jan 2012 7:09 PM
- Replies
- 4
- Views
- 1,180
I'd like this as well. This is still an issue as of Ext 4.0.7.
-
29 Jul 2011 5:21 AM
- Replies
- 2
- Views
- 2,477
Yes!
First off, this is a known issue (or at least expected behavior) for Sencha Touch:
http://twitter.com/#!/edspencer/status/74678136985493504
The way I solved this was by using the... -
22 Jun 2011 4:53 PM
- Replies
- 20
- Views
- 3,738
I got the same error on one of my pages. It was caused by using a border layout with only a center region, which I've now corrected to a fit layout, which doesn't cause the issue.
-
25 May 2011 12:29 PM
- Replies
- 2
- Views
- 2,477
Short version: How do you control the iOS Safari virtual keyboard with JavaScript?
Long version: In my app, I would like to have a home page where you can tap on a button that will bring you to... -
22 May 2011 2:54 PM
Jump to post Thread: Activate Listener fires twice by AlexKorn
- Replies
- 7
- Views
- 3,278
I am also experiencing this. After looking into the Card Layout's setActiveItem() code, I decided I'd leave a proper fix up to the Sencha dev team :)
Here is my workaround:
... -
22 May 2011 9:47 AM
- Replies
- 2
- Views
- 1,222
The documentation says that Ext.Element.mask() should return the mask element. It does not. Found in Sencha 1.1.0. Platform shouldn't matter.
One-line change is in bold:
... -
12 May 2011 10:22 PM
- Replies
- 1
- Views
- 1,049
Sencha Touch version tested:
1.1.0
only default ext-all.css
Platform tested against: -
8 May 2011 5:35 PM
Jump to post Thread: Button In a Template by AlexKorn
- Replies
- 20
- Views
- 9,084
This is a bit dirty (at least in terms of abusing Templates), but you can use a closure for this:
(function() {
// capture scope
var me = this;
var container = new... -
17 Feb 2009 10:59 AM
- Replies
- 16
- Views
- 5,751
I've run into the double-delay timing issue as well, and see that it has not been fixed as of 2.2.1. The solution I came up with is as follows:
Ext.override(Ext.util.DelayedTask, {
call... -
16 Feb 2009 12:26 AM
- Replies
- 4
- Views
- 1,152
Beautiful. Thanks!
-
15 Feb 2009 1:34 PM
- Replies
- 4
- Views
- 1,152
Awesome, thanks for the fix in 2.2.1. However, I have a bit of an issue with how it was fixed. The fix was to change the if statement in beforeBlur() to "if(v || v === 0)". There's no need to add...
-
13 Feb 2009 5:51 PM
- Replies
- 4
- Views
- 1,152
This occurs in both IE7 and Firefox 3.0.6 on WindowsXP, and it appears all you need is a NumberField to reproduce.
When typying any integer in like "1.0", it is truncated down to "1" on blur. ...
Results 1 to 15 of 15
