jQWidgets Forums

jQuery UI Widgets Forums Chart saveAs… problem

This topic contains 6 replies, has 2 voices, and was last updated by  megrez 12 years, 7 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • saveAs… problem #7555

    megrez
    Member

    Hi,
    I have a problem with the chart SaveAs… functionality: if in my css there is a voice starting with ‘@’ (for example @font-face:) the SaveAs functionality doesn’t work!
    Can someone help me?
    Thanks!

    saveAs… problem #7556

    Peter Stoev
    Keymaster

    Hi megrez,

    I am unable to reproduce that. Would you be able to provide more details like: Browser version, jQuery version and a sample code which reproduces the issue. In addition, the SaveAs functionality requires a browser which supports HTML5 rendering.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    saveAs… problem #7558

    megrez
    Member

    Hi,
    I’m using jquery 1.8.1 and both Firefox 15 and Chrome. If i remove @font-face and @media from my css, saveAs works fine
    The code is:

    font-face { font-family: 'PT_Sans';
    src: url("../fonts/pt_sans-web-regular-webfont.eot");
    src: local('PT_Sans_☺'),
    url('../fonts/pt_sans-web-regular-webfont?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-regular-webfont.svg#PT_Sans') format('svg');
    }

    @media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

    thanks for your help!

    saveAs… problem #7559

    megrez
    Member

    Sorry, the code is:


    @font-face { font-family: 'PT_Sans';
    src: url("../fonts/pt_sans-web-regular-webfont.eot");
    src: local('PT_Sans_☺'),
    url('../fonts/pt_sans-web-regular-webfont?#iefix') format('embedded-opentype'),
    url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
    url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans-web-regular-webfont.svg#PT_Sans') format('svg');
    }

    @media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

    saveAs… problem #7560

    Peter Stoev
    Keymaster

    Hi megrez,

    Using the provided code I reproduced the issue and created a work item about it. We’ll do our best to resolve it in a future version of jQWidgets, but I cannot suggest you a work-around at present.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    saveAs… problem #7584

    Peter Stoev
    Keymaster

    Hi megrez,

    The reported issue has been resolved in the latest build. It is available for download from: http://www.jqwidgets.com/download/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    saveAs… problem #7593

    megrez
    Member

    thank you very much!!!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.