• Resolved wpkiller

    (@wpkiller)


    Hi,

    I’ve noticed today that my site (Hebrew, RTL) is having an horizontal scroll bar that wasn’t there before. Analyzing it I’ve noticed there’s a textarea added to the comment section. I’ve suspected antispam bee hence disabled it and the issue disappeared.

    The CSS shows this additional code:

    element.style {
    width: 10px !important;
    position: absolute !important;
    left: -10000000px !important;
    }

    to the HTML:
    <textarea id=”241a827bdd9f2ebdf7ee2b7e9db67df6″ aria-hidden=”true” name=”comment” style=”width:10px !important;position:absolute !important;left:-10000000px !important”></textarea>

    You can view a screenshot here: https://imgur.com/a/OrYiU

    I’ll continue checking to see if one the options will change anything. If so, I’ll report back.

    Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wpkiller

    (@wpkiller)

    Apparently this HTML code is inserted by AntiSpam Bee (shutting the plugin off, removes the code). The weird thing is that with all my others sites, it doesn’t cause the same issue as with wp-killer.co.il.

    I’m lost.

    I mean, I can hide it with display:none;, but I prefer locating the root cause.

    Thread Starter wpkiller

    (@wpkiller)

    Ok, I’ve added the following CSS to hide this textbox:

    #primary {
    overflow-x:hidden !important;
    }

    I hope it won’t badly affect the plugin.

    Plugin Contributor Simon Kraft

    (@krafit)

    Hi.
    Thanks for your bug report.

    I’ve checked your site and tweaked our CSS a little to see how we can fix this for Hebrew and other RTL languages.

    Now there’s an Github Issue for this:
    https://github.com/pluginkollektiv/antispam-bee/issues/133

    I’ll get in touch with you again, as soon as we have a working patch.

    Cheers,
    Simon

    Thread Starter wpkiller

    (@wpkiller)

    Thank you!

    Plugin Author websupporter

    (@websupporter)

    Hi @wpkiller,
    the new version 2.7.1 has a bugfix for this now.

    Thank you for the report.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘left: -10000000px’ is closed to new replies.