I'm running into an issue where a component in a toolbar is not updating as expected when it's in the overflow menu. I did some searching and found other reports of a similar issue as early as ExtJS...
Type: Posts; User: davmillar
I'm running into an issue where a component in a toolbar is not updating as expected when it's in the overflow menu. I did some searching and found other reports of a similar issue as early as ExtJS...
Is this documented elsewhere in a bug report or forum thread? I am now running into the same issue after updating our classic application to 6.5.2. I can open dev tools and emulate touch to swipe the...
I think they're too busy spamming our inboxes about SenchaCon to actually fix this. :/
The worst part of using Sencha cmd is how hard it is to get to the help documentation for it. It would be way more useful if it understood the following:
sencha -h
sencha --help
sencha...
Any news on this? It's still present in 6.0.1. @andersonjohnf your override works almost perfectly, but you can still tab and arrow key to the other rows and start them editing. It doesn't seem to...
This also affects me and my team. In a grid with no height set and only 1 or 2 records, the buttons are positioned above the row being edited and appear beneath the header of the grid. We implemented...
Any updates on a fix for this?
That seems to work. I'm just adding a quick way to do this to the viewmodel config:
addFormulas: function (newForumlas) {
var me = this,
oldFormulas =...
-q -a appeared to work for us now. Thanks Tristan. Please do get someone to update that documentation soon.
Bumping because this was not fixed in 6.0.1.76, and we really need it.
Where is the enerated CSS being created, if not in the right place?
Hey Tristan, based on some issues with theming I ended up building new packages for each of our packages and copying over the code. That seemed to have fixed the issue here as well. It would be...
{
"name": "mbx",
"type": "code",
"creator": "David Millar",
"summary": "The good parts.",
"detailedDescription": "The goodest parts of the thing with the stuff.",
...
We refactored away the problem.Dave
Every time we build our app, the unbuilt version breaks the package inclusions.
Following the format suggested by Sencha, our files are in packages/(name)/src, but they are all being looked for in...
In my team's application, I'm trying to set up a singleton in each theme that handles branded information throughout the web app:
/** * @class ThemeA.verbiage.BitsAndPieces
*
*/...
http://docs.sencha.com/extjs/6.0/6.0.1-modern/#!/api/Ext.Viewport
Nice workaround Christophe. One slightly deeper question - is there a way to check whether a particular field in a record is dirty? I have a text field bound to a linked record field in my viewmodel,...
I came across the same issue. According to Sencha support, that is the intended behavior:Luckily I work on the same team as krullj and he mentioned having the override that would fix it. But since...
Thanks mattjenkins - that example was really helpful for my use case. It works even in the ViewModel itself, if you don't want a stub of a ViewModel inside the field definition.
I am trying to update a container extension to utilize binding and be able to update a child component's cls. This is my current code:
/**
* Setter for sprite class used to change...
It seems to be loading fine for me.
52616
It appears that there's no way to add a direct callback to the store.sort(), but you can listen for the store's sort event, which fires after the store sorts:
myCallbackFn = function () {
//...
+1. It sucks trying to verify bugs with nightlies.
Just replying to report in that I upgraded to 5.1.1.451 today and still had radio button masking issues. Kleins' override still fixes it, but it's also still a bug.
Disregard that - it was an...