@jconcept, thanks for sharing your solution!
The only think that I would replace:
me.setRawValue(value.substring(0, nStart) + me.decimalSeparator + value.substring(nStart));
with
...
Type: Posts; User: Daniil
@jconcept, thanks for sharing your solution!
The only think that I would replace:
me.setRawValue(value.substring(0, nStart) + me.decimalSeparator + value.substring(nStart));
with
...
@bobgebbie, thank you for a follow-up! Actually, we used the same workaround. I was going to share it in the original post, but forgot:(
Just noticed that Evan's global override doesn't work. I guess Evan meant this:
Ext.define('GiveMeHtml', {
override: 'Ext.grid.cell.Text',
config: {
encodeHtml: false
}
});
Fiddle
Ext version tested:
Ext 6.0.2.437
Browser versions tested against:
Chrome on Nexus 5
It would be nice to see it eventually fixed in ExtJS 6 modern toolkit. Dear colleagues, thank you for reporting this bug and workaround. It helped a lot.
Yes, but Ext.MessageBox.show() docs still shows the "icon" setting available:
http://docs.sencha.com/extjs/6.0.2-modern/Ext.MessageBox.html#method-show
But using the "icon" setting throws an...
Thank you for the response.
I guess I have no access to nightly:) Nice to hear it is not reproducible with that.
Hello! The thread was probably overlooked?:)
https://fiddle.sencha.com/#fiddle/1c7h
Ext version tested:
Ext 6.0.1 - not reproducible
Ext 6.0.2 - reproducible
Browser versions tested against:
Ext version tested:
Ext 6.0.2
Browser versions tested against:
Chrome
Description:
Hello @jvandemerwe, The fiddle reproduces a scenario with a vertical scrollbar and yes, the problem is only reproducible with a vertical scrollbar.
Ext version tested:
Ext 6.0.2
Ext 5.1.1
Ext 4.2.1
Browser versions tested against:
Chrome
Firefox
Hello Phil,
We uses your override with ExtJS 5 and it appears to be working fine. Thank you.
As for ExtJS 6, we had to remove it, because found that it makes a GridPanel Column's header menu...
Thank you very much. Could you, please, do a favor to post a follow-up here if/when it is done? It would be much appreciated.
Hello!
We have similar concerns and it wasn't very easy to find this thread. It would be great if the Pictos Font package includes a license file and people who have any licensing concerns...
Thank you for the answer.
Well, yes... Are they not supposed to be true|false according to Boolean type in the docs?
Actually, those settings are true|false in ExtJS 4.x (and I believe in...
Ext version tested:
Ext 6.0.2
Few others starting with 5.0
Browser versions tested against:
Chrome
Firefox
IE10
Yeah, calling store.getRange() on a buffered store throws a JavaScript error.
Though, maybe a .getRange() call without parameters is not supported for a buffered store.
I see it is marked as fixed in ExtJS 5.1.2, but the fiddle still reproduces the problem in IE10 with ExtJS 6.0.1. Either the fix has not been moved properly to ExtJS 6.0.1 from ExtJS 5.1.2 or it has...
Hi @TkDodo,
Maybe, it is already not actual for you, but still - we used this override for 5.1.1.
Ext.form.field.Time.override({
isEqual: function (v1, v2) {
var fromArray =...
A backstage of fixing is the fact that now a ComboBox with "forceSelection: true" cannot be emptied - now it always restores the selected item. Regardless allowBlank is true or false (yes, it is only...
Hi @slamba,
I've just encountered the same problem.
Please use a node's .getTreeStore() instead of just .store.
node.getTreeStore() ...
Yes, if Ext.supports.Touch is true, then Viewport's afterLayout fails, because document.body is null.
afterLayout: function(layout) {
if (Ext.supports.Touch) {
...
For those who are not able or don't want to update to ExtJS 5.1.2 and 6.0.0 for some reason, a possible fix can be found here: http://forums.ext.net/showthread.php?60224&p=275467&viewfull=1#post275467
I think here is a duplicate bug report which, meanwhile, has been marked as fixed in ExtJS 6.0.1. https://www.sencha.com/forum/showthread.php?303708