Opened 12 years ago
Closed 11 years ago
#9026 closed defect (fixed)
[patch]gfx splitFontString does not correctly hand font-variant
Reported by: | masnare | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX GFX | Version: | 1.3.0rc2 |
Keywords: | 1.3 | Cc: | |
Blocked By: | Blocking: |
Description
The variant in the font input string is recorded as 'varian' instead of 'variant'. This will lead to issues for clients (like the charting features...)
Attachments (1)
Change History (7)
comment:1 Changed 12 years ago by
Component: | General → DojoX GFX |
---|---|
Keywords: | 1.3 added; gfx splitFontString font variant fontVariant removed |
Owner: | changed from anonymous to Eugene Lazutkin |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
Please add a minimalistic test case to see the problem (before the fix) and make sure that the result is right (after the fix).
comment:4 Changed 11 years ago by
Suggested patch is attached. Also fixes problem whereby font family was never set from CSS font string.
Changed 11 years ago by
Attachment: | dojox-gfx-_base.js.diff added |
---|
comment:5 Changed 11 years ago by
Milestone: | future → 1.4 |
---|---|
Summary: | gfx splitFontString does not correctly hand font-variant → [patch]gfx splitFontString does not correctly hand font-variant |
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Apparently this ticket is referring to the code in dojox.gfx.splitFontString