#14522 closed defect (fixed)
Text.setShape throws error when text is a number using the silverlight renderer
Reported by: | Patrick Ruzand | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX GFX | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using the silverlight renderer: text = surface.createText({text:10}); raises an error because silverlight expects text value to be a string and does not enforce string conversion.
Note: See
TracTickets for help on using
tickets.
In [27460]: