Ticket #7522 (closed enhancement: fixed)
setStroke with array argument for color fails on IE6+
| Reported by: | ptwobrussell | Owned by: | elazutkin |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2 |
| Component: | DojoX GFX | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by elazutkin) (diff)
I noticed that this fails on IE6/7 for some reason:
ball = surface.createCircle({ /* ... stuff ... */ }) //.setStroke("#888") .setStroke([128,128,128]) .setFill("white") ;
It works fine on FF and Safari, but on IE it fails for both VML and Silverlight. Setting stroke with a string argument works fine though.
Change History
Note: See
TracTickets for help on using
tickets.