Please consider this fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/3010
Everything works fine in chrome, but in firefox the autoFitErrors parameter is not considered.
see pictures
thank you so much
Please consider this fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/3010
Everything works fine in chrome, but in firefox the autoFitErrors parameter is not considered.
see pictures
thank you so much
It is a problem that also exists in previous versions.
Does anyone have a fix already available?
Thanks in advance.
![]()
Firefox version: 69.0.3
It looks the same for me in chrome and firefox. Could there be an extension in chrome that is causing a difference? Try shutting off the chrome extensions possibly.
It is among the strangest things I've seen.
Using only chrome (all with the same version, without plugins) on 4 PCs behaves differently in other 2 ways.
under the test code and two images showing the different generated html code.
I just can't understand.
Code:<!DOCTYPE html><html> <head> <title></title><meta http-equiv="X-UA-Compatible" content="IE=EDGE"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" type="text/css" rel="stylesheet" href="/ext/ext-7.0.x/build/classic/theme-triton/resources/theme-triton-all.css"> </head> <script type="text/javascript" src="/ext/ext-7.0.x/build/ext-all-debug.js"></script> <script type="text/javascript" src="/ext/ext-7.0.x/build/classic/locale/locale-it.js"></script> <script type="text/javascript"> Ext.onReady(function() { Ext.create('Ext.Panel', { renderTo : Ext.getBody(), width : 800, items : [{ xtype: 'fieldcontainer', layout: 'hbox', margin: '5 5 5 5', items : [{ xtype: 'textfield', autoFitErrors:false , fieldLabel: "aa" },{ xtype: 'label', text: "XXXXXXXXXX" }] }] }); }); </script> </form> </body> </html>
With firefox I get the same result.
both with autoFitErrors: false and with autoFitErrors: true.
on every pc.
really very strange.
Code:<!DOCTYPE html><html> <head> <title></title><meta http-equiv="X-UA-Compatible" content="IE=EDGE"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" type="text/css" rel="stylesheet" href="/ext/ext-7.0.x/build/classic/theme-triton/resources/theme-triton-all.css"> </head> <script type="text/javascript" src="/ext/ext-7.0.x/build/ext-all-debug.js"></script> <script type="text/javascript" src="/ext/ext-7.0.x/build/classic/locale/locale-it.js"></script> <script type="text/javascript"> Ext.onReady(function() { Ext.create('Ext.Panel', { renderTo : Ext.getBody(), width : 800, items : [{ xtype: 'fieldcontainer', layout: 'hbox', margin: '5 5 5 5', items : [{ xtype: 'textfield', autoFitErrors:false , fieldLabel: "aa" },{ xtype: 'label', text: "XXXXXXXXXX" }] }] }); }); </script> </form> </body> </html>
I'm getting stuck, but there's a bug somewhere.
with FF both there is autoFitErrors = true and autoFitErrors = false the result is the same.
Edit:
I don't know why once saved, the images are compressed and become unclear
I can't reproduce the issue with the fiddle yet. It looks to the same to me in all the browsers I've tried. I'm not sure what I can do until I can see the issue my self.
Attachment 58112
What OS are you using?
What version of firefox?