Opened 12 years ago
Closed 12 years ago
#10562 closed Task (fixed)
[Housekeeping] CSS gradient filters in Moono.
Reported by: | Olek Nowodziński | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Low | Milestone: | CKEditor 4.1.3 |
Component: | UI : Skins | Version: | 4.0 |
Keywords: | Cc: |
Description
Extracted from a comment on GitHub.
Apparently, when generating gradients, an extra alpha value (ff
) was set to both startColorstr
and endColorstr
in various places (but not everywhere). Of course it doesn't make sense, because:
startColorstr='#fff2f2f2'
and
startColorstr='#f2f2f2'
are pretty much the same thing.
There are 23 places where progid:DXImageTransform.Microsoft.gradient
is used. Those lines got to be reviewed and cleaned up if they need attention.
Change History (6)
comment:1 Changed 12 years ago by
Type: | Bug → Task |
---|
comment:2 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 12 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 12 years ago by
Status: | assigned → review |
---|
comment:5 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Closed: git:5b01dc0