When I attempt to create a new class in a package using one of the preconfigured snippets, it uses the wrong namespace.
It sets the namespace to "l.PackageName.src" instead of using the namespace...
Type: Posts; User: mtkutz
When I attempt to create a new class in a package using one of the preconfigured snippets, it uses the wrong namespace.
It sets the namespace to "l.PackageName.src" instead of using the namespace...
I just tested this and it does seem to transpile async/await functions. Original function:
async add1(x) {
var a = resolveAfter2Seconds(20);
var b = resolveAfter2Seconds(30);...
Does CMD 6.5.+ support the new async/await keywords? I know they aren't in ES6 but other browsers and transpilers have added support already.
Components with floated: true seem to ignore the showAnimation and hideAnimation config options. Instead, they always use the fade animation.
toolkit: modern
version: 6.2.1
Fiddle:
...
Yes. It's a good starting point, but it leaves much to be desired such as how to use the new material icon font and what is available in the Ext.theme.Material class. I had to dig into the examples...
I was unable to find any documentation on how to use the material icons in the new material theme in the modern toolkit.
I was also unable to find Ext.theme.Material class documented anywhere.
In The Class System guide in the Naming Conventions section, it says It also says
CamelCased should be replaced with PascalCased in both sentences.
If two accordion panels are expanded using the .expand method while the panel they are in is collapsed, it opens both panels. An accordion layout should never have more than one panel expanded at a...
See https://www.sencha.com/forum/showthread.php?305097
This issue was marked as an INFOREQ. More information was given yet it was ignored.
Ext.Msg.alert windows look like the below image in...
This issue is not fixed in Ext JS 6.0.1.250.
Also, I have tested this in Chrome on my Nexus 6 and the issue is there as well, so it is affecting actual devices.
Fiddle
12mv
Hi Gary,
I believe he is referring to this issue. It applies to the Modern toolkit. There are a number of issues with the picker class in general in the modern toolkit.
The picker does not...
Did you have any luck with a work around for this?
Thanks for any help you can offer.
Ext version tested:
Ext 6.0.1 rev 250
Browser versions tested against:
Chrome 47.0.2526.80 m
DOCTYPE tested against:
HTML 5
Description:
Evant, this issue seems to be in chrome on touch laptops. I can reproduce the issue every time using the Fiddle.
Has anyone found a workaround for this yet?
As a workaround, add this to your all.scss.
.x-picker .x-dataview {
z-index: 1;
}
In version 5.1.0.107, there is a bug that causes rows in a grid to become selected after two inserts are performed on the store. Here is a fiddle to demonstrate.
...
I apologize. I promise I did multiple searches to make sure this hadn't already been reported. I guess I didn't find it because I was search ExtJS 5 bugs section.
Attempting to run the live preview in any of the documents under ux/colorpick (i.e. http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/#!/api/Ext.ux.colorpick.Button) throws an exception.
In the...
Thanks troycobb! Adding the class x-border-layout-ct to the body element manually fixed the issue.
Ext.getBody().addCls('x-border-layout-ct');
This worked for me in Touch 2.4.1 as well.
Instead of modifying the Touch source, I created an override.
Thanks for the quick reply Joel!
I searched and searched and could not find a post with someone else having this issue. I do apologize for the duplicate.
That work around fixed the issue for...
Touch version tested:
Touch 2.4.1
Browser versions or Packager version tested against:
Chrome 42.0.2311.135 m
Device and OS tested against:
Windows 7
What theme are you using for your...
Did you try a drag and drop? It scrolls to the top when I drag and drop a row as well on my machine.
The grid is actually inside of a form with other form elements in my application. The whole form needs to be scrollable.