The ticket for this is EXTJS-28663.
Type: Posts; User: WO_Jef
The ticket for this is EXTJS-28663.
I wanted to share what I ended up doing in hopes it helps others. I see 2 ways of going about this:
Overriding Ext.data.request.Ajax to look at JSON responses and add the responseText as the...
Still exists in 6.7.0
Excellent, thanks for that CaCtus491. I'm wondering if maybe we could get a Support Engineer to move this thread to a bug and link it?
Not sure why you got downvoted... probably some annoyed user, but thank you, it seems to be working now.
I keep getting an error when trying to create a ticket. The error is Error: ER_SUBQUERY_NO_1_ROW: Subquery returns more than 1 row. Has anyone else gotten this andor is Sencha aware?
I was trying to set the main view after the launch method, which worked in sencha app watch, but after building the production version, I was missing Ext.plugin.Viewport, so requiring that file is...
Have any premium members raised a ticket?
It's back up :)
I was able to solve this by putting this in my theme's var/grid/column/Column.scss file:
$grid-column-header-font: dynamic($font-weight-bold...
...years later, I ran into this issue myself. I'm using the Crisp theme, which is supposed to extend from Neptune, but it appears to override Neptune's Column.scss weight variable and use Neutral's...
Sorry, fresh out of workarounds.
@Kevin, yes, this is what I want, but in my use case, I have two items at the beginning and the end that won't change, so I don't want them to be included in with the other items, as then I have to...
In my Ext JS 6 app, I'm trying to create a flow layout with 3 containers, with the middle container having nested items that need to continue with the flow layout. I can get this working if I add...
Here's another issue... the 2nd tab now has a combobox, which doesn't load until you activate that tab. Because of this, the raw value for the combobox is undefined until the user goes to that...
I have a TabPanel that contains 3 tabs, each of which is a form... this TabPanel is in the style of a wizard, so tab2 depends on the value in tab1. tab2 also depends on the values in there (minus...
Unfortunately the posted code won't take into account the fieldLabel width (see Fiddle), and even if you do apply the appropriate position amount, the input text will be hidden behind these images. ...
Is this explained somewhere in the docs? This is definitely a useful piece of information that I did not know until stumbling upon this thread...
In my case, I don't want the input field/trigger to show at all, so I hide the bodyEl... unfortunately because the picker is floating, and I've gutted the collapse function, it always shows. This...
Yeah, I know, but I don't feel like wasting our credits on what seems to be a minimal issue at the moment, but thanks anyway.
Is it possible I could email you the log dump? I don't feel comfortable posting it here.
I did run a testing build, and it gave me the same error.
Yes, my package.json has toolkit classic, and I still get the error. Would the actual verbose build dump help? I figured it was for legacy browsers, and the lowest version of IE we support is 9, so...
I found some help in this thread... using skip.slice=1 in .sencha\app\sencha.cfg worked, but I don't know why this is an issue. The build worked in Ext JS 5.1.1, but after upgrading to 6.0.2, that's...
I have a package theme that I require in my application. Both the theme and application are running Ext JS 6.0.2. I can build the package and install it just fine in my application. The issue...
I have a very custom grid that uses the Spreadsheet Model's selectCells method, as I need to be able to cherry pick which range of cells I want to choose. However, I'd like to remove the dragging...