• Resolved michalrama

    (@michalrama)


    Hello,

    What exactly do these warnings mean (they do not cause a visible problem on the web).

    This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.

    And why is it only displayed in the Firefox Console, please?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    How is that related to GTranslate?

    Thanks! ??

    Thread Starter michalrama

    (@michalrama)

    Hello @edo888

    I tested it. And by gradually activating the plugins, I found out that this is the cause of this plugin. I’m sorry, I know that if it doesn’t cause a problem, there’s no reason to solve it. It just strikes me as strange that only Firefox shows this warning.

    Plugin Author edo888

    (@edo888)

    Hi,

    I’ll need to know more details and I need your website address to check it for you.

    Thanks! ??

    Thread Starter michalrama

    (@michalrama)

    Hello @edo888

    E.g. here. (please do not share) If I deactivate all plugins, just turn on GTranslate and a warning will appear. But, as I said, only in the Firefox Console.

    Plugin Author edo888

    (@edo888)

    https://translate.googleapis.com/translate_static/css/translateelement.css file has a CSS attribute zoom:1 which Firefox does not like as it is not standard:

    .goog-te-gadget-simple {
        background-color: #fff;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #9b9b9b;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #d5d5d5;
        font-size: 10pt;
        display: inline-block;
        padding-top: 1px;
        padding-bottom: 2px;
        cursor: pointer;
        zoom:1;*display: inline
    }

    There is nothing to worry, since the zoom is set to 1 and goog-te-gadget-simple is not visible anyways.

    You can use our paid version and it will not depend on CSS and JS loaded from Google APIs.

    Thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Non standard property “zoom” in Firefox console.’ is closed to new replies.