The provided tint.js did not work for me, this did:
exports.init = function(runtime) {
runtime.register({
tint: function(color, percentage) {
//...
Type: Posts; User: themightychris
The provided tint.js did not work for me, this did:
exports.init = function(runtime) {
runtime.register({
tint: function(color, percentage) {
//...
Nope, and I have no expectation that it ever will be now
I published a hotfix for this issue here: https://github.com/JarvusInnovations/sencha-hotfixes/blob/ext/6/2/0/981/overrides/view/TableReplaceScroll.js
Found a working arg on stackoverflow: https://stackoverflow.com/questions/39227994/senchacmd-silent-install-with-compass-extension-component
I just joined after having the thought that this should exist and being rewarded by a quick google search, thanks for setting this up! Something like this is even more important now than ever...
^^ this is as scary as any imagined scenario, Sencha is on its last legs and desperately needs a course correction. The framework itself and tooling is better than ever but it is harder than it has...
Sencha -- these problems all still persist, CMD 6.2.2 and ExtJS 6.2 still can't create working minimal builds for simple classes. Ext.ClassManager does not get positioned correctly
Using Sencha Cmd v6.2.2.36
I've set `app.theme` via `local.properties` in my app directory. A build produced by `sencha app build` does not honor this setting, but a build produced by `sencha ant...
Getting grids to size to their contents rather than having internal scrolling and buffered rows was a big pain in 6.0.x, but in 6.2.0 simply setting
infinite: false on the grid seems to get the job...
Minor/pointless feedback, but Ext.util.PositionMap.populate uses `this.` when `me` is already defined, and according to the style guide the update function should use it too
Boot.js is distributed with the framework and specific to framework version
Boot.js assumes that at least one script tag exists on a page and crashes if this is not true. Further, it does not make use of the len variable that is available.
When used to build browser...
In Sencha Touch 2, there was a way to configure and disable specific gesture recognizers from the Ext.application definition. How would you do this in ExtJS 6 modern if you wanted to tweak thresholds...
Is there any place where all the available Fashion functions are documented? I'm looking through the source code within CMD but not having much look
Specifically, I'm looking for an equivalent of...
See https://fiddle.sencha.com/#fiddle/1c49
Issue is present in 6.0.0.640, 6.0.1.250, and 6.0.2.437
Here is a hotfix compatible with all current 6.x framework versions:...
This appears to still be broken in ext-6.0.1.250 but fixed in ext-6.0.2.437
Here is a more practical Fiddle demonstrating the issue, which prevents building overrides that intercept state change handling: https://fiddle.sencha.com/#fiddle/1c45
All versions of ext...
Not yet but I may soon. Pull requests welcome! The package could be branched for extjs6 support rather than extended to support new and old with the same code if that's simpler
So is the ruling that this is not a bug and that nested perpendicular scrollers are no longer being supported?
*bump*
can we tag this one?
See this test case: https://fiddle.sencha.com/#fiddle/14d1
We have a main vertical scroll area with a portion within it that scrolls horizontally. I've used this extensively in the past and it...
Sencha -- any update on this?
Also, please tag this thread with SDKTOOLS-1212
I've removed the customizations to production.properties in favor of making those changes conditionally in build.xml's -before-init target so that the normal compression settings can remain in effect...
I'm using the latest version from https://dl.google.com/closure-compiler/compiler-latest.zip
That source_map_location_mapping option is documented if you run the compiler with --help
I also...
The jar is included but it is an ancient version from 2012 that might not even support sourcemaps. It's better to download the latest jar and pass in the path to it