Opened 10 years ago

Closed 10 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 10 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: newassigned

comment:2 Changed 10 years ago by Piotrek Koszuliński

Milestone: CKEditor 4.4

comment:3 Changed 10 years ago by Piotrek Koszuliński

Status: assignedreview

I pushed t/11225 on dev and tests.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Rebased branches on current major.

comment:5 Changed 10 years ago by Olek Nowodziński

Status: reviewreview_passed

comment:6 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed

Fixed on major with git:15d62f8 on dev and bc54fc5 on tests.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy