Opened 11 years ago
Closed 11 years ago
#11225 closed New Feature (fixed)
Provide unified transparent image URI
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Currently the fakeobjects plugin uses an /images/spacer.gif and the new widgets plugin uses a data URI with an internal variable transparentImageData .
It could be a good idea to provide a unified CKEDITOR.tools.transparentImageData with the data URI (with the minor correction of #11224). That way it might be easier to reuse it in other code and/or detect if the image is the fake transparent one. And it's one file less to care about.
As support for IE7 has been dropped the usage of data URI shouldn't be a problem (and it's already been used in the widgets anyway)
Change History (6)
comment:1 Changed 11 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Milestone: | → CKEditor 4.4 |
---|
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:5 Changed 11 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on major with git:15d62f8 on dev and bc54fc5 on tests.
I pushed t/11225 on dev and tests.