You found a bug! We've classified it as
EXTJS-27583
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
Ext JS Premium Member
ExtJs 6.6 Modern - icon size
Hi all,
on ExtJs 6.6, using font-awesome on button,
with iconCls "fa-lg" or "fa-3x"
Icon size don't change.
Any fix?
Thanks
-
Ext Support Team
Hello,
Hope you are doing well.
You can add class to icon and provide font size there
iconCls: 'x-fa fa-plane size',
//css
.size{
font-size:3em;
}
Regards,
Kumar
Sencha Support.
-
I think the point here is this is a bug in the framework. Specifying a workaround is great but that means the bug will persist in future versions and for anyone else using the framework. This should be opened as a bug and the jira ID applied to this thread.
-
Ext JS Premium Member
Like explain in Font Awesome site (https://fontawesome.com/how-to-use/o...g/sizing-icons),
i'm using iconCls: 'x-fa fa-home fa-lg'
but size not change.
Like @mitchellsimoens i think this is a bug.
How can fix it?
Thanks
-
Sencha Staff
Thanks for the report! I have opened a bug in our bug tracker.
-
Sencha User
what is the ticket for the bug-tracker please, so we can follow the progress?
-

Originally Posted by
bhuber
what is the ticket for the bug-tracker please, so we can follow the progress?
The jira ID is attached to this thread and you can see it towards the top of this page (EXTJS-27583). Once closed, the area will show this and show a different background color.
-

Originally Posted by
mitchellsimoens
The jira ID is attached to this thread and you can see it towards the top of this page (EXTJS-27583). Once closed, the area will show this and show a different background color.
Hello, this bug is not solved yet?
I'm using Ext7.0.0 and my font size do not increse.
Thanks
-