Opened 13 years ago
Closed 13 years ago
#6304 closed defect (invalid)
Alpha gradient fails in IE7
Reported by: | haysmark | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX GFX | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/gfx/tests/test_gradient.html
With the SVG renderer, you can see the fade to transparent. For some reason though the VML is not doing the fade.
FF2 w/SVG:
IE7 w/VML:
Attachments (2)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is well-known problem without a workaround. It is actually documented in dojox.gfx documentation. Don't use alpha gradients in portable applications.
Note: See
TracTickets for help on using
tickets.
What is should look like