The good old method of trial and error.
Type: Posts; User: chh
The good old method of trial and error.
You need to make sure treeshaking is enabled when you build.
Open package.json and make sure the build script has --env.treeshake=true in it.
"scripts": {
"build": "npm run clean &&...
That sounds great, but in the meantime would you please just update the ext-lang-da.js file so we don't have to update it manually every time we upgrade.
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome 19
DOCTYPE tested against:
Strict
Description:
You need to use a shim.
Because the google earth plugin is a windowed npapi/activex browser plugin, it isn’t included in the browsers normal z order, instead it will always be on top of the other...
Ext version tested:
Ext 3.2.1
Adapter used:
ext
css used:
NicoP talks about something like that here http://www.extjs.com/forum/showthread.php?17791-Ext.ux.LiveGrid&p=413587#post413587
I started this ExtJs wrapper for the new version 1.0 of comet, but had to give it up and return to the old version shipped with dojo, simply because they had changed too much. But you are welcome to...
You are not alone.
I also get this one quite often:
"Permission denied to access property 'dom' from a non-chrome context
return D.isAncestor(this.dom, el.dom ? el.dom : el);\n ...
Great news! I'm really looking forward to an official version for Ext 3.1.
I was using the css from the ext 2.x version. Replaced it with the ext 3.x version and now it works much better. Thanks!
Is this supposed to work with the 3.0.3 release? I'm getting this odd behavior where it places the column header bar in the bottom of the view, if there are more rows than it can display in the view....
Ext version tested:
Ext 2.3.0
Adapter used:
ext
This is brilliant. Great work!
Ext version tested:
Ext 3.0 rev RC3
Browser versions tested against: