Textfield text-indent Bug??? krpano set half of its value.

  • Applying css animation with 'text-shadow' and 'text-indent', I got a strange behavior of Textfield plugin.
    When I set in my css file like the below;

    Code
    .smoke{	text-indent: 100px;	text-shadow: 100px;}


    Normal html show's right position's shadows of texts.

    However, the texts in textfield plugins are set like;

    Code
    text-indent: 50px;	text-shadow: 100px;


    I think textfield plugin get text-indent value in half, and apply on it.
    Please check if it's bug.



    According to the fact, I set doubled its text-indent value ONLY for textfield on purpose like :

    Code
    .smoke{	text-indent: 200px;	text-shadow: 100px;}


    krpano 1.19-pr6(build 2016-08-08)
    chrome, firefox.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!