• I don’t fully understand, but in IE 7 and IE 8 (at least) P2’s inline reply form had a huge amount of vertical space between the textarea and the submit button below it. The problem is worst for replies at the top of a page– lower down the page they appear more and more normal.

    It’s confusing to the user to have to scroll down a whole page to get to the submit button.

    I worked around it by explicitly adding style="clear:none" to the submit input in p2/comment-form.php on line 53:

    <input id="comment-submit" name="submit" type="submit" value="<?php esc_attr_e( 'Reply', 'p2' ); ?>" style="clear:none" />
Viewing 1 replies (of 1 total)
  • Thread Starter n8v

    (@n8v)

    The workaround appears to work fine in:

    • Chrome
    • Firefox
    • IE 7 and 8
    • Safari

    IE 6 seems to be hopelessly incapable for P2. Or anything else for that matter.

Viewing 1 replies (of 1 total)
  • The topic ‘workaround for IE specific reply/comment layout bug in P2 theme’ is closed to new replies.