Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-6386
in
Architect 3.2.0.279.
-
Sencha Premium Member
Cant enter Glyph values in hexadecimal
Most Icon fonts are published with the values displayed as hexadecimal.
Sencha Architect only allows decimal values to be entered.
How can I force it to accept hex values like 0xee00?
thanks
-
Hex will work as long as you include the font name - otherwise it need to be decimal if you are using the default glyph font config. Actually an ExtJS issue.
e.g. use: [email protected]
-
Sencha Premium Member
I think this is a Sencha Architect issue, not ExtJS.
If I enter this in javascript:
{
.
glyph: 0xee00,
.
}
then it works fine. The problem is Sencha Architect does not recognize 0xee00 as a numeric value, so it encloses it in quotes.
glyph: '0xee00'
which is why it fails. This looks to me to be a very simple and easy to fix parsing bug in SA.
-
Sencha User
Thanks for the report! I have opened a bug in our bug tracker.