Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlink and PDF tools icons are missing from Kendo editor's toolbar #2169

Closed
mparvanov opened this issue Sep 15, 2016 · 2 comments
Closed

Unlink and PDF tools icons are missing from Kendo editor's toolbar #2169

mparvanov opened this issue Sep 15, 2016 · 2 comments

Comments

@mparvanov
Copy link
Contributor

mparvanov commented Sep 15, 2016

Bug report

Unlink and PDF tools icons are missing in Kendo editor's toolbar

Reproduction of the problem

The issue could be observed on the following demos:

Current behavior

The tools icons are missing

Expected/desired behavior

The tools icons are available

Environment

Kendo UI version: 2016.3.914

@mparvanov mparvanov changed the title Unlinka and PDF tools icons are missing from Kendo editor toolbar Unlinka and PDF tools icons are missing from Kendo editor's toolbar Sep 15, 2016
@tsvetomir tsvetomir changed the title Unlinka and PDF tools icons are missing from Kendo editor's toolbar Unlink and PDF tools icons are missing from Kendo editor's toolbar Sep 15, 2016
@theOrlin
Copy link
Contributor

Possible partial workaround is to add the following to the page styles:

    .k-i-unlink {
        background-position: -288px -72px;
    }
    .k-i-pdf {
        background-position: -288px -240px !important;
    }

Works in all themes but does not fix the broken icons in Office365. Needs more research.

@Jekata
Copy link
Contributor

Jekata commented Sep 30, 2016

@jivanova jivanova closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants