Search Type: Posts; User: oyvind.kinsey
Search: Search took 0.02 seconds.
-
22 Feb 2011 9:27 AM
- Replies
- 5
- Views
- 3,813
If you use easyXDM you can both post (as shown in this example here) do Cross-Domain xhr or plain Cross-Domain Messaging. See the entire suit of examples here, or read the README at github.
-
18 Jan 2011 1:49 AM
- Replies
- 1
- Views
- 584
Due to Ext.History trying to access `top.location.hash` it fails when the `top` document is from a different domain. This should not be the case.
Ext.History should use its current frame when... -
15 Sep 2010 10:19 AM
- Replies
- 11
- Views
- 3,867
Seriously, grow up.
IE9 is a big step up, and any errors in the IE9/ExtJs combo is entirely ExtJs fault as it uses faulty UA sniffing to adapt.
There are several areas where ExtJs will actually... -
23 May 2010 3:20 AM
Jump to post Thread: Ext JS and browser sniffing by oyvind.kinsey
- Replies
- 6
- Views
- 3,448
Are there no-one interested in following up on this?
-
19 May 2010 12:01 PM
Jump to post Thread: Ext JS and browser sniffing by oyvind.kinsey
- Replies
- 6
- Views
- 3,448
Actually, most CSS quirks can easily be feature tested. For instance, IE6's padding issue can easily be detected by adding an element to the dom and the measuring its rendered size.
But as I said,... -
19 May 2010 11:51 AM
Jump to post Thread: Ext JS and browser sniffing by oyvind.kinsey
- Replies
- 6
- Views
- 3,448
Does this mean that new features will be based on feature detection, or that old features will be rewritten properly?
Let me again point out some of the problems with sniffing:
All
if(Ext.isIE... -
19 May 2010 5:32 AM
Jump to post Thread: Ext JS and browser sniffing by oyvind.kinsey
- Replies
- 6
- Views
- 3,448
It is a widely known fact that using UA sniffing to branch code is a bad idea, not only because its indirect (checking for window.ActiveXObject to see if we should use iframe.contentWindow or...
-
27 Jan 2010 8:00 AM
- Replies
- 2
- Views
- 1,114
The function handleMouseMove in the DragDropMgr uses the following to detect a mouseUp event in IE
if (Ext.isIE && (e.button !== 0 && e.button !== 1 && e.button !== 2)) {
this.stopEvent(e);
... -
31 Aug 2009 8:20 AM
- Replies
- 11
- Views
- 2,224
The emailMask used by input fields is still missing +.
In 3.0 its /[a-z0-9_\.\-@]/i while it should be /[a-z0-9_\.\-@\+]/i -
27 Feb 2009 7:15 AM
Jump to post Thread: Ext.Panel based Calendar by oyvind.kinsey
- Replies
- 4
- Views
- 3,703
Its there for the taking.
I would love for something like it to be integrated into the main source, Ext is currently lacking such a component.
You can pick it up from... -
27 Feb 2009 6:42 AM
- Replies
- 1
- Views
- 666
For the tpl property it states that it can be html, or an array of html fragments usable by an XTemplate. It does not mention the XTemplate class it self.
By trial it shows that it errors on using... -
27 Feb 2009 6:40 AM
Jump to post Thread: Ext.Panel based Calendar by oyvind.kinsey
- Replies
- 4
- Views
- 3,703
Se more about it here
http://kinsey.no/blog/index.php/2009/02/27/ext-calendar/ -
8 Sep 2008 5:21 AM
- Replies
- 3
- Views
- 1,151
This error is actually occuring at line 240 in ext-all-debug.
range.setStartBefore(el);
Anyone got any idea on how to fix it? -
30 Jul 2008 12:14 AM
Jump to post Thread: drag and drop re order list by oyvind.kinsey
- Replies
- 9
- Views
- 5,104
Here is a reorder list done using standard Ext DnD components.
http://kinsey.no/blog/2008/07/29/ASimpleReorderListInExtJS.aspx
Results 1 to 14 of 14
