Opened 14 years ago
Closed 14 years ago
#3128 closed defect (fixed)
dojo.Color._cache has screwed up alpha value (NaN)
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is a code, which corrects missing alpha value (== 1.0), but it is not reflected in _cache.
Note: See
TracTickets for help on using
tickets.
(In [8723]) Updates the alpha value of the "_cache" member. Fixes #3128.