Comment Form Name Field doesn't get focus on click

  • Author
    Posts
  • #32379
    Rick H

    Mantra 4.2.0, WP latest. Sample page here http://www.ttgnet.com/journal/2015/07/25/saturday-25-july-2015/#comments

    If not logged in, the Name/Email/Comment fields are displayed properly. But a click on Name does not give focus to that field: cursor doesn’t appear, cannot type text.

    A click on the Email field (or comment textarea) works properly: field is highlighted (border color changes, cursor appears) and can type text. But this doesn’t happen with the Name field.

    If I click on the Email field, then Shift+Tab will move focus to Name field, cursor will change, and can input text. But that is the only way to get input into the Name field….which doesn’t work well on tablets/phones.

    I have tried disabling all plugins, and have tried setting input:focus in extra CSS (not there now), but no joy.

    Not a child theme, no changes to base Mantra code/CSS.

    Thanks…Rick…

    #32434
    Rick H

    Bump…problem still occurs, on any page.

    #32499
    Zed
    Cryout Creations mastermind

    The WP Ajax Edit Comments plugin is adding some invisible HTML elements on top of the comment form, which overlap the name field, making it unreachable with the mouse.

    Add this custom CSS to correct this:
    body #aec_edit_options { float: left; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Comment Form Name Field doesn't get focus on click’ is closed to new replies.