missing images/ajax-loader-small.gif

missing images/ajax-loader-small.gif

efficlaboefficlabo Posts: 1Questions: 1Answers: 0
edited June 2017 in Free community support

Hi,

I downloaded Editor-1.6.3.zip from https://editor.datatables.net/download/index.
Editor-1.6.3.zip seems not to contain images/ajax-loader-small.gif which is referenced from editor.bootstrap.css as below.

editor.bootstrap.css:

div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
position: absolute;
content: ' ';
display: block;
top: 12px;
right: 18px;
height: 12px;
width: 17px;
background: url("../images/ajax-loader-small.gif") no-repeat top left;
}

In editor.bootstrap.css, other images are embedded as data URI scheme.

div.editor-datetime div.editor-datetime-iconLeft {
position: absolute;
top: 5px;
left: 5px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

Is it a bug of the build process?

As a workaround, I copied images/ajax-loader-small.gif from old Editor-1.5.6.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Is it a bug of the build process?

    Exactly that - thanks for pointing it out! I'll have it fixed for the next release.

    Regards,
    Allan

This discussion has been closed.